0.513.0.5130420 + UniqueId
Caught up with latest API changes and implemented UniqueId.
This commit is contained in:
@ -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>
|
||||
|
@ -40,7 +40,8 @@ namespace RobloxFiles
|
||||
Int64,
|
||||
SharedString,
|
||||
ProtectedString,
|
||||
OptionalCFrame
|
||||
OptionalCFrame,
|
||||
UniqueId
|
||||
}
|
||||
|
||||
public class Property
|
||||
|
Reference in New Issue
Block a user