示例#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;
 }
示例#2
0
 public EventHandlers(Pro079 plugin)
 {
     this.plugin = plugin;
 }
示例#3
0
 public Pro079Manager(Pro079 plugin)
 {
     this.plugin = plugin;
     Manager     = this;
 }