2.0.0: slug-based quests, scenarios and offers; environment carried by the token; regenerated models
Claude-Session: https://claude.ai/code/session_01SMCvdwDmuxoaqGgvGBLk1V
This commit is contained in:
@@ -16,8 +16,8 @@ public class PendingEffect
|
||||
[JsonProperty("runId")]
|
||||
public string RunId { get; set; } = null!;
|
||||
|
||||
[JsonProperty("scenarioId")]
|
||||
public string ScenarioId { get; set; } = null!;
|
||||
[JsonProperty("scenarioSlug")]
|
||||
public string ScenarioSlug { get; set; } = null!;
|
||||
|
||||
[JsonProperty("type")]
|
||||
public string Type { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user