Reduced number of global variables
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user