mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Initial commit of the Draft Tournament for Quests.
This commit is contained in:
@@ -13,6 +13,7 @@ public enum GameType {
|
||||
Draft (DeckFormat.Limited, true, true, true, "Draft"),
|
||||
Gauntlet (DeckFormat.Limited, true, true, true, "Gauntlet"),
|
||||
Quest (DeckFormat.QuestDeck, true, true, false, "Quest"),
|
||||
QuestDraft (DeckFormat.Limited, true, true, true, "Quest Draft"),
|
||||
Constructed (DeckFormat.Constructed, false, true, true, "Constructed"),
|
||||
Vanguard (DeckFormat.Vanguard, true, true, true, "Vanguard"),
|
||||
Commander (DeckFormat.Commander, false, false, false, "Commander"),
|
||||
|
||||
Reference in New Issue
Block a user