mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 02:58:12 +08:00
Convert cache_y.dat files to XML
This commit is contained in:
+8
-1
@@ -223,7 +223,14 @@ namespace CodeWalker.Forms
|
||||
RawPropertyGrid.SelectedObject = cut;
|
||||
modified = false;
|
||||
}
|
||||
|
||||
public void LoadMeta(CacheDatFile cachedat)
|
||||
{
|
||||
var fn = ((cachedat?.FileEntry?.Name) ?? "") + ".xml";
|
||||
Xml = cachedat.GetXml();
|
||||
FileName = fn;
|
||||
RawPropertyGrid.SelectedObject = cachedat;
|
||||
modified = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user