mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(ESC-ARC): fixed signatures property.
This commit is contained in:
parent
c604b2724e
commit
792d0eda18
@ -38,6 +38,11 @@ namespace GameRes.Formats.Escude
|
||||
public override bool IsHierarchic { get { return true; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public BinOpener ()
|
||||
{
|
||||
Signatures = new uint[] { 0x2D435345 };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
if (!file.View.AsciiEqual (4, "ARC"))
|
||||
|
Loading…
Reference in New Issue
Block a user