Fun testing stuff

Added some basic fire effect stuff to test how well the system works. So
far so good!
This commit is contained in:
WayofTime 2014-01-18 22:16:39 -05:00
parent dc775435bf
commit 091bb3db3f
13 changed files with 131 additions and 18 deletions

View file

@ -0,0 +1,10 @@
package WayofTime.alchemicalWizardry.common.spell.complex.enhancement;
public class SpellEnhancementPotency extends SpellEnhancement
{
public SpellEnhancementPotency()
{
super(SpellEnhancement.POTENCY);
}
}