1
0
Fork 0

wacca: add a comment

This commit is contained in:
Hay1tsme 2023-04-20 02:02:42 -04:00
parent 4d6afd757f
commit 241f29e29c
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class UserStatusLoginResponseV3(UserStatusLoginResponseV2):
self, is_first_login_daily: bool = False, last_login_date: int = 0
) -> None:
super().__init__(is_first_login_daily, last_login_date)
self.unk: List = []
self.unk: List = [] # Ticket info, item info, message, title, voice name (not sure how they fit...)
def make(self) -> Dict:
super().make()