Added net counter

This commit is contained in:
Zzooouhh 2018-01-01 19:09:08 +01:00 committed by GitHub
parent 55f974b98f
commit 49aa22079f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),