HashSets for starters.

This commit is contained in:
2024-08-06 16:56:41 -04:00
parent d2f6344846
commit 1e0372c40d
5 changed files with 20 additions and 19 deletions
@@ -0,0 +1,6 @@
package engine.ConfigParsing.EffectEntry;
public class Condition {
public String type;
public String value;
}