mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(WarOpener.Dump): removed in favor of the new static Dump class.
This commit is contained in:
parent
769e723fb6
commit
3c032a8ae6
@ -138,12 +138,6 @@ namespace GameRes.Formats.ShiinaRio // 椎名里緒
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Dump (string name, byte[] data)
|
|
||||||
{
|
|
||||||
using (var dump = File.Create (name))
|
|
||||||
dump.Write (data, 0, data.Length);
|
|
||||||
}
|
|
||||||
|
|
||||||
public override Stream OpenEntry (ArcFile arc, Entry entry)
|
public override Stream OpenEntry (ArcFile arc, Entry entry)
|
||||||
{
|
{
|
||||||
var warc = arc as WarcFile;
|
var warc = arc as WarcFile;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user