From 4808d411b3b6e4e237f7a7c336c751419e763d2b Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 29 Dec 2020 19:06:25 -0400 Subject: General update --- src/main/java/tlIItools/AffixGroup.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/java/tlIItools/AffixGroup.java (limited to 'src/main/java/tlIItools/AffixGroup.java') 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 { +} -- cgit v1.2.3