mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Add support for Glory in Navori
This commit is contained in:
parent
1c33f250bd
commit
3199e6a738
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ pub enum CardSet {
|
||||||
#[serde(rename = "Set6cde")]
|
#[serde(rename = "Set6cde")]
|
||||||
TheDarkinSaga,
|
TheDarkinSaga,
|
||||||
|
|
||||||
|
/// Glory in Navori.
|
||||||
|
#[serde(rename = "Set7")]
|
||||||
|
GloryInNavori,
|
||||||
|
|
||||||
/// Events, cards released "outside" a set.
|
/// Events, cards released "outside" a set.
|
||||||
#[serde(rename = "SetEvent")]
|
#[serde(rename = "SetEvent")]
|
||||||
Events,
|
Events,
|
||||||
|
|
Loading…
Reference in a new issue