mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 12:39:16 +08:00
(S25Opener): removed constructor.
This commit is contained in:
parent
af0e936cbe
commit
e8ffc7d38e
@ -43,11 +43,6 @@ namespace GameRes.Formats.ShiinaRio
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
|
||||
public S25Opener ()
|
||||
{
|
||||
Extensions = new string[0];
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
int count = file.View.ReadInt32 (4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user