BF2Statistics.MedalData.Rank.RestoreDefaultConditions C# (CSharp) Method

RestoreDefaultConditions() public method

Restores the condition of this award to the default (vanilla) state
public RestoreDefaultConditions ( ) : void
return void
        public void RestoreDefaultConditions()
        {
            Conditions = AwardCache.GetDefaultAwardCondition(this.Id.ToString());
        }