Cleanup
This commit is contained in:
4
client/static/Log.gd
Normal file
4
client/static/Log.gd
Normal file
@ -0,0 +1,4 @@
|
||||
class_name Log
|
||||
|
||||
static func info(message: String):
|
||||
print_rich("[color=#808080][%s][/color] %s" % [Global.account.name, message])
|
Reference in New Issue
Block a user