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
bfb16585fb
commit
c57c2d3f94
@ -93,6 +93,12 @@
|
||||
true;
|
||||
#else
|
||||
false;
|
||||
#endif
|
||||
public const bool DRAGONECS_DEEP_DEBUG =
|
||||
#if DRAGONECS_DEEP_DEBUG
|
||||
true;
|
||||
#else
|
||||
false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user