mirror of
https://github.com/PaiGramTeam/EnkaNetwork.py.git
synced 2024-11-16 03:45:28 +00:00
Fix tiers for the enum
This commit is contained in:
parent
c671d32beb
commit
0c1cc8e829
@ -63,6 +63,8 @@ class EquipType(str, Enum):
|
||||
Circlet = "EQUIP_DRESS"
|
||||
|
||||
class ProfileRank(int, Enum):
|
||||
TIER_1 = 0
|
||||
TIER_2 = 1
|
||||
TIER_3 = 2
|
||||
TIER_LEGACY = -1
|
||||
TIER_NONE = 0
|
||||
TIER_1 = 1
|
||||
TIER_2 = 2
|
||||
TIER_3 = 3
|
||||
|
Loading…
Reference in New Issue
Block a user