예제 #1
0
 /// <summary>
 /// Action of button with yellow face.
 /// </summary>
 protected override void GameButtonAction()
 {
     NewGame();
     gameButton.Clicked();
 }