Implemented Momentum

This commit is contained in:
Evan Kranzler 2017-10-20 10:41:33 -04:00
parent 3bb40dc95e
commit b30335e344
3 changed files with 85 additions and 0 deletions

View file

@ -68,6 +68,7 @@ public enum CounterType {
FURY("fury"),
FUSE("fuse"),
GOLD("gold"),
GROWTH("growth"),
HATCHLING("hatchling"),
HEALING("healing"),
HOOFPRINT("hoofprint"),