Esempio n. 1
0
 public IUnit GetUnitAt(int row, int col)
 {
     return(_boardHandler.GetUnitAt(row, col));
 }