2023-02-10 15:13:26 +08:00

10 lines
162 B
C

#pragma once
#include "il2cpp-config.h"
#if RUNTIME_TINY
typedef TinyMethod VmMethod;
#else // Assume the libil2cpp runtime
typedef MethodInfo VmMethod;
#endif