public DDropDisableCommand(DisconnectDrop plugin)
 {
     this.plugin = plugin;
 }
Example #2
0
 public MiscEventHandler(DisconnectDrop plugin)
 {
     this.plugin      = plugin;
     this.refreshRate = this.plugin.GetConfigInt("ddrop_inventory_refreshrate");
 }