public override void OnEnable() { singleton = this; this.Info(this.Details.name + " v." + this.Details.version + " has been enabled."); }
public LurkingCommand(Lurking plugin) => this.plugin = plugin;
public Commands(Lurking plugin) => this.plugin = plugin;
public EventsHandler(Lurking plugin) => this.plugin = plugin;
public Functions(Lurking plugin) { this.Lurking = plugin; Functions.singleton = this; }
public Functions(Lurking plugin) => this.plugin = plugin;