Reduced number of global variables

This commit is contained in:
2024-02-16 20:04:50 +01:00
parent c228d4e25a
commit d081686275
8 changed files with 29 additions and 33 deletions

View File

@ -7,6 +7,6 @@ func handle_packet(_data: PackedByteArray):
success.emit()
func logout():
Global.auth_token = ""
Global.account_id = ""
Global.account.id = ""
Global.account.auth_token = ""
Global.player = null