Naming conventions set

This commit is contained in:
2024-08-22 16:34:05 -04:00
parent f4fc7fc75b
commit 3842cce1ab
6 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public class Effect {
public String effect_name;
public int icon;
public HashSet<String> sources = new HashSet<>();
public ArrayList<EffectModifier> mods = new ArrayList<>();
public ArrayList<ModifierEntry> mods = new ArrayList<>();
public ArrayList<ConditionEntry> conditions = new ArrayList<>();
// Additional variables outside of tags or parsed