(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
{
#if DEBUG
[Export(typeof(ArchiveFormat))]
#endif
// [Export(typeof(ArchiveFormat))]
public class VoiceOpener : ArchiveFormat
{
public override string Tag { get { return "DAT/W/VOICE"; } }