mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00
Update Consts.cs
This commit is contained in:
parent
6dba253246
commit
344f9caca2
@ -50,6 +50,12 @@
|
||||
true;
|
||||
#else
|
||||
false;
|
||||
#endif
|
||||
public const bool DISABLE_DRAGONECS_DEBUGGER =
|
||||
#if DISABLE_DRAGONECS_DEBUGGER
|
||||
true;
|
||||
#else
|
||||
false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user