Example #1
0
 public MvpCommand(Mvp plugin) => this.plugin = plugin;
Example #2
0
 public Functions(Mvp plugin) => this.plugin = plugin;
Example #3
0
 public EventsHandler(Mvp plugin) => this.plugin = plugin;