1
0
Fork 0
space-capture/scripts/player_ai.gd
2024-08-15 11:18:54 +02:00

5 lines
92 B
GDScript

class_name AIPlayer
extends Player
func process_game_tick(_game: GameLogic) -> void:
pass