Fun stuff

This commit is contained in:
WayofTime 2014-01-17 16:47:23 -05:00
parent f925cdb4eb
commit f9557bcb2f
3 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,5 @@
package WayofTime.alchemicalWizardry.common.spell.complex;
public class SpellEffect {
}

View file

@ -0,0 +1,7 @@
package WayofTime.alchemicalWizardry.common.spell.complex;
public class SpellModifier
{
public static final int DEFAULT = 0;
public static final int OFFENSIVE = 1;
}

View file

@ -0,0 +1,5 @@
package WayofTime.alchemicalWizardry.common.spell.complex;
public class SpellParadigm {
}