(DigitalWorks): added contained formats.

This commit is contained in:
morkt 2018-09-23 03:54:41 +04:00
parent ebd6578dca
commit fc5a66e317

View File

@ -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"))