1
Fork 0
mirror of https://github.com/Steffo99/nanogolf.git synced 2025-02-16 14:43:58 +00:00
algodist-steffo-nanogolf/utils/log.gd

7 lines
171 B
GDScript3
Raw Normal View History

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