BF2Statistics.MedalData.Rank.RestoreDefaultConditions C# (CSharp) Méthode

RestoreDefaultConditions() public méthode

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