BaseMod icon indicating copy to clipboard operation
BaseMod copied to clipboard

easy mod config

Open Alchyr opened this issue 1 year ago • 0 comments

To use:

Create a class extending EasyConfigPanel. Add static variables for config things Create UIStrings localization entry using TEXT_DICT with variable names as keys (optional) Pass new instance of class to BaseMod.registerModBadge

supported types are currently all numeric types, boolean, and String

Alchyr avatar Jun 14 '24 06:06 Alchyr