Files

10 lines
162 B
C
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
#include "il2cpp-config.h"
#if RUNTIME_TINY
typedef TinyMethod VmMethod;
#else // Assume the libil2cpp runtime
typedef MethodInfo VmMethod;
#endif