bunch of stuff.

This commit is contained in:
morkt
2023-08-24 01:33:50 +04:00
parent ea096c52ef
commit 77fde27d26
119 changed files with 11078 additions and 619 deletions

View File

@@ -78,4 +78,9 @@ namespace GameRes.Formats.Abel
[ExportMetadata("Extension", "ALP")]
[ExportMetadata("Target", "DAT/GENERIC")]
public class AlpFormat : ResourceAlias { }
[Export(typeof(ResourceAlias))]
[ExportMetadata("Extension", "JCP")]
[ExportMetadata("Target", "WAV")]
public class JcpFormat : ResourceAlias { }
}