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