Ejemplo n.º 1
0
 public int Reset()
 {
     MoveLogger.Clear();
     Map  = new int[MapSize, MapSize];
     Turn = 0;
     return(0);
 }