(Legacy): certain formats enabled in debug build only.

This commit is contained in:
morkt
2018-01-16 11:56:01 +04:00
parent aa93dabd2d
commit 9388afd54f
14 changed files with 368 additions and 0 deletions

View File

@@ -31,7 +31,9 @@ using GameRes.Utility;
namespace GameRes.Formats.ShapeShifter
{
#if DEBUG
[Export(typeof(ArchiveFormat))]
#endif
public class BndOpener : ArchiveFormat
{
public override string Tag { get { return "BND"; } }