We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e0bc1 commit c13d947Copy full SHA for c13d947
ChatRPG/Data/Models/NarrativeEdge.cs
@@ -22,7 +22,7 @@ public NarrativeEdge(List<string> conditions, NarrativeNode sourceNode, Narrativ
22
[JsonIgnore]
23
public int Id { get; private set; }
24
25
- public ICollection<string> Conditions { get; private set; } = null!;
+ public ICollection<string> Conditions { get; private set; } = new List<string>();
26
27
28
public int SourceNodeId { get; private set; }
0 commit comments