mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(Gr2Opener): added "vic" extension.
This commit is contained in:
parent
d6908c9e1e
commit
c94f2930ab
@ -39,6 +39,11 @@ namespace GameRes.Formats.UMeSoft
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public Gr2Opener ()
|
||||
{
|
||||
Extensions = new string[] { "gr2", "vic" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
int count = file.View.ReadInt32 (4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user