//moves Engine to state PlyaerAction void PlayerAction() { //disables notficatin box playerHud.EnableNotificationText(false); //moves state to PlayerAction and turns on SelectMenu state = BattleState.PlayerAction; playerHud.EnableActionSelector(true); }