fix: parameterless constructor
This commit is contained in:
@@ -7,6 +7,11 @@ namespace Speckle.Sdk.Models.Collections;
|
||||
[SpeckleType("Speckle.Core.Models.Collections.RootCollection")]
|
||||
public class RootCollection : Collection
|
||||
{
|
||||
/// <summary>
|
||||
/// Parameterless constructor for deserialization.
|
||||
/// </summary>
|
||||
public RootCollection() { }
|
||||
|
||||
/// <summary>
|
||||
/// Constructor for a root collection.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user