diff --git a/src/Consts.cs b/src/Consts.cs index ee13215..772f20f 100644 --- a/src/Consts.cs +++ b/src/Consts.cs @@ -93,6 +93,12 @@ true; #else false; +#endif + public const bool DRAGONECS_DEEP_DEBUG = +#if DRAGONECS_DEEP_DEBUG + true; +#else + false; #endif } }