mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
[Commander] Added CommanderView
This commit is contained in:
parent
f64aa7e6ae
commit
930e70fbbb
2 changed files with 50 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ public enum MageObjectType {
|
|||
TOKEN ("Token", true, true),
|
||||
SPELL ("Spell", false, false),
|
||||
PERMANENT ("Permanent", true, true),
|
||||
EMBLEM ("Emblem", false, false);
|
||||
EMBLEM ("Emblem", false, false),
|
||||
COMMANDER ("Commander", false, false);
|
||||
|
||||
private String text;
|
||||
private boolean permanent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue