mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
fix2
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
@@ -18,7 +18,13 @@ namespace SchemeTool
|
||||
{
|
||||
GameRes.FormatCatalog.Instance.DeserializeScheme(stream);
|
||||
}
|
||||
|
||||
#if false
|
||||
using (Stream stream = File.Create(".\\GameData\\Formats.json"))
|
||||
{
|
||||
GameRes.FormatCatalog.Instance.SerializeSchemeJson(stream);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
GameRes.Formats.KiriKiri.Xp3Opener format = GameRes.FormatCatalog.Instance.ArcFormats
|
||||
.FirstOrDefault(a => a is GameRes.Formats.KiriKiri.Xp3Opener) as GameRes.Formats.KiriKiri.Xp3Opener;
|
||||
|
||||
@@ -78,4 +84,4 @@ namespace SchemeTool
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user