More spells
This commit is contained in:
parent
5c6a5d0c0b
commit
ba19b04154
14 changed files with 233 additions and 45 deletions
|
@ -0,0 +1,10 @@
|
|||
package WayofTime.alchemicalWizardry.common.spell.complex.enhancement;
|
||||
|
||||
public class SpellEnhancementCost extends SpellEnhancement
|
||||
{
|
||||
|
||||
public SpellEnhancementCost()
|
||||
{
|
||||
super(SpellEnhancement.EFFICIENCY);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue