Exemplo n.º 1
0
Arquivo: Game.cs Projeto: sshipsey/TTT
 public Game()
 {
     turn = false;
     isLive = true;
     board = new Board();
 }