mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Implemented Mine Layer
This commit is contained in:
parent
5a6ae913ec
commit
6ab143c123
3 changed files with 123 additions and 0 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue