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