summaryrefslogtreecommitdiff
path: root/Runtime/Export/Serialization/IUnityAssetsReferenceHolder.cs
blob: 64fff2ddddeb4f0db3e23c47bb1d5509cf3dd2bf (plain)
1
2
3
4
5
6
7
8
9
namespace UnityEngine
{
#if ENABLE_SERIALIZATION_BY_CODEGENERATION
	public interface IUnityAssetsReferenceHolder
	{
		void Unity_LivenessCheck();
	}
#endif
}