0.522.0.5220281 (+ Font Type Support & Bug Fixes)
This commit is contained in:
BinaryFormat/Chunks
DataTypes
Generated
Interfaces
Plugins
RobloxFileFormat.csprojTokens
Tree
UnitTest/Files
XmlFormat
@ -66,6 +66,11 @@ namespace RobloxFiles.XmlFormat
|
||||
|
||||
switch (prop.Type)
|
||||
{
|
||||
case PropertyType.Ref:
|
||||
{
|
||||
propType = "Ref";
|
||||
break;
|
||||
}
|
||||
case PropertyType.CFrame:
|
||||
case PropertyType.Quaternion:
|
||||
{
|
||||
@ -106,6 +111,9 @@ namespace RobloxFiles.XmlFormat
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (prop.Type == PropertyType.Ref)
|
||||
propType = "Ref";
|
||||
|
||||
IXmlPropertyToken handler = XmlPropertyTokens.GetHandler(propType);
|
||||
|
||||
|
Reference in New Issue
Block a user