示例#1
0
 public bool IsFieldWhite()
 {
     return((coordinates.GetX() + coordinates.GetY()) % 2 == 0);
 }