1
0
Fork 0
space-capture/scripts/player_local.gd

6 lines
95 B
GDScript3
Raw Normal View History

2024-08-15 11:18:54 +02:00
class_name LocalPlayer
extends Player
func process_game_tick(_game: GameLogic) -> void:
pass