inventory callbacks fixed

This commit is contained in:
CWX
2025-01-21 13:58:04 +00:00
parent f2b754892f
commit 8fdfa0658d
5 changed files with 520 additions and 109 deletions
@@ -48,7 +48,7 @@ public record Quest
public string? Image { get; set; }
[JsonPropertyName("type")]
public string? RewardType { get; set; }
public QuestTypeEnum? Type { get; set; }
[JsonPropertyName("isKey")]
public bool? IsKey { get; set; }