A simple, real-world example to show how to set up your mod to use Mod Settings using annotated redscript code.
// Uses a module for all the usual reasons; no need to call my classes names like V1ldSettings
module V1ld.DontDisassembleExpensiveJunk
// Settings class must derive from ScriptableSystem which then creates and manages the singleton instance used by Mod Settings