forked from MagicBane/Server
Effect Modifier parsing work.
This commit is contained in:
@@ -8,6 +8,6 @@ public class EffectEntry {
|
|||||||
public String name;
|
public String name;
|
||||||
public int icon;
|
public int icon;
|
||||||
public HashSet<String> sources = new HashSet<>();
|
public HashSet<String> sources = new HashSet<>();
|
||||||
public ArrayList<EffectModifier> mods;
|
public ArrayList<EffectModifier> mods = new ArrayList<>();
|
||||||
public HashSet<String> conditions;
|
public HashSet<String> conditions = new HashSet<>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user