mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(DigitalWorks): added contained formats.
This commit is contained in:
parent
ebd6578dca
commit
fc5a66e317
@ -72,6 +72,11 @@ namespace GameRes.Formats.DigitalWorks
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public BinOpener ()
|
||||
{
|
||||
ContainedFormats = new[] { "TX", "OGG", "SCR" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
if (!file.Name.HasAnyOfExtensions ("bin", "pac"))
|
||||
|
Loading…
Reference in New Issue
Block a user