0.476.0.421371

This commit is contained in:
Max
2021-05-01 17:40:09 -05:00
parent 31eddea24e
commit 009d84f49f
18 changed files with 2513 additions and 2694 deletions

View File

@ -65,6 +65,10 @@ namespace RobloxFiles
if (child.Name == "Item")
{
Instance item = XmlRobloxFileReader.ReadInstance(child, this);
if (item == null)
continue;
item.Parent = this;
}
else if (child.Name == "SharedStrings")