ChensHelpers
Chen.Helpers
HelperPlugin Class
The mother plugin so that it can be depended on. It does nothing by itself, though.
public class HelperPlugin
Inheritance BepInEx.BaseUnityPlugin 🡒 HelperPlugin
| Fields | |
|---|---|
| ModGuid | Mod GUID of the plugin. Useful for referencing this GUID of this mod without the need to look it up. |
| ModName | Mod name of the plugin. |
| ModVer | Mod version of the plugin. Useful for fetching the version dynamically when depending on it. |