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; }
public Pro079Manager(Pro079 plugin) { this.plugin = plugin; Manager = this; }