17181920212223
initState(); } private void initState(){ sm = new StateManager(this); sm.enterState(new MainMenuState(this, 0)); }