public MakeWatcherCommand(TheWatcher plugin)
 {
     this.plugin = plugin;
 }
Exemple #2
0
 public MiscEventHandler(TheWatcher plugin) => this.plugin = plugin;
 public WatcherDisableCommand(TheWatcher plugin)
 {
     this.plugin = plugin;
 }