Update Consts.cs

This commit is contained in:
DCFApixels 2025-03-13 15:56:47 +08:00
parent bfb16585fb
commit c57c2d3f94

View File

@ -93,6 +93,12 @@
true;
#else
false;
#endif
public const bool DRAGONECS_DEEP_DEBUG =
#if DRAGONECS_DEEP_DEBUG
true;
#else
false;
#endif
}
}