summaryrefslogtreecommitdiff
path: root/src/main/java/tlIItools/AffixGroup.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/tlIItools/AffixGroup.java')
-rw-r--r--src/main/java/tlIItools/AffixGroup.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/java/tlIItools/AffixGroup.java b/src/main/java/tlIItools/AffixGroup.java
new file mode 100644
index 00000000..7ae57453
--- /dev/null
+++ b/src/main/java/tlIItools/AffixGroup.java
@@ -0,0 +1,11 @@
+package tlIItools;
+
+/**
+ * Represents a 'group' of related affixes.
+ *
+ * These are affixes that are do the same thing, but could be of varying levels;
+ * or have effects of differing intensity.
+ *
+ * @author Ben Culkin */
+public class AffixGroup {
+}