You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dani0105 edited this page Apr 13, 2022
·
1 revision
Loader
Description
This is the main class of ModLoader. this class is injected into the game with the Unity Doorstop injector. Also, this class is used to load and store all mods in the MODS folder.
Events
There are not events for this class.
Properties
Name
Description
static main
This save Loader instance. Used this to use public methods on your mod
static root
This save the gameObject that implement Loader class