diff --git a/Core/Models/Eft/Common/Tables/Quest.cs b/Core/Models/Eft/Common/Tables/Quest.cs index 45d69279..17880aaf 100644 --- a/Core/Models/Eft/Common/Tables/Quest.cs +++ b/Core/Models/Eft/Common/Tables/Quest.cs @@ -172,23 +172,6 @@ public class QuestConditionTypes public List? Fail { get; set; } } -public class AchievementQuestConditionTypes -{ - [JsonPropertyName("started")] - public List? Started { get; set; } - - [JsonPropertyName("availableForFinish")] - public List? AvailableForFinish { get; set; } - - [JsonPropertyName("availableForStart")] - public List? AvailableForStart { get; set; } - - [JsonPropertyName("success")] - public List? Success { get; set; } - - [JsonPropertyName("fail")] - public List? Fail { get; set; } -} public class QuestCondition { [JsonPropertyName("id")]