mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Added net counter
This commit is contained in:
parent
55f974b98f
commit
49aa22079f
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ public enum CounterType {
|
|||
MINING("mining"),
|
||||
MIRE("mire"),
|
||||
MUSTER("muster"),
|
||||
NET("net"),
|
||||
P0P1(new BoostCounter(0, 1).name),
|
||||
P1P0(new BoostCounter(1, 0).name),
|
||||
P1P1(new BoostCounter(1, 1).name),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue