mirror of
https://github.com/Steffo99/nanogolf.git
synced 2025-03-13 20:24:49 +00:00
7 lines
153 B
GDScript3
7 lines
153 B
GDScript3
|
extends Node
|
||
|
class_name Log
|
||
|
|
||
|
|
||
|
static func peer(this: Node, string: String):
|
||
|
print("{", this.multiplayer.multiplayer_peer.get_unique_id(), "} ", string)
|