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