#pragma once #include "Il2CppApi.h" #include enum CachedType{ Object, Boolean, Byte, SByte, UInt16, Int16, UInt32, Int32, UInt64, Int64, Single, Double, String, ByteString, Any, Enum, }; struct TypeCache { std::map type_map; static TypeCache init(); };