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