[Commander] Added CommanderView

This commit is contained in:
Plopman 2013-07-17 20:33:58 +02:00
parent f64aa7e6ae
commit 930e70fbbb
2 changed files with 50 additions and 1 deletions

View file

@ -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;