Example #1
0
 private void GameDescriptionState()
 {
     _input.clearInput();
     _render.GameDescription();
     _currentState = State.NewGame;
 }