(HyPack): "dat" extension, "SND"->"OGG" alias.

This commit is contained in:
morkt
2018-09-19 12:07:00 +04:00
parent 8872963f65
commit b5f711a04e

View File

@@ -59,7 +59,7 @@ namespace GameRes.Formats.Kogado
public PakOpener ()
{
Extensions = new string[] { "pak" };
Extensions = new string[] { "pak", "dat" };
}
public override ArcFile TryOpen (ArcView file)
@@ -394,4 +394,11 @@ namespace GameRes.Formats.Kogado
}
}
}
[Export(typeof(ResourceAlias))]
[ExportMetadata("Extension", "SND")]
[ExportMetadata("Target", "OGG")]
public class SndFormat : ResourceAlias
{
}
}