General overview
1
2
3
4
5
ConfigEntry<bool> enableThing = Config.Bind(...);
ModSettingsManager.AddOption(new CheckBoxOption(enableThing));
if (enableThing != null && enableThing == null) {}
section 2 stuff
Section 3 stuff
me when section 4 moment.