Implemented Mine Layer

This commit is contained in:
Evan Kranzler 2017-09-17 18:55:06 -04:00
parent 5a6ae913ec
commit 6ab143c123
3 changed files with 123 additions and 0 deletions

View file

@ -87,6 +87,7 @@ public enum CounterType {
M1M1(new BoostCounter(-1, -1).name),
M2M1(new BoostCounter(-2, -1).name),
M2M2(new BoostCounter(-2, -2).name),
MINE("mine"),
MINING("mining"),
MIRE("mire"),
MUSTER("muster"),