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
The mod specific logger, described in the BaseModLogger page
public ModInfo info
The C# representation of the modinfo.json file for this mod
Methods
public virtual void Initialize()
This is called when the mod is first loaded, it is loaded after dependencies at this point, to extend this make sure to do base.Initialize() in the subclass
public abstract void OnInitialized()
This is called after all mods are loaded, this should be your default entrypoint