示例#1
0
文件: Main.cs 项目: DominicZahn/AI-1
 private void Awake()
 {
     board = new Board(3);
     Debug.Log(board.ToString());
 }