mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Remove more localized things
This commit is contained in:
parent
6697e45143
commit
a67856e668
1 changed files with 4 additions and 6 deletions
|
@ -51,15 +51,13 @@ pub struct Card {
|
|||
/// List of keywords of this card, with their internal names.
|
||||
pub keyword_refs: Vec<String>,
|
||||
|
||||
/// Localized spell speed.
|
||||
pub spell_speed: String,
|
||||
/// [SpellSpeed] of the card.
|
||||
pub spell_speed_ref: SpellSpeed,
|
||||
#[serde(rename = "spell_speed_ref")]
|
||||
pub spell_speed: SpellSpeed,
|
||||
|
||||
/// Localized rarity of the card.
|
||||
pub rarity: String,
|
||||
/// [CardRarity] of the card.
|
||||
pub rarity_ref: CardRarity,
|
||||
#[serde(rename = "rarity_ref")]
|
||||
pub rarity: CardRarity,
|
||||
|
||||
/// The subtypes the card has, such as `PORO`.
|
||||
pub subtypes: Vec<String>,
|
||||
|
|
Loading…
Reference in a new issue