mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
Update Consts.cs
This commit is contained in:
parent
ef4d2959f5
commit
fe0a5e8a94
@ -16,6 +16,12 @@
|
|||||||
|
|
||||||
public class EcsUnityDefines
|
public class EcsUnityDefines
|
||||||
{
|
{
|
||||||
|
public const bool ENABLE_IL2CPP =
|
||||||
|
#if ENABLE_IL2CPP
|
||||||
|
true;
|
||||||
|
#else
|
||||||
|
false;
|
||||||
|
#endif
|
||||||
// public const bool DISABLE_SERIALIZE_REFERENCE_RECOVERY =
|
// public const bool DISABLE_SERIALIZE_REFERENCE_RECOVERY =
|
||||||
//#if DISABLE_SERIALIZE_REFERENCE_RECOVERY
|
//#if DISABLE_SERIALIZE_REFERENCE_RECOVERY
|
||||||
// true;
|
// true;
|
||||||
|
Loading…
Reference in New Issue
Block a user