BloodMagic/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/enhancement/SpellEnhancementCost.java
2014-01-18 11:45:31 -05:00

11 lines
213 B
Java

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