BaseMod
BaseMod copied to clipboard
ModPanel state shouldn't be restricted to storing integers
You can't store much information in an integer, sure you store enums, but you can't store most things, e.g. mapSymbols. Strings are more flexible, or maybe it should be generic.