예제 #1
0
 public CheckPlayer(VPNShield plugin)
 {
     this.plugin = plugin;
 }
예제 #2
0
 public SaveData(VPNShield plugin)
 {
     this.plugin = plugin;
 }
예제 #3
0
 public WhitelistCommand(VPNShield plugin)
 {
     this.plugin = plugin;
 }
예제 #4
0
 public ReloadCommand(VPNShield plugin)
 {
     this.plugin = plugin;
 }
예제 #5
0
 public DisableCommand(VPNShield plugin)
 {
     this.plugin = plugin;
 }