示例#1
0
 private void Start()
 {
     foreach (var coords in board.GetCells())
     {
         Debug.Log(coords);
     }
 }