This commit is contained in:
ishkong 2025-01-16 22:04:52 +08:00
parent 2ca050d61c
commit 5bc66fe416
No known key found for this signature in database
GPG Key ID: 3FBC0AD53E2B686D
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ class SingleRelicMainAffix(Struct):
Property: str
BaseValue: PromotionAttr
LevelAdd: PromotionAttr
IsAvailable: bool
IsAvailable: Union[bool, None] = None
class SingleRelicSubAffix(Struct):

View File

@ -1 +1 @@
StarRail_version = "3.0.0"
StarRail_version = "3.0.1"