AcManager.Tools.Objects.KunosCareerEventObject.LoadConditions C# (CSharp) Method

LoadConditions() protected method

protected LoadConditions ( System.IniFile ini ) : void
ini System.IniFile
return void
        protected override void LoadConditions(IniFile ini) {
            if (KunosCareerType == KunosCareerObjectType.SingleEvents) {
                base.LoadConditions(ini);
            } else {
                ConditionType = null;
                FirstPlaceTarget = SecondPlaceTarget = ThirdPlaceTarget = null;
            }
        }