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