mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-21 03:15:20 +08:00
(Legacy): certain formats enabled in debug build only.
This commit is contained in:
@@ -28,7 +28,9 @@ using System.ComponentModel.Composition;
|
||||
|
||||
namespace GameRes.Formats.WestGate
|
||||
{
|
||||
#if DEBUG
|
||||
[Export(typeof(ArchiveFormat))]
|
||||
#endif
|
||||
public class UcaOpener : ArchiveFormat
|
||||
{
|
||||
public override string Tag { get { return "UCA"; } }
|
||||
|
||||
@@ -28,7 +28,9 @@ using System.ComponentModel.Composition;
|
||||
|
||||
namespace GameRes.Formats.WestGate
|
||||
{
|
||||
#if DEBUG
|
||||
[Export(typeof(ArchiveFormat))]
|
||||
#endif
|
||||
public class UsfOpener : ArchiveFormat
|
||||
{
|
||||
public override string Tag { get { return "USF"; } }
|
||||
|
||||
@@ -29,7 +29,9 @@ using System.IO;
|
||||
|
||||
namespace GameRes.Formats.WestGate
|
||||
{
|
||||
#if DEBUG
|
||||
[Export(typeof(ArchiveFormat))]
|
||||
#endif
|
||||
public class UwfOpener : ArchiveFormat
|
||||
{
|
||||
public override string Tag { get { return "UWF"; } }
|
||||
|
||||
Reference in New Issue
Block a user