// ------------------------------------------------------------------------------- // LoadState_ProcessStateSwitchFormation (Post Selection) // ------------------------------------------------------------------------------- protected void LoadState_ProcessStateSwitchFormation() { CharacterBase target = GetFirstSelectedCharacter(); if (target != null) { target.CommandSwitchFormation(); } PopState(); }