fix: initialize attributes
This commit is contained in:
parent
011531b1a4
commit
363eeea3aa
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ class GameContainer(Scaffold):
|
|||
self.window_transaction_id = 0
|
||||
self.window_id = -1
|
||||
self.window_title = ""
|
||||
self.window_inventory_type = ""
|
||||
self.window_entity_id = None
|
||||
self.window_inventory = []
|
||||
|
||||
@self.on(DisconnectedEvent)
|
||||
async def disconnected_cb(_):
|
||||
|
|
Loading…
Reference in a new issue