This is a mod for modders. It allows you to configure your mod settings page using a .xml file or through code, eliminating the need to close the game and modify the .cfg file to change the mod settings.
- Quick Start - Simple introduction of how to use this mod.
- Register - When and how to register your mod.
- Mod Option Controller - Util class for you to interact with the mod.
- Pre-build UI - Set pre-build infos through
XML
file or reflection. - UI Elements - Simple wrapping of unity UI components that are using in the mod.