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

5 lines
95 B
GDScript

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