diff --git a/Tree/Instance.cs b/Tree/Instance.cs index e72c142..1e9b6e1 100644 --- a/Tree/Instance.cs +++ b/Tree/Instance.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; @@ -44,7 +44,7 @@ namespace RobloxFiles public long SourceAssetId = -1; /// A unique identifier declared for this instance. - public Guid UniqueId = Guid.NewGuid(); + public UniqueId UniqueId; /// The name of this Instance, if a Name property is defined. public override string ToString() => Name;