small fix

This commit is contained in:
Max
2022-12-31 15:10:56 -06:00
parent 2ddae74456
commit db52a2c389
3 changed files with 3 additions and 5 deletions

View File

@ -46,10 +46,10 @@ namespace RobloxFiles
public long SourceAssetId = -1;
/// <summary>A unique identifier declared for the history of this instance.</summary>
public UniqueId HistoryId;
public UniqueId HistoryId = new UniqueId(0, 0, 0);
/// <summary>A unique identifier declared for this instance.</summary>
public UniqueId UniqueId;
public UniqueId UniqueId = new UniqueId(0, 0, 0);
/// <summary>The name of this Instance, if a Name property is defined.</summary>
public override string ToString() => Name;