Update Consts.cs

This commit is contained in:
Mikhail 2024-02-26 10:56:23 +08:00
parent 6dba253246
commit 344f9caca2

View File

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