mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44: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")]
|
||||
TheDarkinSaga,
|
||||
|
||||
/// Glory in Navori.
|
||||
#[serde(rename = "Set7")]
|
||||
GloryInNavori,
|
||||
|
||||
/// Events, cards released "outside" a set.
|
||||
#[serde(rename = "SetEvent")]
|
||||
Events,
|
||||
|
|
Loading…
Reference in a new issue