fBaseXtensions.Behaviors.CharacterControl.ResetVars C# (CSharp) Method

ResetVars() static private method

static private ResetVars ( ) : void
return void
        internal static void ResetVars()
        {
            MainHeroInfo = null;
            AltHeroInfo = null;
            AltHeroGamblingEnabled = false;
            GamblingCharacterSwitch = false;
            GamblingCharacterSwitchToMain = false;
            _mainHeroIndexes.Clear();
        }