mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 01:04:49 +08:00
YDR/XML conversion progress
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -278,7 +278,7 @@ namespace CodeWalker.GameFiles
|
||||
}
|
||||
public virtual void WriteXml(StringBuilder sb, int indent, string ddsfolder)
|
||||
{
|
||||
YtdXml.StringTag(sb, indent, "Name", Name);
|
||||
YtdXml.StringTag(sb, indent, "Name", YtdXml.XmlEscape(Name));
|
||||
YtdXml.ValueTag(sb, indent, "Unk32", Unknown_32h.ToString());
|
||||
}
|
||||
public virtual void ReadXml(XmlNode node, string ddsfolder)
|
||||
|
||||
Reference in New Issue
Block a user