0.513.0.5130420 + UniqueId

Caught up with latest API changes and implemented UniqueId.
This commit is contained in:
Max
2022-02-10 15:22:44 -06:00
parent c4f0953858
commit 034799a4de
9 changed files with 856 additions and 258 deletions

View File

@ -42,11 +42,14 @@ namespace RobloxFiles
/// <summary>The source AssetId this instance was created in.</summary>
public long SourceAssetId = -1;
/// <summary>A unique identifier declared for this instance.</summary>
public Guid UniqueId = Guid.NewGuid();
/// <summary>The name of this Instance, if a Name property is defined.</summary>
public override string ToString() => Name;
/// <summary>A unique identifier for this instance when being serialized.</summary>
/// <summary>A context-dependent unique identifier for this instance when being serialized.</summary>
public string Referent { get; set; }
/// <summary>Indicates whether the parent of this object is locked.</summary>

View File

@ -40,7 +40,8 @@ namespace RobloxFiles
Int64,
SharedString,
ProtectedString,
OptionalCFrame
OptionalCFrame,
UniqueId
}
public class Property