diff --git a/src/Consts.cs b/src/Consts.cs index 9d65478..49b7c80 100644 --- a/src/Consts.cs +++ b/src/Consts.cs @@ -50,6 +50,12 @@ true; #else false; +#endif + public const bool DISABLE_DRAGONECS_DEBUGGER = +#if DISABLE_DRAGONECS_DEBUGGER + true; +#else + false; #endif } }