public MakeWatcherCommand(TheWatcher plugin)
 {
     this.plugin = plugin;
 }
Ejemplo n.º 2
0
 public MiscEventHandler(TheWatcher plugin) => this.plugin = plugin;
 public WatcherDisableCommand(TheWatcher plugin)
 {
     this.plugin = plugin;
 }