1 2 3 4 5 6 7 8 9
namespace UnityEngine { #if ENABLE_SERIALIZATION_BY_CODEGENERATION public interface IUnityAssetsReferenceHolder { void Unity_LivenessCheck(); } #endif }