ModTweaker/src/api/java/WayofTime/alchemicalWizardry/api/spell/ComplexSpellType.java
2015-01-11 21:59:45 +02:00

10 lines
336 B
Java

package WayofTime.alchemicalWizardry.api.spell;
public class ComplexSpellType
{
public static ComplexSpellType FIRE = new ComplexSpellType();
public static ComplexSpellType ICE = new ComplexSpellType();
public static ComplexSpellType EARTH = new ComplexSpellType();
public static ComplexSpellType WIND = new ComplexSpellType();
}