コード例 #1
0
 public MakeWatcherCommand(TheWatcher plugin)
 {
     this.plugin = plugin;
 }
コード例 #2
0
 public MiscEventHandler(TheWatcher plugin) => this.plugin = plugin;
コード例 #3
0
 public WatcherDisableCommand(TheWatcher plugin)
 {
     this.plugin = plugin;
 }