BloodMagic/1.7.2/java/WayofTime/alchemicalWizardry/common/spell/complex/enhancement/SpellEnhancementCost.java
2014-02-14 15:20:20 -05:00

10 lines
213 B
Java

package WayofTime.alchemicalWizardry.common.spell.complex.enhancement;
public class SpellEnhancementCost extends SpellEnhancement
{
public SpellEnhancementCost()
{
super(SpellEnhancement.EFFICIENCY);
}
}