Misc cleanup (thanks @Col-E)
Signed-off-by: SticksDev <tanner@teamhydra.dev>
This commit is contained in:
@ -4,9 +4,9 @@ package me.sticksdev.runicspells.structures;
|
||||
* The base class for spells, only contains a name and a description
|
||||
*/
|
||||
public class BaseSpell {
|
||||
public String name;
|
||||
public String description;
|
||||
public int spellID;
|
||||
public final String name;
|
||||
public final String description;
|
||||
public final int spellID;
|
||||
public int range;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user