mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-22 06:17:57 +00:00
🎨 Refactor BaseCharacter
class by updating type of 'rarity' attribute
This commit is contained in:
parent
19acdb26f1
commit
63ce8a249e
@ -24,7 +24,7 @@ class BaseCharacter(APIModel):
|
|||||||
id: int
|
id: int
|
||||||
name: Optional[str] = None
|
name: Optional[str] = None
|
||||||
element: Optional[str] = None
|
element: Optional[str] = None
|
||||||
rarity: Optional[str] = None
|
rarity: Optional[int] = None
|
||||||
icon: Optional[str] = None
|
icon: Optional[str] = None
|
||||||
|
|
||||||
collab: bool = False
|
collab: bool = False
|
||||||
|
Loading…
Reference in New Issue
Block a user