PlayGame() 공개 메소드

How we start asking questions
public PlayGame ( ) : void
리턴 void
예제 #1
0
 private void StartNewGame()
 {
     // Start
     gameMain = new Game(qCollection, this, masterPRNG);
     gameMain.PlayGame();
 }
예제 #2
0
 private void StartNewGame()
 {
     // Start
     gameMain = new Game(qCollection, this, masterPRNG);
     gameMain.PlayGame();
 }