Ejemplo n.º 1
0
 public override void OnEnable()
 {
     singleton = this;
     this.Info(this.Details.name + " v." + this.Details.version + " has been enabled.");
 }
 public Functions(Zombieland plugin)
 {
     this.Zombieland     = plugin;
     Functions.singleton = this;
 }
Ejemplo n.º 3
0
 public ZombielandCommand(Zombieland plugin) => this.plugin = plugin;
Ejemplo n.º 4
0
 public EventsHandler(Zombieland plugin) => this.plugin = plugin;