예제 #1
0
 private bool InvalidPlaceForWhiteStone(Tuple <int, int> cords)
 {
     return(_fieldsGraph.IsValidPlaceForWhiteField(cords) == false);
 }