mirror of
https://github.com/Steffo99/nanogolf.git
synced 2024-11-22 08:04:21 +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)
|