Beispiel #1
0
 public Match(Robot player1, Robot player2)
 {
     Player1 = player1;
     Player2 = player2;
 }
Beispiel #2
0
 public static Robot Draw()
 {
     if (DrawInstance == null)
         DrawInstance = new Robot("DRAW");
     return DrawInstance;
 }