Added QuestStatusEnum to JsonSerializerOptions

This commit is contained in:
Chomp
2025-01-12 21:07:28 +00:00
parent 045c1a5eb5
commit 2408452b4d
+2 -1
View File
@@ -22,7 +22,8 @@ public class JsonUtil
new EftEnumConverter<SptAirdropTypeEnum>(),
new EftEnumConverter<GiftSenderType>(),
new EftEnumConverter<SeasonalEventType>(),
new EftEnumConverter<ProfileChangeEventType>()
new EftEnumConverter<ProfileChangeEventType>(),
new EftEnumConverter<QuestStatusEnum>()
}
};
private static readonly JsonSerializerOptions jsonSerializerOptionsIndented = new(jsonSerializerOptionsNoIndent)