🐛 fix:bug

This commit is contained in:
季落 2023-10-22 15:46:16 +08:00 committed by GitHub
parent 779329be43
commit 5bb6d0aff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ class RogueRecordInfo(Struct):
score: int
final_lineup: List[RogueAvatar]
base_type_list: List[RogueBaseType]
cached_avatars: List[str]
cached_avatars: List[RogueAvatar]
buffs: List[RogueBuffs]
miracles: List[RogueMiracles]
difficulty: int