mirror of
https://github.com/Steffo99/nanogolf.git
synced 2024-11-21 23:54:21 +00:00
6 lines
146 B
GDScript
6 lines
146 B
GDScript
extends Node
|
|
class_name Game
|
|
|
|
|
|
func _on_peernode_identified(peernode: PeerNode, player_name: String) -> void:
|
|
pass # Replace with function body.
|