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

7 lines
153 B
GDScript3
Raw Normal View History

2024-02-28 05:30:45 +00:00
extends Node
class_name Log
static func peer(this: Node, string: String):
print("{", this.multiplayer.multiplayer_peer.get_unique_id(), "} ", string)