Ejemplo n.º 1
0
 public void NoMoves(string movingCharacter)
 {
     if (movingCharacter == "Human")
     {
         myHandler.NoMoves();
     }
     else
     {
         theirHandler.NoMoves();
     }
 }
Ejemplo n.º 2
0
 public void NoMoves()
 {
     myHandler.NoMoves();
 }