Implemented Energy Vortex

This commit is contained in:
Evan Kranzler 2019-01-30 16:28:26 -05:00
parent 53f4241518
commit c46b268819
3 changed files with 113 additions and 0 deletions

View file

@ -134,6 +134,7 @@ public enum CounterType {
VELOCITY("velocity"),
VERSE("verse"),
VITALITY("vitality"),
VORTEX("vortex"),
WIND("wind"),
WISH("wish");