Пример #1
0
 public Move GetMoveInPossibleMovesOrNull(int xTo, int yTo, Piece piece)
 {
     return(piece.GetMoveOrNull(xTo, yTo));
 }