json copying
debugging overlay
This commit is contained in:
@@ -37,5 +37,6 @@ public class TruthFile
|
||||
/// Gets the list of actors detected in the film, each with their on-screen scene windows.
|
||||
/// </summary>
|
||||
[JsonPropertyName("actors")]
|
||||
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
|
||||
public Collection<TruthActor> Actors { get; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user