Update Consts.cs

This commit is contained in:
DCFApixels 2025-03-15 16:32:31 +08:00
parent ef4d2959f5
commit fe0a5e8a94

View File

@ -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;