PlayGame() public method

How we start asking questions
public PlayGame ( ) : void
return void
Exemplo n.º 1
0
 private void StartNewGame()
 {
     // Start
     gameMain = new Game(qCollection, this, masterPRNG);
     gameMain.PlayGame();
 }
Exemplo n.º 2
0
 private void StartNewGame()
 {
     // Start
     gameMain = new Game(qCollection, this, masterPRNG);
     gameMain.PlayGame();
 }