BF2Statistics.MedalData.Rank.RestoreDefaultConditions C# (CSharp) 메소드

RestoreDefaultConditions() 공개 메소드

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