1
Fork 0
mirror of https://github.com/Steffo99/nanogolf.git synced 2024-11-22 08:04:21 +00:00
algodist-steffo-nanogolf/scenes/game.gd

7 lines
146 B
GDScript3
Raw Normal View History

2024-02-27 02:54:47 +00:00
extends Node
class_name Game
2024-03-09 04:48:31 +00:00
func _on_peernode_identified(peernode: PeerNode, player_name: String) -> void:
pass # Replace with function body.