mirror of
https://github.com/baiqwerdvd/StarRailDamageCal.git
synced 2025-06-18 21:35:07 +08:00
Fix bug
This commit is contained in:
parent
2ca050d61c
commit
5bc66fe416
@ -56,7 +56,7 @@ class SingleRelicMainAffix(Struct):
|
|||||||
Property: str
|
Property: str
|
||||||
BaseValue: PromotionAttr
|
BaseValue: PromotionAttr
|
||||||
LevelAdd: PromotionAttr
|
LevelAdd: PromotionAttr
|
||||||
IsAvailable: bool
|
IsAvailable: Union[bool, None] = None
|
||||||
|
|
||||||
|
|
||||||
class SingleRelicSubAffix(Struct):
|
class SingleRelicSubAffix(Struct):
|
||||||
|
@ -1 +1 @@
|
|||||||
StarRail_version = "3.0.0"
|
StarRail_version = "3.0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user