AcManager.Tools.Objects.CarSkinObject.PastLoad C# (CSharp) Method

PastLoad() public method

public PastLoad ( ) : void
return void
        public override void PastLoad() {
            // base.PastLoad();
            /* we don't need to add country and author to suggestion lists: one
               might be very invalid and other is missing here anyway */

            if (!Enabled) return;

            SuggestionLists.CarSkinTeamsList.AddUnique(Team);
            SuggestionLists.CarSkinDriverNamesList.AddUnique(DriverName);
        }