Update Instance.cs

This commit is contained in:
Max 2022-04-25 07:35:24 -05:00 committed by GitHub
parent f2d751a4c9
commit 5dc0e9f99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
/// <summary>A unique identifier declared for this instance.</summary>
public Guid UniqueId = Guid.NewGuid();
public UniqueId UniqueId;
/// <summary>The name of this Instance, if a Name property is defined.</summary>
public override string ToString() => Name;