Beispiel #1
0
 public NeutralizeWithLaserMessage(int robotID, int targetID, NeutralizeCommand cmd)
 {
     this.robotID  = robotID;
     this.targetID = targetID;
     this.cmd      = cmd;
 }
 public NeutralizeWithLaserMessage(int robotID, int targetID, NeutralizeCommand cmd)
 {
     this.robotID = robotID;
     this.targetID = targetID;
     this.cmd = cmd;
 }