public override void OnEnable()
 {
     singleton = this;
     this.Info(this.Details.name + "v." + this.Details.version + " has been enabled.");
 }
Exemple #2
0
 public EventsHandler(Mystery plugin) => this.plugin = plugin;
Exemple #3
0
 public MysteryCommand(Mystery plugin) => this.plugin = plugin;
Exemple #4
0
 public Functions(Mystery plugin)
 {
     this.Mystery        = plugin;
     Functions.singleton = this;
 }
 public Functions(Mystery plugin) => this.plugin = plugin;