コード例 #1
0
ファイル: Game.cs プロジェクト: sshipsey/TTT
 public Game()
 {
     turn = false;
     isLive = true;
     board = new Board();
 }