예제 #1
0
파일: GameTest.cs 프로젝트: Boaholic/Sorry
 public void GameTest()
 {
     Game testGame = new Game();
     testGame.PauseGame();
     testGame.SaveGame();
     testGame.QuitGame();
     testGame.GameWon();
     testGame.SquareButtonPressed();
     testGame.CardButtonPressed();
     testGame.ChangeTur();
 }