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