Fun stuff
This commit is contained in:
parent
f925cdb4eb
commit
f9557bcb2f
3 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
package WayofTime.alchemicalWizardry.common.spell.complex;
|
||||||
|
|
||||||
|
public class SpellEffect {
|
||||||
|
|
||||||
|
}
|
|
@ -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;
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
package WayofTime.alchemicalWizardry.common.spell.complex;
|
||||||
|
|
||||||
|
public class SpellParadigm {
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue