BloodMagic/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/enhancement/SpellEnhancementPotency.java
WayofTime 091bb3db3f Fun testing stuff
Added some basic fire effect stuff to test how well the system works. So
far so good!
2014-01-18 22:16:39 -05:00

11 lines
216 B
Java

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