Anti-comments sweep!
This commit is contained in:
parent
e6a10f3f06
commit
dea1f87078
454 changed files with 23594 additions and 26739 deletions
|
@ -1,21 +1,21 @@
|
|||
package WayofTime.alchemicalWizardry.common.spell.complex;
|
||||
|
||||
public class SpellModifier
|
||||
public class SpellModifier
|
||||
{
|
||||
public static final int DEFAULT = 0;
|
||||
public static final int OFFENSIVE = 1;
|
||||
public static final int DEFENSIVE = 2;
|
||||
public static final int ENVIRONMENTAL = 3;
|
||||
|
||||
private int modifier;
|
||||
|
||||
protected SpellModifier(int modifier)
|
||||
{
|
||||
this.modifier = modifier;
|
||||
}
|
||||
|
||||
public int getModifier()
|
||||
{
|
||||
return this.modifier;
|
||||
}
|
||||
public static final int DEFAULT = 0;
|
||||
public static final int OFFENSIVE = 1;
|
||||
public static final int DEFENSIVE = 2;
|
||||
public static final int ENVIRONMENTAL = 3;
|
||||
|
||||
private int modifier;
|
||||
|
||||
protected SpellModifier(int modifier)
|
||||
{
|
||||
this.modifier = modifier;
|
||||
}
|
||||
|
||||
public int getModifier()
|
||||
{
|
||||
return this.modifier;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue