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