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