Ejemplo n.º 1
0
 public AcceptSwap(SCPSwap plugin) => this.plugin = plugin;
 public SCPSwapDisableCommand(SCPSwap plugin)
 {
     this.plugin = plugin;
 }
Ejemplo n.º 3
0
 public SCPList(SCPSwap plugin) => this.plugin = plugin;
Ejemplo n.º 4
0
 public MiscEventHandler(SCPSwap plugin)
 {
     this.plugin = plugin;
 }
Ejemplo n.º 5
0
 public RequestSwap(SCPSwap plugin) => this.plugin = plugin;
Ejemplo n.º 6
0
 public CommandEvent(SCPSwap plugin)
 {
     this.plugin = plugin;
 }