bom/player/Player.gd
2024-01-15 17:08:26 +01:00

8 lines
67 B
GDScript

extends Node3D
func _ready():
pass
func _process(_delta):
pass