ZK_Framework/HybridCLRData/LocalIl2CppData-WindowsEditor/il2cpp/libil2cpp/vm-utils/VmMethod.h

10 lines
162 B
C
Raw Normal View History

2024-07-04 20:18:43 +08:00
#pragma once
#include "il2cpp-config.h"
#if RUNTIME_TINY
typedef TinyMethod VmMethod;
#else // Assume the libil2cpp runtime
typedef MethodInfo VmMethod;
#endif