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
/// Called by SpinCore when initializing each plugin. Use this to create the options tab and any other menus for this plugin
/// </summary>
protected internal virtual void Init() { }
/// <summary>
/// Called after all SpinPlugins have been initialized by SpinCore. Use this for any initialization that depends on other plugins being initialized first