0.522.0.5220281 (+ Font Type Support & Bug Fixes)

This commit is contained in:
Max
2022-04-14 20:52:05 -05:00
parent cff4b1ad5c
commit f8c914dd0b
21 changed files with 3577 additions and 2631 deletions

View File

@ -6,7 +6,7 @@ namespace RobloxFiles.Tokens
{
string XmlPropertyToken { get; }
bool ReadProperty(Property prop, XmlNode token);
bool ReadProperty(Property prop, XmlNode node);
void WriteProperty(Property prop, XmlDocument doc, XmlNode node);
}
}