Ejemplo n.º 1
0
        private void BuildMenu(List <MenuAction> specialMenuActions = null)
        {
            _menu = new BattleMenu(false, null, _input, _output, new MenuFactory(), specialMenuActions);
            _menu.Build(_fighter, _fighterTeam, _enemyTeam, null);

            _fullMenuPromptLength = _menu.MenuActions.Count + 3; //prompt, plus 'help' and 'status' options
        }