This commit is contained in:
zoe 2022-05-03 21:52:38 +02:00
parent f5a5def3e3
commit 47b9179c67
7 changed files with 27 additions and 16 deletions

View file

@ -4,5 +4,4 @@ var server = preload("res://native/StateServer.tscn").instance()
func _ready():
add_child(server)
print(server.a)
server.foo()