Moving things around

This commit is contained in:
Pahimar 2014-07-10 16:20:35 -04:00
parent 2ccd58d220
commit 3c69ee4f7b

View file

@ -72,8 +72,6 @@ public class EnergyValue implements Comparable<EnergyValue>
{
OMNI, CORPOREAL, KINETIC, TEMPORAL, ESSENTIA, AMORPHOUS, VOID;
public static final EnergyType[] TYPES = EnergyType.values();
public static final EnergyType DEFAULT = EnergyType.CORPOREAL;
}
}