mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(ARC): added SCR to contained formats.
This commit is contained in:
parent
12d9027ce3
commit
03045b1337
@ -58,7 +58,7 @@ namespace GameRes.Formats.Will
|
||||
{
|
||||
Extensions = new string[] { "arc" };
|
||||
Signatures = new uint[] { 1, 0, 5, 6 };
|
||||
ContainedFormats = new[] { "WIP", "PNA", "OGG" };
|
||||
ContainedFormats = new[] { "WIP", "PNA", "OGG", "SCR" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
Loading…
Reference in New Issue
Block a user