summaryrefslogtreecommitdiff
path: root/src/main/java/tlIItools/AffixGroup.java
blob: 7ae5745363ba2b9ca8c4203300c461a77fe5a221 (plain)
1
2
3
4
5
6
7
8
9
10
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 {
}