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:
@@ -36,7 +36,9 @@ namespace GameRes.Formats.Uran
|
||||
public byte Method;
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
[Export(typeof(ArchiveFormat))]
|
||||
#endif
|
||||
public class NclOpener : ArchiveFormat
|
||||
{
|
||||
public override string Tag { get { return "NCL"; } }
|
||||
|
||||
Reference in New Issue
Block a user