mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(DowAudio): alias instead of AudioFormat.
This commit is contained in:
parent
a0beff18a3
commit
573b14d4c5
@ -84,9 +84,8 @@ namespace GameRes.Formats.Nekopunch
|
||||
/// <summary>
|
||||
/// Link DOW extension to WaveAudio format.
|
||||
/// </summary>
|
||||
[Export(typeof(AudioFormat))]
|
||||
public class DowAudio : WaveAudio
|
||||
{
|
||||
public override string Tag { get { return "DOW"; } }
|
||||
}
|
||||
[Export(typeof(ResourceAlias))]
|
||||
[ExportMetadata("Extension", "DOW")]
|
||||
[ExportMetadata("Target", "WAV")]
|
||||
public class DowAudio : ResourceAlias { }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user