0.408.0.355772

This commit is contained in:
CloneTrooper1019
2019-10-30 18:33:00 -05:00
parent 414acf63b1
commit fd8598c1b5
12 changed files with 485 additions and 11 deletions

View File

@ -57,6 +57,9 @@ namespace RobloxFiles
/// <summary>A list of CollectionService tags assigned to this Instance.</summary>
public List<string> Tags => RawTags;
/// <summary>The internal serialized data of this Instance's attributes</summary>
internal byte[] AttributesSerialize;
/// <summary>
/// Internal format of the Instance's CollectionService tags.
/// Property objects will look to this member for serializing the Tags property.