1 2 3 4 5 6 7 8 9
namespace UnityEngine { #if ENABLE_SERIALIZATION_BY_CODEGENERATION public interface IPPtrRemapper { object GetNewInstanceToReplaceOldInstance(object value); } #endif }