示例#1
0
 public Freeze(PuppetMasterShell shell) : base(shell, "Freeze", "Freeze PID")
 {
 }
示例#2
0
 public Wait(PuppetMasterShell shell) : base(shell, "Wait", "Wait x_ms")
 {
 }
示例#3
0
 public Crash(PuppetMasterShell shell) : base(shell, "Crash", "Crash PID")
 {
 }
示例#4
0
 public StartServer(PuppetMasterShell shell) : base(shell, "StartServer", "StartServer PID PCS_URL SERVER_URL MSEC_PER_ROUND NUM_PLAYERS")
 {
 }
示例#5
0
 public Exit(PuppetMasterShell shell) : base(shell, "Exit", "Exit")
 {
 }
示例#6
0
 public LocalState(PuppetMasterShell shell) : base(shell, "LocalState", "LocalState PID round_id")
 {
 }
示例#7
0
 public Command(PuppetMasterShell shell, string cmd, string info)
 {
     this.shell = shell;
     this.cmd   = cmd;
     this.info  = info;
 }
示例#8
0
 public GlobalStatus(PuppetMasterShell shell) : base(shell, "GlobalStatus", "GlobalStatus")
 {
 }
示例#9
0
 public InjectDelay(PuppetMasterShell shell) : base(shell, "InjectDelay", "InjectDelay src_PID dst_PID")
 {
 }
示例#10
0
 public StartClient(PuppetMasterShell shell) : base(shell, "StartClient", "StartClient PID PCS_URL CLIENT_URL MSEC_PER_ROUND NUM_PLAYERS")
 {
 }
示例#11
0
 public Help(PuppetMasterShell shell) : base(shell, "Help", "Help")
 {
 }