Added write support for binary files!
Holy cow, this took a lot of work. I think I may need to do a few more things before I consider this a 1.0 release, but I'm glad to have finally overcome this hurdle!
This commit is contained in:
@ -22,7 +22,7 @@ namespace RobloxFiles.XmlFormat.PropertyTokens
|
||||
if (prop.Value != null && prop.Value.ToString() != "null")
|
||||
{
|
||||
Instance inst = prop.Value as Instance;
|
||||
result = inst.XmlReferent;
|
||||
result = inst.Referent;
|
||||
}
|
||||
|
||||
node.InnerText = result;
|
||||
|
Reference in New Issue
Block a user