diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-12-30 17:44:11 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-12-30 17:44:11 -0500 |
| commit | 4c5e20a6e78f72a749c517c6fcc75c176155b7c5 (patch) | |
| tree | 1c1f57938f99107b735972cac88c0dfc898b2c5a /src/main/java/tlIItools/EffectGroup.java | |
| parent | b88ea6ebd6226b1485e04139aa4c72baf415cd2a (diff) | |
Begin adding of group listing
Diffstat (limited to 'src/main/java/tlIItools/EffectGroup.java')
| -rw-r--r-- | src/main/java/tlIItools/EffectGroup.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/tlIItools/EffectGroup.java b/src/main/java/tlIItools/EffectGroup.java index 29e51d25..7938e0dd 100644 --- a/src/main/java/tlIItools/EffectGroup.java +++ b/src/main/java/tlIItools/EffectGroup.java @@ -2,6 +2,12 @@ package tlIItools; import java.util.*; +/** An 'effect group'. + * + * This groups similar effects together, the same way affix groups group affixs + * together. + * + * @author Ben Culkin */ public class EffectGroup { /** The name of the effect. */ public String name; |
