(VoiceOpener): disabled MEF export.

This commit is contained in:
morkt
2018-07-25 10:06:57 +04:00
parent ca818929df
commit df99785d39

View File

@@ -30,9 +30,7 @@ using System.IO;
namespace GameRes.Formats.Weapon namespace GameRes.Formats.Weapon
{ {
#if DEBUG // [Export(typeof(ArchiveFormat))]
[Export(typeof(ArchiveFormat))]
#endif
public class VoiceOpener : ArchiveFormat public class VoiceOpener : ArchiveFormat
{ {
public override string Tag { get { return "DAT/W/VOICE"; } } public override string Tag { get { return "DAT/W/VOICE"; } }