MuchaUpdateResponse: add missing values

This commit is contained in:
Hay1tsme 2023-03-05 09:45:34 -05:00
parent 59b2401a67
commit 82b159e5b1
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ class MuchaUpdateResponse():
self.COM_SIZE_1 = "0"
self.COM_TIME_1 = "0"
self.LAN_INFO_SIZE_1 = "0"
self.USER_ID = ""
self.PASSWORD = ""
class MuchaUpdateResponseStub():
def __init__(self, game_ver: str) -> None: