예제 #1
0
 private bool CouldMovePieceOnPosition(Vector2 position)
 {
     return(_board.IsPositionOccupiedByColor(position, ActivePlayerColor));
 }