mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-08 22:58:52 +08:00
(HyPack): "dat" extension, "SND"->"OGG" alias.
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user