mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(VoiceOpener): disabled MEF export.
This commit is contained in:
@@ -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"; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user