Пример #1
0
        // -------------------------------------------------------------------------------
        // LoadState_ProcessStateSwitchFormation (Post Selection)
        // -------------------------------------------------------------------------------
        protected void LoadState_ProcessStateSwitchFormation()
        {
            CharacterBase target = GetFirstSelectedCharacter();

            if (target != null)
            {
                target.CommandSwitchFormation();
            }

            PopState();
        }