コード例 #1
0
 public int GetCellValue(int x, int y)
 {
     return(gameBoard.GetCellValue(x, y));
 }