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