Beispiel #1
0
 public override void Register()
 {
     Info("Loading Pro-079 Core configs and registering default commands...");
     AddEventHandlers(new EventHandlers(this));
     Manager  = new Pro079Manager(this);
     Configs  = new Configs(this);
     Instance = this;
 }
Beispiel #2
0
 public Pro079Manager(Pro079 plugin)
 {
     this.plugin = plugin;
     Manager     = this;
 }