namespace UnityEngine
{
#if ENABLE_SERIALIZATION_BY_CODEGENERATION
	public interface IPPtrRemapper
	{
		object GetNewInstanceToReplaceOldInstance(object value);
	}
#endif
}