Badminton-Scoreboard/Libraries/libil2cpp/include/vm-utils/VmMethod.h
2023-10-08 10:24:48 +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