string to mongoId conversion
This commit is contained in:
@@ -21,7 +21,7 @@ public record Trader
|
||||
public Dictionary<string, List<string>?> Dialogue { get; set; }
|
||||
|
||||
[JsonPropertyName("questassort")]
|
||||
public Dictionary<string, Dictionary<string, string>>? QuestAssort { get; set; }
|
||||
public Dictionary<string, Dictionary<MongoId, MongoId>>? QuestAssort { get; set; }
|
||||
|
||||
[JsonPropertyName("suits")]
|
||||
public List<Suit>? Suits { get; set; }
|
||||
|
||||
@@ -17,7 +17,7 @@ public abstract record ICustomTrader : ITrader
|
||||
|
||||
public abstract TraderAssort? GetAssort();
|
||||
|
||||
public abstract Dictionary<string, Dictionary<string, string>>? GetQuestAssort();
|
||||
public abstract Dictionary<string, Dictionary<MongoId, MongoId>>? GetQuestAssort();
|
||||
|
||||
public abstract TraderBase? GetBase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user