#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // XLua.ObjectTranslator/c__AnonStorey0 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737; // XLua.ObjectTranslator/c__AnonStorey1 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897; // System.Delegate struct Delegate_t1188392813; // XLua.DelegateBridgeBase struct DelegateBridgeBase_t3577089876; // System.Type struct Type_t; // System.Reflection.MethodInfo struct MethodInfo_t; // XLua.ObjectTranslator/c__AnonStorey2 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713; // XLua.ObjectTranslator/c__AnonStorey3 struct U3CgetDelegateU3Ec__AnonStorey3_t4152580592; // XLua.ObjectTranslator/c__AnonStorey4 struct U3CgetDelegateU3Ec__AnonStorey4_t4152580591; // XLua.ObjectTranslator/GetCSObject struct GetCSObject_t754952527; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Action`2 struct Action_2_t3161010; // System.Action`2 struct Action_2_t2470008838; // XLua.ObjectTranslator/IniterAdderXLuaTestPedding struct IniterAdderXLuaTestPedding_t2424681114; // XLua.LuaEnv struct LuaEnv_t2152703515; // XLua.ObjectTranslator struct ObjectTranslator_t2020767555; // System.Action`2 struct Action_2_t60432908; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3883178102; // System.Action`3 struct Action_3_t2809365772; // System.Action`2 struct Action_2_t1074178988; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t601956886; // System.Action`3 struct Action_3_t3823111852; // System.Action`2 struct Action_2_t3395938850; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2923716748; // System.Action`3 struct Action_3_t1849904418; // System.Action`2 struct Action_2_t2715558928; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2243336826; // System.Action`3 struct Action_3_t1169524496; // System.Action`2 struct Action_2_t4281642869; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3809420767; // System.Action`3 struct Action_3_t2735608437; // System.Action`2 struct Action_2_t3878358342; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3406136240; // System.Action`3 struct Action_3_t2332323910; // System.Action`2 struct Action_2_t3115015729; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2642793627; // System.Action`3 struct Action_3_t1568981297; // System.Action`2 struct Action_2_t2861257736; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2389035634; // System.Action`3 struct Action_3_t1315223304; // System.Action`2 struct Action_2_t50213602; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3872958796; // System.Action`3 struct Action_3_t2799146466; // System.Action`2 struct Action_2_t2826167315; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2353945213; // System.Action`3 struct Action_3_t1280132883; // System.Action`2 struct Action_2_t2642173319; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2169951217; // System.Action`3 struct Action_3_t1096138887; // System.Action`2 struct Action_2_t1905493838; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1433271736; // System.Action`3 struct Action_3_t359459406; // System.Action`2 struct Action_2_t3331287749; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2859065647; // System.Action`3 struct Action_3_t1785253317; // System.Action`2 struct Action_2_t275077503; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4097822697; // System.Action`3 struct Action_3_t3024010367; // System.Action`2 struct Action_2_t2108211840; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1635989738; // System.Action`3 struct Action_3_t562177408; // System.Action`2 struct Action_2_t3609132223; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3136910121; // System.Action`3 struct Action_3_t2063097791; // System.Action`2 struct Action_2_t2724932505; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2252710403; // System.Action`3 struct Action_3_t1178898073; // System.Action`2 struct Action_2_t41661518; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3864406712; // System.Action`3 struct Action_3_t2790594382; // System.Action`2 struct Action_2_t3107899579; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2635677477; // System.Action`3 struct Action_3_t1561865147; // System.Action`2 struct Action_2_t1844602747; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1372380645; // System.Action`3 struct Action_3_t298568315; // System.Action`2 struct Action_2_t2531002591; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2058780489; // System.Action`3 struct Action_3_t984968159; // System.Action`2 struct Action_2_t202091315; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4024836509; // System.Action`3 struct Action_3_t2951024179; // System.Action`2 struct Action_2_t398739741; // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4221484935; // System.Action`3 struct Action_3_t3147672605; // XLua.ObjectTranslator/PushCSObject struct PushCSObject_t2825347334; // XLua.ObjectTranslator/UpdateCSObject struct UpdateCSObject_t4262194437; // XLua.ObjectTranslatorPool struct ObjectTranslatorPool_t158158286; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3851719731; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1301971883; // System.WeakReference struct WeakReference_t1334886716; // XLua.OverloadMethodWrap struct OverloadMethodWrap_t1227738875; // System.Reflection.MethodBase struct MethodBase_t; // XLua.ObjectCheckers struct ObjectCheckers_t1922409879; // XLua.ObjectCasters struct ObjectCasters_t3722364209; // System.Collections.Generic.List`1 struct List_1_t128053199; // System.Collections.Generic.List`1 struct List_1_t1148196275; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Collections.Generic.List`1 struct List_1_t46136375; // System.Collections.Generic.List`1 struct List_1_t1569362707; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // XLua.ObjectCheck struct ObjectCheck_t3971088829; // XLua.ObjectCast struct ObjectCast_t2869028929; // XLua.ObjectCheck[] struct ObjectCheckU5BU5D_t2146637488; // System.Object[] struct ObjectU5BU5D_t2843939325; // XLua.ObjectCast[] struct ObjectCastU5BU5D_t1796526492; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // XLua.ReferenceEqualsComparer struct ReferenceEqualsComparer_t1100647835; // XLua.ReflectionUseAttribute struct ReflectionUseAttribute_t2403240161; // System.Attribute struct Attribute_t861562559; // XLua.SignatureLoader struct SignatureLoader_t2963269621; // System.String struct String_t; // XLua.LuaEnv/CustomLoader struct CustomLoader_t465830221; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t2683512874; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Security.Cryptography.SHA1CryptoServiceProvider struct SHA1CryptoServiceProvider_t3661059764; // System.InvalidProgramException struct InvalidProgramException_t3836716986; // XLua.StaticLuaCallbacks struct StaticLuaCallbacks_t3406648379; // XLua.LuaDLL.lua_CSFunction struct lua_CSFunction_t883524059; // XLua.MethodWrapsCache struct MethodWrapsCache_t113059333; // XLua.InternalGlobals/TryArrayGet struct TryArrayGet_t1731576616; // XLua.InternalGlobals/TryArraySet struct TryArraySet_t1732363048; // XLua.LuaException struct LuaException_t1837158180; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t668780358; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // UnityEngine.Object struct Object_t631007953; // UnityEngine.TextAsset struct TextAsset_t3022178571; // System.Collections.Generic.List`1 struct List_1_t1937904963; // System.Reflection.Assembly struct Assembly_t; // System.Reflection.AssemblyName struct AssemblyName_t270931938; // System.Collections.Generic.List`1 struct List_1_t1279540245; // XLua.LuaTable struct LuaTable_t1631611336; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Reflection.PropertyInfo struct PropertyInfo_t; // XLua.MethodWrap struct MethodWrap_t801859268; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2359854630; // System.Collections.Generic.List`1 struct List_1_t3349700990; // System.Collections.Generic.List`1 struct List_1_t3956019502; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1468905199; // System.Collections.Generic.List`1 struct List_1_t3319525431; // XLua.TemplateEngine.Chunk struct Chunk_t3258039454; // XLua.TemplateEngine.LuaTemplate struct LuaTemplate_t802592420; // System.Collections.Generic.List`1 struct List_1_t435146900; // System.Text.StringBuilder struct StringBuilder_t; // XLua.LuaFunction struct LuaFunction_t431395339; // System.Exception struct Exception_t; // XLua.TemplateEngine.Parser struct Parser_t2770988624; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Text.RegularExpressions.Match struct Match_t3408321083; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484; // System.Text.RegularExpressions.Group struct Group_t2468205786; // System.Text.RegularExpressions.Capture struct Capture_t2232016050; // XLua.TemplateEngine.TemplateFormatException struct TemplateFormatException_t583832403; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1211868939; // System.Collections.IEnumerable struct IEnumerable_t1941168011; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.Func`2__AnonType0`3> struct Func_2_t1486249524; // System.Func`2 struct Func_2_t2447130374; // System.Collections.Generic.IEnumerable`1<<>__AnonType0`3> struct IEnumerable_1_t3759750129; // System.Func`2<<>__AnonType0`3,System.Int32> struct Func_2_t2666968375; // System.Func`2 struct Func_2_t2317969963; // System.Linq.IOrderedEnumerable`1<<>__AnonType0`3> struct IOrderedEnumerable_1_t1140694244; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t3735870464; // System.Func`2<<>__AnonType0`3,XLua.TemplateEngine.Chunk> struct Func_2_t2974062076; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2237892343; // <>__AnonType0`3 struct U3CU3E__AnonType0_3_t484929944; // <>__AnonType0`3 struct U3CU3E__AnonType0_3_t2047079929; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // System.Func`2 struct Func_2_t2311415679; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t827303578; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1463797649; // XLua.Utils/c__AnonStorey0 struct U3CGetAllTypesU3Ec__AnonStorey0_t174519252; // System.AppDomain struct AppDomain_t1571427825; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854; // System.Func`2 struct Func_2_t561252955; // System.Func`2 struct Func_2_t3759279471; // XLua.Utils/c__AnonStorey1 struct U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513; // XLua.Utils/c__AnonStorey2 struct U3CgenFieldSetterU3Ec__AnonStorey2_t395947661; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886; // XLua.Utils/c__AnonStorey3 struct U3CgenItemGetterU3Ec__AnonStorey3_t2586604495; // System.Func`2 struct Func_2_t2377163032; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3962162136; // XLua.Utils/c__AnonStorey4 struct U3CgenItemSetterU3Ec__AnonStorey4_t4087281777; // XLua.Utils/c__AnonStorey5 struct U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t857479137; // System.Func`2> struct Func_2_t1321444127; // System.Func`3__AnonType1`2> struct Func_3_t812472829; // System.Func`3 struct Func_3_t3398609381; // System.Collections.Generic.IEnumerable`1<<>__AnonType1`2> struct IEnumerable_1_t830284773; // System.Func`2> struct Func_2_t1426983263; // System.Func`2<<>__AnonType1`2,System.Boolean> struct Func_2_t40316471; // System.Func`2<<>__AnonType1`2,System.Type> struct Func_2_t2426973266; // System.Func`2<<>__AnonType1`2,System.Reflection.MethodInfo> struct Func_2_t1820654754; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t1917901129; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t2023440265; // System.Func`2,System.Type> struct Func_2_t305537246; // System.Func`2,System.Collections.Generic.IEnumerable`1> struct Func_2_t2974038919; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3301826201; // XLua.Utils/c__AnonStorey6 struct U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233; // System.Func`2 struct Func_2_t4152421637; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2622373551; // System.Collections.Generic.List`1 struct List_1_t2159416693; // System.Func`2 struct Func_2_t942717935; // System.Func`3 struct Func_3_t145517001; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4260183246; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2488212927; // System.Collections.Generic.List`1 struct List_1_t557109187; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t1302094432; // System.Reflection.EventInfo struct EventInfo_t; // XLua.Utils/c__AnonStorey7 struct U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173; // System.Func`2 struct Func_2_t3487522507; // XLua.Utils/c__AnonStorey8 struct U3CReflectionWrapU3Ec__AnonStorey8_t1185367866; // System.InvalidOperationException struct InvalidOperationException_t56020091; // <>__AnonType1`2 struct U3CU3E__AnonType1_2_t1850431884; // <>__AnonType1`2 struct U3CU3E__AnonType1_2_t1955971020; // System.Linq.IGrouping`2 struct IGrouping_2_t2938048240; // XLuaTest.ArrayAccess struct ArrayAccess_t1010732446; // XLuaTest.AsyncTest struct AsyncTest_t3083640661; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // XLuaTest.BaseTest struct BaseTest_t14152542; // XLuaTest.BaseTestBase`1 struct BaseTestBase_1_t477807715; // XLuaTest.BaseTestBase`1 struct BaseTestBase_1_t734865881; // XLuaTest.BaseTestHelper struct BaseTestHelper_t112367212; // XLuaTest.Coroutine_Runner struct Coroutine_Runner_t2531114070; // XLuaTest.CoroutineTest struct CoroutineTest_t2019281894; // XLuaTest.CustomValueTypeParam struct CustomValueTypeParam_t1524517362; // XLuaTest.DecimalParam struct DecimalParam_t4056261327; // XLuaTest.EnumParam struct EnumParam_t1711860956; // XLuaTest.Foo struct Foo_t3658800796; // XLuaTest.Foo1Child struct Foo1Child_t2094589935; // XLuaTest.Foo1Parent struct Foo1Parent_t2989525798; // XLuaTest.Foo2Child struct Foo2Child_t2094589966; // XLuaTest.Foo2Parent struct Foo2Parent_t2989525831; // XLuaTest.GenericMethodExample struct GenericMethodExample_t2620225255; // XLuaTest.Helloworld struct Helloworld_t1975552898; // XLuaTest.HotfixCalc struct HotfixCalc_t3327167615; // UnityEngine.GameObject struct GameObject_t1113636619; // XLuaTest.HotfixTest struct HotfixTest_t1898123918; // UnityEngine.GUISkin struct GUISkin_t1244372282; // UnityEngine.GUIStyle struct GUIStyle_t3956901511; // UnityEngine.GUIStyleState struct GUIStyleState_t1397964415; // XLuaTest.HotfixTest2 struct HotfixTest2_t1694306958; // XLuaTest.NoHotfixCalc struct NoHotfixCalc_t3469869122; // XLuaTest.GenericClass`1 struct GenericClass_1_t2299288884; // XLuaTest.InnerTypeTest struct InnerTypeTest_t2823047998; // UnityEngine.Component struct Component_t1923634451; // XLuaTest.StatefullTest struct StatefullTest_t1427081944; // System.Action`2 struct Action_2_t1820842380; // XLuaTest.Injection struct Injection_t1663173063; // XLuaTest.IntParam struct IntParam_t1872826946; // XLuaTest.InvokeLua struct InvokeLua_t3966418546; // XLuaTest.InvokeLua/CalcNew struct CalcNew_t680260847; // XLuaTest.InvokeLua/ICalc struct ICalc_t3351541889; // System.EventHandler`1 struct EventHandler_1_t2907339746; // System.EventHandler`1 struct EventHandler_1_t1004265597; // XLuaTest.PropertyChangedEventArgs struct PropertyChangedEventArgs_t688213017; // XLuaTest.LuaBehaviour struct LuaBehaviour_t310118987; // XLua.LuaBase struct LuaBase_t1730675691; // System.Action struct Action_t1264377477; // XLuaTest.MessageBox struct MessageBox_t2165750127; // XLuaTest.MessageBox/c__AnonStorey0 struct U3CShowAlertBoxU3Ec__AnonStorey0_t744961287; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.UI.Text struct Text_t1901882714; // UnityEngine.UI.Button struct Button_t4055032469; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_t48803504; // UnityEngine.Events.UnityEventBase struct UnityEventBase_t3960448221; // UnityEngine.Events.UnityEvent struct UnityEvent_t2581268647; // System.Action`1 struct Action_1_t269755560; // XLuaTest.MessageBox/c__AnonStorey1 struct U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717; // XLuaTest.NoGc struct NoGc_t2304347923; // XLuaTest.Vector3Param struct Vector3Param_t2925075643; // XLuaTest.IExchanger struct IExchanger_t3886744350; // System.EventArgs struct EventArgs_t3591816995; // XLuaTest.RawObjectTest struct RawObjectTest_t3414887830; // XLuaTest.ReImplementInLua struct ReImplementInLua_t250057993; // XLuaTest.SignatureLoaderTest struct SignatureLoaderTest_t505974306; // System.ValueType struct ValueType_t3640485471; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t182406414; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t296309482; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t462901425; // System.Collections.Generic.List`1 struct List_1_t2699813617; // System.Text.RegularExpressions.Capture[] struct CaptureU5BU5D_t183267399; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_t1880820351; // XLua.TemplateEngine.Chunk[] struct ChunkU5BU5D_t338974507; // XLua.LuaEnv/CustomLoader[] struct CustomLoaderU5BU5D_t2058475232; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1018408697; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2120468597; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.WeakReference[] struct WeakReferenceU5BU5D_t4021634645; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2947482199; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2011406813; // XLua.LuaDLL.lua_CSFunction[] struct lua_CSFunctionU5BU5D_t353152090; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3498531102; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3327871123; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3113127422; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Security.Cryptography.SHA1 struct SHA1_t1803193667; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t2498835369; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t3050769227; // System.Collections.Generic.IEnumerable`1[] struct IEnumerable_1U5BU5D_t1843318652; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2123813663; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // XLua.Utils/MethodKey[] struct MethodKeyU5BU5D_t904639804; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t202711506; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2539236051; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t30143606; // XLua.ObjectPool struct ObjectPool_t1928582859; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3456964840; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1325155278; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t633324528; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2541635029; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3427006295; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t223600047; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1100325521; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1372658091; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1048894234; // System.Collections.Generic.List`1 struct List_1_t2355598801; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t974727102; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3199299591; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2411574205; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3632739877; // XLua.CSObjectWrap.XLua_Gen_Initer_Register__ struct XLua_Gen_Initer_Register___t560736047; // System.Func`2 struct Func_2_t2046212999; // System.Func`2 struct Func_2_t982659231; // System.Func`2 struct Func_2_t3692615456; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Void struct Void_t1185182177; // UnityEngine.Sprite struct Sprite_t280657092; // System.Reflection.EventInfo/AddEventAdapter struct AddEventAdapter_t1787725097; // System.Text.RegularExpressions.IMachine struct IMachine_t2106687985; // UnityEngine.Texture2D struct Texture2D_t3840446185; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Collections.Generic.List`1> struct List_1_t1475235752; // System.Collections.Generic.Queue`1 struct Queue_1_t1426481692; // System.DelegateData struct DelegateData_t1677132599; // System.Security.Cryptography.SHA1Internal struct SHA1Internal_t3251293021; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t2094547461; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093819; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.ActivationContext struct ActivationContext_t976916018; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.EventHandler struct EventHandler_t1348719766; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // UnityEngine.UI.Selectable struct Selectable_t3250028441; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591; // System.Version struct Version_t3456873960; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // UnityEngine.RectOffset struct RectOffset_t1369453676; // UnityEngine.Font struct Font_t1956802104; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // UnityEngine.GUIStyle[] struct GUIStyleU5BU5D_t2383250302; // UnityEngine.GUISettings struct GUISettings_t1774757634; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3742157810; // UnityEngine.GUISkin/SkinChangedDelegate struct SkinChangedDelegate_t1143955295; // System.Double[] struct DoubleU5BU5D_t3413330114; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // XLuaTest.MyStruct[] struct MyStructU5BU5D_t224763702; // XLuaTest.MyEnum[] struct MyEnumU5BU5D_t3063337185; // System.Decimal[] struct DecimalU5BU5D_t1145110141; // XLuaTest.Injection[] struct InjectionU5BU5D_t3549262654; // System.Collections.Generic.List`1 struct List_1_t427135887; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_t2532145056; // UnityEngine.UI.Graphic struct Graphic_t1660335611; // System.Collections.Generic.List`1 struct List_1_t1260619206; // UnityEngine.Material struct Material_t340375123; // UnityEngine.RectTransform struct RectTransform_t3704657025; // UnityEngine.CanvasRenderer struct CanvasRenderer_t2598313366; // UnityEngine.Canvas struct Canvas_t3310196443; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // UnityEngine.UI.RectMask2D struct RectMask2D_t3474889437; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177; // UnityEngine.UI.FontData struct FontData_t746620069; // UnityEngine.TextGenerator struct TextGenerator_t3211863866; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t GetCSObject_BeginInvoke_m2705568717_MetadataUsageId; extern RuntimeClass* IniterAdderXLuaTestPedding_t2424681114_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t3161010_il2cpp_TypeInfo_var; extern RuntimeClass* LuaEnv_t2152703515_il2cpp_TypeInfo_var; extern const RuntimeMethod* IniterAdderXLuaTestPedding_Init_m3514570191_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m3190916076_RuntimeMethod_var; extern const uint32_t IniterAdderXLuaTestPedding__cctor_m804957128_MetadataUsageId; extern RuntimeClass* Action_2_t60432908_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t3883178102_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t2809365772_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t1074178988_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t601956886_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t3823111852_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t3395938850_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2923716748_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t1849904418_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2715558928_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2243336826_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t1169524496_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t4281642869_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t3809420767_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t2735608437_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t3878358342_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t3406136240_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t2332323910_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t3115015729_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2642793627_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t1568981297_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2861257736_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2389035634_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t1315223304_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t50213602_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t3872958796_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t2799146466_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2826167315_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2353945213_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t1280132883_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2642173319_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2169951217_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t1096138887_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t1905493838_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t1433271736_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t359459406_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t3331287749_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2859065647_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t1785253317_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t275077503_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t4097822697_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t3024010367_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2108211840_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t1635989738_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t562177408_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t3609132223_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t3136910121_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t2063097791_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2724932505_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2252710403_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t1178898073_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t41661518_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t3864406712_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t2790594382_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t3107899579_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2635677477_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t1561865147_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t1844602747_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t1372380645_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t298568315_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2531002591_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t2058780489_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t984968159_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t202091315_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t4024836509_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t2951024179_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t398739741_il2cpp_TypeInfo_var; extern RuntimeClass* GetFunc_1_t4221484935_il2cpp_TypeInfo_var; extern RuntimeClass* Action_3_t3147672605_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushXLuaTestPedding_m1041412546_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m4277152501_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m3350086819_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m1415074886_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateXLuaTestPedding_m384667550_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m2174896501_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisPedding_t3796070799_m4130292574_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushXLuaTestMyStruct_m284684668_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m205169698_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m94430953_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m4043031051_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m679353483_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyStruct_t514849583_m1729578157_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushXLuaTestPushAsTableStruct_m802976487_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m3591319301_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m2053411285_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m3850027432_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateXLuaTestPushAsTableStruct_m1276798345_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m10545248_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisPushAsTableStruct_t2836609445_m3353630402_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineVector2_m3232111227_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m3328826376_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1627229422_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m1646750422_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineVector2_m2314138213_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m3566901789_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector2_t2156229523_m3695638043_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineVector3_m82247743_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m777399620_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1627229423_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m2481566646_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineVector3_m2620820477_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m4020574245_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector3_t3722313464_m659580672_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineVector4_m1345601328_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m144446335_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1627229428_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m3528333574_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineVector4_m2121610803_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m2930410803_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector4_t3319028937_m4273397462_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineColor_m234561220_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m1715527655_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1529026408_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m1621755821_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineColor_m4128466883_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m4242613009_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisColor_t2555686324_m2237022657_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineQuaternion_m1385659755_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m924721618_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m3946340519_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m2562793176_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineQuaternion_m4093105970_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m3619848857_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisQuaternion_t2301928331_m4236483251_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineRay_m3647823926_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2562893154_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1877761728_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m1456185845_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineRay_m178631705_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m4114207330_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay_t3785851493_m32565237_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineBounds_m1034727825_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2802246566_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m4012846247_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m4205555913_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineBounds_m3123525504_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m3180935990_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisBounds_t2266837910_m1336659451_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineRay2D_m2230845372_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m3760153047_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m71339646_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m2329344540_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineRay2D_m3126736268_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m104467511_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay2D_t2082843914_m3050880484_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningAutoPlay_m3886690983_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m1930516337_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m3236875037_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m2140877218_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningAutoPlay_m816010127_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m3340322593_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisAutoPlay_t1346164433_m1358289309_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningAxisConstraint_m4080567124_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m640394970_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m3189878663_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m429956115_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningAxisConstraint_m3990993513_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m2637837205_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisAxisConstraint_t2771958344_m3783936550_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningEase_m1764940980_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m610894072_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m2473396835_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m283698005_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningEase_m3577759684_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m3616950338_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisEase_t4010715394_m3240425306_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningLogBehaviour_m4233091606_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m3253990114_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m2627530738_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m175500126_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningLogBehaviour_m1822417072_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m189699984_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisLogBehaviour_t1548882435_m3234118176_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningLoopType_m1876084289_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m1517537903_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1447675128_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m3147349839_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningLoopType_m1673101987_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m4194668243_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisLoopType_t3049802818_m3878700322_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningPathMode_m320252973_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m33444022_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m2906801996_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m1225759394_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningPathMode_m1667841969_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m2370607708_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathMode_t2165603100_m2054771345_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningPathType_m646643691_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m58470251_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m3757128783_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m2491939930_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningPathType_m4091605006_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m1522236192_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathType_t3777299409_m3953941776_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningRotateMode_m2958424918_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m109857175_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1355366945_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m136009375_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningRotateMode_m830997628_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m3380138179_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisRotateMode_t2548570174_m3982452637_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningScrambleMode_m654669223_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m1930819314_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1895878831_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m774304013_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningScrambleMode_m3431253230_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m3834639968_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisScrambleMode_t1285273342_m2521040253_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningTweenType_m1443697377_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m53037110_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1350035902_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m640944550_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningTweenType_m1716421548_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m1744396458_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisTweenType_t1971673186_m2091967394_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningUpdateType_m1496001566_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2008913480_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m1519651315_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m1848576192_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningUpdateType_m4076623803_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m3876241935_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisUpdateType_t3937729206_m1071272545_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_PushXLuaTestMyEnum_m329911794_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2894142489_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_m3404519673_RuntimeMethod_var; extern const RuntimeMethod* GetFunc_1__ctor_m2395328805_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_UpdateXLuaTestMyEnum_m1059195416_RuntimeMethod_var; extern const RuntimeMethod* Action_3__ctor_m2927018890_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyEnum_t4134377632_m2508145993_RuntimeMethod_var; extern const uint32_t IniterAdderXLuaTestPedding_Init_m3514570191_MetadataUsageId; extern const uint32_t PushCSObject_BeginInvoke_m282077549_MetadataUsageId; extern const uint32_t UpdateCSObject_BeginInvoke_m4189718241_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3851719731_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m602294741_RuntimeMethod_var; extern const uint32_t ObjectTranslatorPool__ctor_m3211583880_MetadataUsageId; extern RuntimeClass* InternalGlobals_t381021467_il2cpp_TypeInfo_var; extern const uint32_t ObjectTranslatorPool_get_Instance_m842665354_MetadataUsageId; extern RuntimeClass* WeakReference_t1334886716_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m62333167_RuntimeMethod_var; extern const uint32_t ObjectTranslatorPool_Add_m2088407403_MetadataUsageId; extern RuntimeClass* ObjectTranslator_t2020767555_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2911816580_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3219283056_RuntimeMethod_var; extern const uint32_t ObjectTranslatorPool_Find_m2808149378_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m1553977034_RuntimeMethod_var; extern const uint32_t ObjectTranslatorPool_Remove_m3828268227_MetadataUsageId; extern const RuntimeType* Delegate_t1188392813_0_0_0_var; extern const RuntimeType* Decimal_t2948259380_0_0_0_var; extern const RuntimeType* ParamArrayAttribute_t3664765590_0_0_0_var; extern const RuntimeType* Missing_t508514592_0_0_0_var; extern const RuntimeType* Void_t1185182177_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1148196275_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t46136375_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1569362707_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t257213610_il2cpp_TypeInfo_var; extern RuntimeClass* Missing_t508514592_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; extern RuntimeClass* ConstructorInfo_t5769829_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1714400520_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m649382396_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3213809058_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2321703786_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m361000296_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m231958160_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2768649260_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1544293466_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3338814081_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m2048788085_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m1947276646_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m3295195900_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m3090942717_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m4168020446_RuntimeMethod_var; extern const uint32_t OverloadMethodWrap_Init_m1174209660_MetadataUsageId; extern RuntimeClass* Delegate_t1188392813_il2cpp_TypeInfo_var; extern const uint32_t OverloadMethodWrap_Call_m4219118015_MetadataUsageId; extern RuntimeClass* RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var; extern RuntimeClass* SHA1CryptoServiceProvider_t3661059764_il2cpp_TypeInfo_var; extern const uint32_t SignatureLoader__ctor_m2427167781_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidProgramException_t3836716986_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const RuntimeMethod* SignatureLoader_load_and_verify_m343063121_RuntimeMethod_var; extern String_t* _stringLiteral556167038; extern String_t* _stringLiteral2052604158; extern const uint32_t SignatureLoader_load_and_verify_m343063121_MetadataUsageId; extern RuntimeClass* CustomLoader_t465830221_il2cpp_TypeInfo_var; extern const uint32_t SignatureLoader_op_Implicit_m1662472011_MetadataUsageId; extern RuntimeClass* lua_CSFunction_t883524059_il2cpp_TypeInfo_var; extern const RuntimeMethod* StaticLuaCallbacks_LuaGC_m2837581461_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_ToString_m59504517_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_EnumAnd_m3416650632_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_EnumOr_m1067596880_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_StaticCSFunction_m4016132790_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_FixCSFunction_m1076554084_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_DelegateConstructor_m338878774_RuntimeMethod_var; extern const uint32_t StaticLuaCallbacks__ctor_m2031878285_MetadataUsageId; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1114116220; extern String_t* _stringLiteral1510304027; extern const uint32_t StaticLuaCallbacks_EnumAnd_m3416650632_MetadataUsageId; extern String_t* _stringLiteral3451048304; extern String_t* _stringLiteral2750546387; extern const uint32_t StaticLuaCallbacks_EnumOr_m1067596880_MetadataUsageId; extern String_t* _stringLiteral4243317771; extern const uint32_t StaticLuaCallbacks_StaticCSFunction_m4016132790_MetadataUsageId; extern String_t* _stringLiteral923559680; extern const uint32_t StaticLuaCallbacks_FixCSFunction_m1076554084_MetadataUsageId; extern String_t* _stringLiteral3747770692; extern String_t* _stringLiteral3308096323; extern const uint32_t StaticLuaCallbacks_DelegateCall_m2671525595_MetadataUsageId; extern String_t* _stringLiteral1408214447; extern const uint32_t StaticLuaCallbacks_LuaGC_m2837581461_MetadataUsageId; extern String_t* _stringLiteral3450517398; extern String_t* _stringLiteral1054375528; extern String_t* _stringLiteral2579467560; extern const uint32_t StaticLuaCallbacks_ToString_m59504517_MetadataUsageId; extern String_t* _stringLiteral908366702; extern String_t* _stringLiteral1832438018; extern const uint32_t StaticLuaCallbacks_DelegateCombine_m3143063672_MetadataUsageId; extern String_t* _stringLiteral1088654825; extern String_t* _stringLiteral1497212751; extern String_t* _stringLiteral120114759; extern const uint32_t StaticLuaCallbacks_DelegateRemove_m1855667533_MetadataUsageId; extern const RuntimeType* Int32U5BU5D_t385246372_0_0_0_var; extern const RuntimeType* SingleU5BU5D_t1444911251_0_0_0_var; extern const RuntimeType* DoubleU5BU5D_t3413330114_0_0_0_var; extern const RuntimeType* BooleanU5BU5D_t2897418192_0_0_0_var; extern const RuntimeType* Int64U5BU5D_t2559172825_0_0_0_var; extern const RuntimeType* UInt64U5BU5D_t1659327989_0_0_0_var; extern const RuntimeType* SByteU5BU5D_t2651576203_0_0_0_var; extern const RuntimeType* Int16U5BU5D_t3686840178_0_0_0_var; extern const RuntimeType* UInt16U5BU5D_t3326319531_0_0_0_var; extern const RuntimeType* CharU5BU5D_t3528271667_0_0_0_var; extern const RuntimeType* UInt32U5BU5D_t2770800703_0_0_0_var; extern const RuntimeType* IntPtrU5BU5D_t4013366056_0_0_0_var; extern const RuntimeType* DecimalU5BU5D_t1145110141_0_0_0_var; extern const RuntimeType* StringU5BU5D_t1281789340_0_0_0_var; extern RuntimeClass* SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var; extern RuntimeClass* DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var; extern RuntimeClass* BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var; extern RuntimeClass* Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var; extern RuntimeClass* SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var; extern RuntimeClass* Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var; extern RuntimeClass* UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern RuntimeClass* IntPtrU5BU5D_t4013366056_il2cpp_TypeInfo_var; extern RuntimeClass* DecimalU5BU5D_t1145110141_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const uint32_t StaticLuaCallbacks_tryPrimitiveArrayGet_m792551585_MetadataUsageId; extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3370498369; extern String_t* _stringLiteral5919454; extern String_t* _stringLiteral1013371132; extern String_t* _stringLiteral632665612; extern String_t* _stringLiteral4253019905; extern String_t* _stringLiteral1376470274; extern const uint32_t StaticLuaCallbacks_ArrayIndexer_m3536693048_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t StaticLuaCallbacks_TryPrimitiveArraySet_m3448088211_MetadataUsageId; extern String_t* _stringLiteral1406256992; extern const uint32_t StaticLuaCallbacks_ArrayNewIndexer_m3593144719_MetadataUsageId; extern String_t* _stringLiteral1705809187; extern const uint32_t StaticLuaCallbacks_ArrayLength_m1421054509_MetadataUsageId; extern String_t* _stringLiteral2292529699; extern String_t* _stringLiteral437441675; extern const uint32_t StaticLuaCallbacks_MetaFuncIndex_m1669227410_MetadataUsageId; extern RuntimeClass* LuaException_t1837158180_il2cpp_TypeInfo_var; extern const RuntimeMethod* StaticLuaCallbacks_Panic_m3394584402_RuntimeMethod_var; extern String_t* _stringLiteral728965260; extern const uint32_t StaticLuaCallbacks_Panic_m3394584402_MetadataUsageId; extern String_t* _stringLiteral4243012239; extern String_t* _stringLiteral204794909; extern String_t* _stringLiteral3452614567; extern String_t* _stringLiteral3303408714; extern const uint32_t StaticLuaCallbacks_Print_m1349533568_MetadataUsageId; extern String_t* _stringLiteral2053301422; extern const uint32_t StaticLuaCallbacks_LoadCS_m2413833471_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1698296366_RuntimeMethod_var; extern String_t* _stringLiteral1509558386; extern String_t* _stringLiteral3201673481; extern const uint32_t StaticLuaCallbacks_LoadBuiltinLib_m2917056565_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern String_t* _stringLiteral471496547; extern String_t* _stringLiteral944702974; extern String_t* _stringLiteral3452614624; extern String_t* _stringLiteral2315704119; extern String_t* _stringLiteral47391663; extern const uint32_t StaticLuaCallbacks_LoadFromResource_m1140514553_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral474912186; extern String_t* _stringLiteral3822533054; extern String_t* _stringLiteral808387361; extern String_t* _stringLiteral3678096686; extern const uint32_t StaticLuaCallbacks_LoadFromStreamingAssetsPath_m235562120_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m864472581_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4155084562_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3866626752_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2386454187_RuntimeMethod_var; extern String_t* _stringLiteral107759890; extern String_t* _stringLiteral3432112725; extern String_t* _stringLiteral1554352563; extern const uint32_t StaticLuaCallbacks_LoadFromCustomLoaders_m1480218717_MetadataUsageId; extern RuntimeClass* BadImageFormatException_t251534586_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Contains_m1336352484_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m543857524_RuntimeMethod_var; extern String_t* _stringLiteral557756115; extern const uint32_t StaticLuaCallbacks_LoadAssembly_m337918175_MetadataUsageId; extern String_t* _stringLiteral1995267562; extern String_t* _stringLiteral2348836547; extern const uint32_t StaticLuaCallbacks_ImportType_m3105597319_MetadataUsageId; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1153005918; extern String_t* _stringLiteral3451697044; extern String_t* _stringLiteral3452614592; extern String_t* _stringLiteral3966947294; extern const uint32_t StaticLuaCallbacks_ImportGenericType_m1494536771_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_TisType_t_m4272423750_RuntimeMethod_var; extern String_t* _stringLiteral2309292799; extern String_t* _stringLiteral1971580696; extern String_t* _stringLiteral2047768507; extern String_t* _stringLiteral2536020769; extern const uint32_t StaticLuaCallbacks_Cast_m1330993023_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_TisLuaTable_t1631611336_m1057782986_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisType_t_m3508070124_RuntimeMethod_var; extern String_t* _stringLiteral384207764; extern const uint32_t StaticLuaCallbacks_getType_m3878680439_MetadataUsageId; extern String_t* _stringLiteral1817533442; extern String_t* _stringLiteral3120792099; extern String_t* _stringLiteral1006263983; extern String_t* _stringLiteral3141584483; extern const uint32_t StaticLuaCallbacks_XLuaAccess_m2012288326_MetadataUsageId; extern String_t* _stringLiteral1606912701; extern String_t* _stringLiteral1846624193; extern const uint32_t StaticLuaCallbacks_XLuaPrivateAccessible_m301569256_MetadataUsageId; extern String_t* _stringLiteral751529525; extern String_t* _stringLiteral780661245; extern String_t* _stringLiteral2258943957; extern String_t* _stringLiteral1104659733; extern const uint32_t StaticLuaCallbacks_XLuaMetatableOperation_m3806744604_MetadataUsageId; extern String_t* _stringLiteral3819882038; extern String_t* _stringLiteral3914669406; extern const uint32_t StaticLuaCallbacks_DelegateConstructor_m338878774_MetadataUsageId; extern RuntimeClass* MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_Get_TisMethodBase_t_m215814567_RuntimeMethod_var; extern const RuntimeMethod* MethodWrap_Call_m4251351097_RuntimeMethod_var; extern String_t* _stringLiteral2457193298; extern String_t* _stringLiteral2562773808; extern const uint32_t StaticLuaCallbacks_ToFunction_m3649442807_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_TisMethodInfo_t_m1075275091_RuntimeMethod_var; extern String_t* _stringLiteral1334957352; extern String_t* _stringLiteral99530836; extern String_t* _stringLiteral1125285316; extern const uint32_t StaticLuaCallbacks_GenericMethodWraper_m4244695569_MetadataUsageId; extern RuntimeClass* List_1_t3349700990_il2cpp_TypeInfo_var; extern RuntimeClass* StaticLuaCallbacks_t3406648379_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2345422666_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m14048474_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m335175986_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1018997905_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_GenericMethodWraper_m4244695569_RuntimeMethod_var; extern String_t* _stringLiteral1908205313; extern String_t* _stringLiteral2615975327; extern String_t* _stringLiteral2429835599; extern const uint32_t StaticLuaCallbacks_GetGenericMethod_m1548014812_MetadataUsageId; extern String_t* _stringLiteral2097210434; extern const uint32_t StaticLuaCallbacks_ReleaseCsObject_m3145077486_MetadataUsageId; extern const RuntimeType* PeddingU5BU5D_t3342115670_0_0_0_var; extern const RuntimeType* MyStructU5BU5D_t224763702_0_0_0_var; extern const RuntimeType* PushAsTableStructU5BU5D_t621722152_0_0_0_var; extern const RuntimeType* Vector2U5BU5D_t1457185986_0_0_0_var; extern const RuntimeType* Vector3U5BU5D_t1718750761_0_0_0_var; extern const RuntimeType* Vector4U5BU5D_t934056436_0_0_0_var; extern const RuntimeType* ColorU5BU5D_t941916413_0_0_0_var; extern const RuntimeType* QuaternionU5BU5D_t2571361770_0_0_0_var; extern const RuntimeType* RayU5BU5D_t1836217960_0_0_0_var; extern const RuntimeType* BoundsU5BU5D_t3642494291_0_0_0_var; extern const RuntimeType* Ray2DU5BU5D_t528440207_0_0_0_var; extern const RuntimeType* AutoPlayU5BU5D_t3356886732_0_0_0_var; extern const RuntimeType* AxisConstraintU5BU5D_t129559449_0_0_0_var; extern const RuntimeType* EaseU5BU5D_t208787639_0_0_0_var; extern const RuntimeType* LogBehaviourU5BU5D_t3565768338_0_0_0_var; extern const RuntimeType* LoopTypeU5BU5D_t4077846647_0_0_0_var; extern const RuntimeType* PathModeU5BU5D_t2881816821_0_0_0_var; extern const RuntimeType* PathTypeU5BU5D_t2637071820_0_0_0_var; extern const RuntimeType* RotateModeU5BU5D_t1198520587_0_0_0_var; extern const RuntimeType* ScrambleModeU5BU5D_t2400077643_0_0_0_var; extern const RuntimeType* TweenTypeU5BU5D_t4071923671_0_0_0_var; extern const RuntimeType* UpdateTypeU5BU5D_t221619635_0_0_0_var; extern const RuntimeType* MyEnumU5BU5D_t3063337185_0_0_0_var; extern RuntimeClass* PeddingU5BU5D_t3342115670_il2cpp_TypeInfo_var; extern RuntimeClass* MyStructU5BU5D_t224763702_il2cpp_TypeInfo_var; extern RuntimeClass* PushAsTableStructU5BU5D_t621722152_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2U5BU5D_t1457185986_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern RuntimeClass* Vector4U5BU5D_t934056436_il2cpp_TypeInfo_var; extern RuntimeClass* ColorU5BU5D_t941916413_il2cpp_TypeInfo_var; extern RuntimeClass* QuaternionU5BU5D_t2571361770_il2cpp_TypeInfo_var; extern RuntimeClass* RayU5BU5D_t1836217960_il2cpp_TypeInfo_var; extern RuntimeClass* BoundsU5BU5D_t3642494291_il2cpp_TypeInfo_var; extern RuntimeClass* Ray2DU5BU5D_t528440207_il2cpp_TypeInfo_var; extern RuntimeClass* AutoPlayU5BU5D_t3356886732_il2cpp_TypeInfo_var; extern RuntimeClass* AxisConstraintU5BU5D_t129559449_il2cpp_TypeInfo_var; extern RuntimeClass* EaseU5BU5D_t208787639_il2cpp_TypeInfo_var; extern RuntimeClass* LogBehaviourU5BU5D_t3565768338_il2cpp_TypeInfo_var; extern RuntimeClass* LoopTypeU5BU5D_t4077846647_il2cpp_TypeInfo_var; extern RuntimeClass* PathModeU5BU5D_t2881816821_il2cpp_TypeInfo_var; extern RuntimeClass* PathTypeU5BU5D_t2637071820_il2cpp_TypeInfo_var; extern RuntimeClass* RotateModeU5BU5D_t1198520587_il2cpp_TypeInfo_var; extern RuntimeClass* ScrambleModeU5BU5D_t2400077643_il2cpp_TypeInfo_var; extern RuntimeClass* TweenTypeU5BU5D_t4071923671_il2cpp_TypeInfo_var; extern RuntimeClass* UpdateTypeU5BU5D_t221619635_il2cpp_TypeInfo_var; extern RuntimeClass* MyEnumU5BU5D_t3063337185_il2cpp_TypeInfo_var; extern const uint32_t StaticLuaCallbacks___tryArrayGet_m2413256706_MetadataUsageId; extern const uint32_t StaticLuaCallbacks___tryArraySet_m2173055635_MetadataUsageId; extern const RuntimeType* Vector2_t2156229523_0_0_0_var; extern const RuntimeType* Vector3_t3722313464_0_0_0_var; extern const RuntimeType* Vector4_t3319028937_0_0_0_var; extern const RuntimeType* Color_t2555686324_0_0_0_var; extern const RuntimeType* Quaternion_t2301928331_0_0_0_var; extern const RuntimeType* Ray_t3785851493_0_0_0_var; extern const RuntimeType* Bounds_t2266837910_0_0_0_var; extern const RuntimeType* Ray2D_t2082843914_0_0_0_var; extern RuntimeClass* List_1_t3956019502_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3073166008_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m576010208_RuntimeMethod_var; extern const uint32_t SysGenConfig_get_GCOptimize_m1594604942_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1468905199_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m371501663_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2359579394_RuntimeMethod_var; extern String_t* _stringLiteral493945629; extern String_t* _stringLiteral2285536371; extern String_t* _stringLiteral2696825260; extern String_t* _stringLiteral43818776; extern const uint32_t SysGenConfig_get_AdditionalProperties_m871195704_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m2990315485_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2675908645_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m914721064_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m608055225_RuntimeMethod_var; extern String_t* _stringLiteral1239147578; extern String_t* _stringLiteral1020395047; extern String_t* _stringLiteral3911888791; extern String_t* _stringLiteral1995750459; extern String_t* _stringLiteral3911888800; extern String_t* _stringLiteral3453007779; extern String_t* _stringLiteral3134457875; extern const uint32_t LuaTemplate_ComposeCode_m3715127384_MetadataUsageId; extern RuntimeClass* Parser_t2770988624_il2cpp_TypeInfo_var; extern RuntimeClass* LuaTemplate_t802592420_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1437908046; extern const uint32_t LuaTemplate_Compile_m2120653675_MetadataUsageId; extern const uint32_t LuaTemplate_Execute_m52247817_MetadataUsageId; extern const uint32_t LuaTemplate_Execute_m1246135727_MetadataUsageId; extern String_t* _stringLiteral3966060882; extern const uint32_t LuaTemplate_Compile_m1658190545_MetadataUsageId; extern String_t* _stringLiteral3343364987; extern const uint32_t LuaTemplate_Execute_m139315850_MetadataUsageId; extern const RuntimeMethod* LuaTemplate_OpenLib_m1886304761_RuntimeMethod_var; extern String_t* _stringLiteral39401516; extern String_t* _stringLiteral1462823806; extern String_t* _stringLiteral1803511049; extern String_t* _stringLiteral141443076; extern const uint32_t LuaTemplate_OpenLib_m1886304761_MetadataUsageId; extern const RuntimeMethod* LuaTemplate_Compile_m1658190545_RuntimeMethod_var; extern const RuntimeMethod* LuaTemplate_Execute_m139315850_RuntimeMethod_var; extern const uint32_t LuaTemplate__cctor_m623995159_MetadataUsageId; extern const uint32_t Parser_get_RegexString_m3953017956_MetadataUsageId; extern const uint32_t Parser_set_RegexString_m1267891607_MetadataUsageId; extern String_t* _stringLiteral3452614644; extern String_t* _stringLiteral3458119668; extern String_t* _stringLiteral3452614521; extern String_t* _stringLiteral3450058740; extern String_t* _stringLiteral3452614526; extern String_t* _stringLiteral3450386420; extern String_t* _stringLiteral3452614566; extern String_t* _stringLiteral3454842868; extern String_t* _stringLiteral3455498228; extern String_t* _stringLiteral3452614563; extern String_t* _stringLiteral3455629300; extern String_t* _stringLiteral3452614568; extern String_t* _stringLiteral3454580724; extern String_t* _stringLiteral3452614564; extern String_t* _stringLiteral3454318580; extern String_t* _stringLiteral3452614553; extern String_t* _stringLiteral3454646260; extern String_t* _stringLiteral3452614565; extern String_t* _stringLiteral3455367156; extern String_t* _stringLiteral3452614560; extern String_t* _stringLiteral3451566068; extern const uint32_t Parser_EscapeString_m1350528782_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3857619636; extern String_t* _stringLiteral3540934227; extern String_t* _stringLiteral659223220; extern String_t* _stringLiteral3903226621; extern String_t* _stringLiteral802046225; extern String_t* _stringLiteral2850289158; extern String_t* _stringLiteral3082893925; extern String_t* _stringLiteral3450910599; extern const uint32_t Parser_GetRegexString_m451739696_MetadataUsageId; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern RuntimeClass* TemplateFormatException_t583832403_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t1486249524_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2666968375_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2974062076_il2cpp_TypeInfo_var; extern const RuntimeMethod* Parser_Parse_m702257547_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Cast_TisCapture_t2232016050_m445955909_RuntimeMethod_var; extern const RuntimeMethod* Parser_U3CParseU3Em__0_m4161314011_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m3200376871_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Select_TisCapture_t2232016050_TisU3CU3E__AnonType0_3_t484929944_m3944295605_RuntimeMethod_var; extern const RuntimeMethod* Parser_U3CParseU3Em__1_m1250349792_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Concat_TisU3CU3E__AnonType0_3_t484929944_m1768041658_RuntimeMethod_var; extern const RuntimeMethod* Parser_U3CParseU3Em__2_m3627898557_RuntimeMethod_var; extern const RuntimeMethod* Parser_U3CParseU3Em__3_m3694181728_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m1981697370_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_OrderBy_TisU3CU3E__AnonType0_3_t484929944_TisInt32_t2950945753_m3764510218_RuntimeMethod_var; extern const RuntimeMethod* Parser_U3CParseU3Em__4_m817051358_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m3346958489_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Select_TisU3CU3E__AnonType0_3_t484929944_TisChunk_t3258039454_m2067845132_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToList_TisChunk_t3258039454_m598106357_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1093126971_RuntimeMethod_var; extern String_t* _stringLiteral95342995; extern String_t* _stringLiteral1101773122; extern String_t* _stringLiteral1985170611; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral1962077920; extern String_t* _stringLiteral3193707119; extern const uint32_t Parser_Parse_m702257547_MetadataUsageId; extern RuntimeClass* U3CU3E__AnonType0_3_t484929944_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3E__AnonType0_3__ctor_m466192602_RuntimeMethod_var; extern const uint32_t Parser_U3CParseU3Em__0_m4161314011_MetadataUsageId; extern const uint32_t Parser_U3CParseU3Em__1_m1250349792_MetadataUsageId; extern const uint32_t Parser_U3CParseU3Em__2_m3627898557_MetadataUsageId; extern const RuntimeMethod* U3CU3E__AnonType0_3_get_Index_m2315531423_RuntimeMethod_var; extern const uint32_t Parser_U3CParseU3Em__3_m3694181728_MetadataUsageId; extern RuntimeClass* Chunk_t3258039454_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3E__AnonType0_3_get_Type_m318197396_RuntimeMethod_var; extern const RuntimeMethod* U3CU3E__AnonType0_3_get_Value_m4250394301_RuntimeMethod_var; extern const uint32_t Parser_U3CParseU3Em__4_m817051358_MetadataUsageId; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern const RuntimeType* Int16_t2552820387_0_0_0_var; extern const RuntimeType* Byte_t1134296376_0_0_0_var; extern const RuntimeType* Boolean_t97287965_0_0_0_var; extern const RuntimeType* Int64_t3736567304_0_0_0_var; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* TypeExtensions_t3815849342_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2311415679_il2cpp_TypeInfo_var; extern const RuntimeMethod* TypeExtensions_GetFriendlyName_m3977986002_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m1769449570_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Select_TisType_t_TisString_t_m2236725981_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToArray_TisString_t_m341371260_RuntimeMethod_var; extern String_t* _stringLiteral2553676557; extern String_t* _stringLiteral1535819814; extern String_t* _stringLiteral1274151684; extern String_t* _stringLiteral798688685; extern String_t* _stringLiteral2409402648; extern String_t* _stringLiteral807124363; extern String_t* _stringLiteral1235497039; extern String_t* _stringLiteral2033559650; extern String_t* _stringLiteral1236128813; extern String_t* _stringLiteral3452614548; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral3452614546; extern const uint32_t TypeExtensions_GetFriendlyName_m3977986002_MetadataUsageId; extern String_t* _stringLiteral2403387427; extern const uint32_t Utils_GetMainState_m1313780272_MetadataUsageId; extern RuntimeClass* U3CGetAllTypesU3Ec__AnonStorey0_t174519252_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t561252955_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetAllTypesU3Ec__AnonStorey0_U3CU3Em__0_m4036075637_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m3783715446_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Where_TisType_t_m1836848566_RuntimeMethod_var; extern const RuntimeMethod* List_1_AddRange_m4025785839_RuntimeMethod_var; extern const uint32_t Utils_GetAllTypes_m3709043603_MetadataUsageId; extern RuntimeClass* U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CgenFieldGetterU3Ec__AnonStorey1_U3CU3Em__0_m1673369468_RuntimeMethod_var; extern const RuntimeMethod* U3CgenFieldGetterU3Ec__AnonStorey1_U3CU3Em__1_m1574213517_RuntimeMethod_var; extern const uint32_t Utils_genFieldGetter_m3427578468_MetadataUsageId; extern RuntimeClass* U3CgenFieldSetterU3Ec__AnonStorey2_t395947661_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__0_m3176632774_RuntimeMethod_var; extern const RuntimeMethod* U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__1_m741642808_RuntimeMethod_var; extern const uint32_t Utils_genFieldSetter_m2955549577_MetadataUsageId; extern RuntimeClass* U3CgenItemGetterU3Ec__AnonStorey3_t2586604495_il2cpp_TypeInfo_var; extern RuntimeClass* Utils_t4231971476_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2377163032_il2cpp_TypeInfo_var; extern const RuntimeMethod* Utils_U3CgenItemGetterU3Em__0_m263882080_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m22287375_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Where_TisPropertyInfo_t_m3865322710_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToArray_TisPropertyInfo_t_m4157364769_RuntimeMethod_var; extern const RuntimeMethod* U3CgenItemGetterU3Ec__AnonStorey3_U3CU3Em__0_m664662569_RuntimeMethod_var; extern const uint32_t Utils_genItemGetter_m2823412390_MetadataUsageId; extern RuntimeClass* U3CgenItemSetterU3Ec__AnonStorey4_t4087281777_il2cpp_TypeInfo_var; extern const RuntimeMethod* Utils_U3CgenItemSetterU3Em__1_m2628418373_RuntimeMethod_var; extern const RuntimeMethod* U3CgenItemSetterU3Ec__AnonStorey4_U3CU3Em__0_m2319974695_RuntimeMethod_var; extern const uint32_t Utils_genItemSetter_m933980622_MetadataUsageId; extern RuntimeClass* U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CgenEnumCastFromU3Ec__AnonStorey5_U3CU3Em__0_m125014991_RuntimeMethod_var; extern const uint32_t Utils_genEnumCastFrom_m1074596196_MetadataUsageId; extern const RuntimeType* ExtensionAttribute_t1723066603_0_0_0_var; extern const RuntimeType* ReflectionUseAttribute_t2403240161_0_0_0_var; extern const RuntimeType* IEnumerable_1_t1463797649_0_0_0_var; extern RuntimeClass* Enumerator_t1550296083_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t2916515228_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_1_t1463797649_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t1321444127_il2cpp_TypeInfo_var; extern RuntimeClass* Func_3_t812472829_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t40316471_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2426973266_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t1820654754_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t305537246_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2974038919_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m469156762_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CGetExtensionMethodsOfU3Em__2_m643212959_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CGetExtensionMethodsOfU3Em__3_m572892832_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CGetExtensionMethodsOfU3Em__4_m619627210_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m213606247_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CGetExtensionMethodsOfU3Em__5_m2591731661_RuntimeMethod_var; extern const RuntimeMethod* Func_3__ctor_m2433229816_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_SelectMany_TisType_t_TisMethodInfo_t_TisU3CU3E__AnonType1_2_t1850431884_m3403382847_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CGetExtensionMethodsOfU3Em__6_m3799144831_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m4197240019_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Where_TisU3CU3E__AnonType1_2_t1850431884_m3877688890_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CGetExtensionMethodsOfU3Em__7_m836013677_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m2909362048_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CGetExtensionMethodsOfU3Em__8_m2445108730_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m701777174_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_GroupBy_TisU3CU3E__AnonType1_2_t1850431884_TisType_t_TisMethodInfo_t_m594114171_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CGetExtensionMethodsOfU3Em__9_m4048965584_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m4055075026_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CGetExtensionMethodsOfU3Em__A_m2459555643_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m3920751172_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToDictionary_TisIGrouping_2_t2938048240_TisType_t_TisIEnumerable_1_t857479137_m3258885772_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2058098161_RuntimeMethod_var; extern const uint32_t Utils_GetExtensionMethodsOf_m3904690894_MetadataUsageId; extern RuntimeClass* U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t4152421637_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2159416693_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t942717935_il2cpp_TypeInfo_var; extern RuntimeClass* Func_3_t145517001_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t4260183246_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t557109187_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_1_t857479137_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t2310196716_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CmakeReflectionWrapU3Ec__AnonStorey6_U3CU3Em__0_m424908477_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m575838008_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Any_TisEventInfo_t_m3996662762_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m162830699_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2526198267_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m3623523270_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CmakeReflectionWrapU3Em__B_m3409894828_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m3144069227_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CmakeReflectionWrapU3Em__C_m3315697528_RuntimeMethod_var; extern const RuntimeMethod* Utils_U3CmakeReflectionWrapU3Em__D_m3238289681_RuntimeMethod_var; extern const RuntimeMethod* Func_3__ctor_m1987431829_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Join_TisMethodInfo_t_TisMethodInfo_t_TisString_t_TisMethodInfo_t_m4216804836_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToArray_TisMethodInfo_t_m2640777535_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1194879770_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3157056312_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m304598357_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2845631487_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2535253891_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1339953121_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3880355618_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m695167695_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2643467469_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m3187848883_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m2946844395_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m636263981_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1749845916_RuntimeMethod_var; extern String_t* _stringLiteral1214806902; extern String_t* _stringLiteral3499468764; extern String_t* _stringLiteral3452614522; extern String_t* _stringLiteral1734148091; extern String_t* _stringLiteral1734148607; extern String_t* _stringLiteral3718007989; extern String_t* _stringLiteral1237579160; extern String_t* _stringLiteral370157728; extern String_t* _stringLiteral3005481727; extern String_t* _stringLiteral3005481747; extern String_t* _stringLiteral1221375020; extern const uint32_t Utils_makeReflectionWrap_m1048305200_MetadataUsageId; extern const uint32_t Utils_RegisterEnumType_m978950407_MetadataUsageId; extern const RuntimeMethod* Utils_MakePrivateAccessible_m1337896357_RuntimeMethod_var; extern String_t* _stringLiteral3661922293; extern String_t* _stringLiteral3249453038; extern String_t* _stringLiteral3960986699; extern String_t* _stringLiteral2667692541; extern String_t* _stringLiteral3909272822; extern String_t* _stringLiteral1186449479; extern const uint32_t Utils_MakePrivateAccessible_m1337896357_MetadataUsageId; extern RuntimeClass* U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t3487522507_il2cpp_TypeInfo_var; extern RuntimeClass* LazyMemberTypes_t2012944209_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CLazyReflectionCallU3Ec__AnonStorey7_U3CU3Em__0_m1709817649_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m590823069_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Where_TisMethodInfo_t_m3924235442_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Cast_TisMemberInfo_t_m2648121590_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Concat_TisMemberInfo_t_m1003076225_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToArray_TisMemberInfo_t_m4251283631_RuntimeMethod_var; extern String_t* _stringLiteral2224619533; extern String_t* _stringLiteral1505539685; extern String_t* _stringLiteral370683217; extern String_t* _stringLiteral1610097496; extern String_t* _stringLiteral3226778581; extern const uint32_t Utils_LazyReflectionCall_m1164776198_MetadataUsageId; extern RuntimeClass* U3CReflectionWrapU3Ec__AnonStorey8_t1185367866_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CReflectionWrapU3Ec__AnonStorey8_U3CU3Em__0_m3635280027_RuntimeMethod_var; extern String_t* _stringLiteral1967368888; extern String_t* _stringLiteral2412823820; extern String_t* _stringLiteral2281993974; extern String_t* _stringLiteral784060023; extern String_t* _stringLiteral1368670512; extern String_t* _stringLiteral3235550934; extern const uint32_t Utils_ReflectionWrap_m2304473727_MetadataUsageId; extern const RuntimeMethod* Utils_BeginObjectRegister_m972381667_RuntimeMethod_var; extern String_t* _stringLiteral1174139753; extern const uint32_t Utils_BeginObjectRegister_m972381667_MetadataUsageId; extern const uint32_t Utils_EndObjectRegister_m3642684994_MetadataUsageId; extern const uint32_t Utils_RegisterLazyFunc_m3944903670_MetadataUsageId; extern const uint32_t Utils_BeginClassRegister_m3630094254_MetadataUsageId; extern const uint32_t Utils_EndClassRegister_m1460189367_MetadataUsageId; extern const RuntimeMethod* List_1_AddRange_m3621602103_RuntimeMethod_var; extern const uint32_t Utils_getPathOfType_m1846455260_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m953835688_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const uint32_t Utils_LoadCSTable_m2627825660_MetadataUsageId; extern const RuntimeMethod* Utils_SetCSTable_m1494659052_RuntimeMethod_var; extern String_t* _stringLiteral3238276347; extern String_t* _stringLiteral1998799648; extern String_t* _stringLiteral3190393351; extern const uint32_t Utils_SetCSTable_m1494659052_MetadataUsageId; extern const uint32_t Utils_IsParamsMatch_m3661847978_MetadataUsageId; extern const RuntimeType* ValueType_t3640485471_0_0_0_var; extern const uint32_t Utils_IsSupportedMethod_m2462010521_MetadataUsageId; extern const uint32_t Utils_MakeGenericMethodWithConstraints_m1338968965_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* Utils_getExtendedType_m475620446_RuntimeMethod_var; extern const uint32_t Utils_getExtendedType_m475620446_MetadataUsageId; extern const RuntimeType* MonoPInvokeCallbackAttribute_t1448494431_0_0_0_var; extern const uint32_t Utils_IsStaticPInvokeCSFunction_m887237802_MetadataUsageId; extern const uint32_t Utils_U3CgenItemGetterU3Em__0_m263882080_MetadataUsageId; extern const uint32_t Utils_U3CgenItemSetterU3Em__1_m2628418373_MetadataUsageId; extern const uint32_t Utils_U3CGetExtensionMethodsOfU3Em__2_m643212959_MetadataUsageId; extern const uint32_t Utils_U3CGetExtensionMethodsOfU3Em__3_m572892832_MetadataUsageId; extern RuntimeClass* U3CU3E__AnonType1_2_t1850431884_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3E__AnonType1_2__ctor_m1206180422_RuntimeMethod_var; extern const uint32_t Utils_U3CGetExtensionMethodsOfU3Em__5_m2591731661_MetadataUsageId; extern const RuntimeMethod* U3CU3E__AnonType1_2_get_method_m182099459_RuntimeMethod_var; extern const uint32_t Utils_U3CGetExtensionMethodsOfU3Em__6_m3799144831_MetadataUsageId; extern const uint32_t Utils_U3CGetExtensionMethodsOfU3Em__7_m836013677_MetadataUsageId; extern const uint32_t Utils_U3CGetExtensionMethodsOfU3Em__8_m2445108730_MetadataUsageId; extern RuntimeClass* IGrouping_2_t2938048240_il2cpp_TypeInfo_var; extern const uint32_t Utils_U3CGetExtensionMethodsOfU3Em__9_m4048965584_MetadataUsageId; extern String_t* _stringLiteral2441331635; extern String_t* _stringLiteral869353934; extern const uint32_t U3CgenEnumCastFromU3Ec__AnonStorey5_U3CU3Em__0_m125014991_MetadataUsageId; extern String_t* _stringLiteral1933225876; extern String_t* _stringLiteral1817135841; extern String_t* _stringLiteral1202628576; extern String_t* _stringLiteral598361291; extern const uint32_t U3CgenFieldGetterU3Ec__AnonStorey1_U3CU3Em__1_m1574213517_MetadataUsageId; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral2587108928; extern const uint32_t U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__0_m3176632774_MetadataUsageId; extern String_t* _stringLiteral598347759; extern const uint32_t U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__1_m741642808_MetadataUsageId; extern String_t* _stringLiteral4164858723; extern String_t* _stringLiteral2144799310; extern String_t* _stringLiteral1127288578; extern const uint32_t U3CgenItemGetterU3Ec__AnonStorey3_U3CU3Em__0_m664662569_MetadataUsageId; extern String_t* _stringLiteral4164846775; extern String_t* _stringLiteral3751479886; extern const uint32_t U3CgenItemSetterU3Ec__AnonStorey4_U3CU3Em__0_m2319974695_MetadataUsageId; extern const uint32_t U3CLazyReflectionCallU3Ec__AnonStorey7_U3CU3Em__0_m1709817649_MetadataUsageId; extern const uint32_t U3CmakeReflectionWrapU3Ec__AnonStorey6_U3CU3Em__0_m424908477_MetadataUsageId; extern String_t* _stringLiteral2785680330; extern const uint32_t U3CReflectionWrapU3Ec__AnonStorey8_U3CU3Em__0_m3635280027_MetadataUsageId; extern String_t* _stringLiteral3754941942; extern String_t* _stringLiteral2017734699; extern const uint32_t AsyncTest_Start_m1746226812_MetadataUsageId; extern const RuntimeMethod* BaseTestBase_1__ctor_m720456189_RuntimeMethod_var; extern const uint32_t BaseTest__ctor_m3333312667_MetadataUsageId; extern String_t* _stringLiteral3262979933; extern const uint32_t BaseTest_Foo_m1631752456_MetadataUsageId; extern const RuntimeMethod* BaseTestBase_1_Foo_m2784975000_RuntimeMethod_var; extern const uint32_t BaseTest_Proxy_m1395044023_MetadataUsageId; extern const RuntimeType* WaitForSeconds_t1699091251_0_0_0_var; extern const RuntimeType* WWW_t3688466362_0_0_0_var; extern const uint32_t CoroutineConfig_get_LuaCallCSharp_m1453632443_MetadataUsageId; extern String_t* _stringLiteral3755145962; extern const uint32_t CoroutineTest_Start_m1491391237_MetadataUsageId; extern RuntimeClass* MyStruct_t514849583_il2cpp_TypeInfo_var; extern const uint32_t CustomValueTypeParam_BeginInvoke_m528198297_MetadataUsageId; extern const uint32_t DecimalParam_BeginInvoke_m2195145383_MetadataUsageId; extern RuntimeClass* MyEnum_t4134377632_il2cpp_TypeInfo_var; extern const uint32_t EnumParam_BeginInvoke_m2590779928_MetadataUsageId; extern String_t* _stringLiteral2925292955; extern const uint32_t FooExtension_PlainExtension_m1379204366_MetadataUsageId; extern String_t* _stringLiteral797718462; extern const uint32_t GenericMethodExample_Start_m159069341_MetadataUsageId; extern String_t* _stringLiteral2297970365; extern const uint32_t Helloworld_Start_m651947692_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t HotfixCalc_Add_m4020185810_MetadataUsageId; extern String_t* _stringLiteral1007762511; extern const uint32_t HotfixCalc_TestOut_m1082459584_MetadataUsageId; extern const uint32_t HotfixTest__ctor_m2873047834_MetadataUsageId; extern String_t* _stringLiteral4034807086; extern const uint32_t HotfixTest_Update_m1740934987_MetadataUsageId; extern RuntimeClass* GUI_t1624858472_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2035663083; extern String_t* _stringLiteral2553071797; extern String_t* _stringLiteral2633279678; extern String_t* _stringLiteral1477385763; extern const uint32_t HotfixTest_OnGUI_m4249922689_MetadataUsageId; extern RuntimeClass* HotfixCalc_t3327167615_il2cpp_TypeInfo_var; extern RuntimeClass* NoHotfixCalc_t3469869122_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* GenericClass_1_t2299288884_il2cpp_TypeInfo_var; extern RuntimeClass* InnerTypeTest_t2823047998_il2cpp_TypeInfo_var; extern RuntimeClass* BaseTest_t14152542_il2cpp_TypeInfo_var; extern const RuntimeMethod* HotfixCalc_Test1_TisInt32_t2950945753_m3480346607_RuntimeMethod_var; extern const RuntimeMethod* HotfixCalc_Test1_TisDouble_t594665363_m863247807_RuntimeMethod_var; extern const RuntimeMethod* HotfixCalc_Test2_TisInt32_t2950945753_TisDouble_t594665363_TisString_t_m2383560303_RuntimeMethod_var; extern const RuntimeMethod* HotfixCalc_Test3_TisString_t_m2988221820_RuntimeMethod_var; extern const RuntimeMethod* HotfixCalc_Test3_TisInt32_t2950945753_m358094845_RuntimeMethod_var; extern const RuntimeMethod* HotfixCalc_Test3_TisHotfixTest2_t1694306958_m2695448068_RuntimeMethod_var; extern const RuntimeMethod* HotfixCalc_Test4_TisHotfixTest2_t1694306958_m3979562606_RuntimeMethod_var; extern const RuntimeMethod* HotfixCalc_Test4_TisInt32_t2950945753_m3308735801_RuntimeMethod_var; extern const RuntimeMethod* HotfixCalc_Test5_TisString_t_m1284327526_RuntimeMethod_var; extern const RuntimeMethod* HotfixCalc_Test5_TisInt32_t2950945753_m4187918509_RuntimeMethod_var; extern const RuntimeMethod* GenericClass_1__ctor_m2609532041_RuntimeMethod_var; extern const RuntimeMethod* GenericClass_1_Func1_m3042939317_RuntimeMethod_var; extern const RuntimeMethod* GenericClass_1_Func2_m1816752595_RuntimeMethod_var; extern const RuntimeMethod* GenericStruct_1__ctor_m478535283_RuntimeMethod_var; extern const RuntimeMethod* GenericStruct_1_GetA_m1660728519_RuntimeMethod_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11_FieldInfo_var; extern String_t* _stringLiteral1121817184; extern String_t* _stringLiteral1678482623; extern String_t* _stringLiteral1931132427; extern String_t* _stringLiteral2454887209; extern String_t* _stringLiteral2655982128; extern String_t* _stringLiteral843137578; extern String_t* _stringLiteral536850711; extern String_t* _stringLiteral1175117573; extern String_t* _stringLiteral3597915514; extern String_t* _stringLiteral3825581461; extern String_t* _stringLiteral4043037622; extern String_t* _stringLiteral1867866758; extern String_t* _stringLiteral1741966893; extern String_t* _stringLiteral3910625827; extern String_t* _stringLiteral3881147334; extern String_t* _stringLiteral2329821268; extern String_t* _stringLiteral1172964358; extern String_t* _stringLiteral763737327; extern String_t* _stringLiteral2208796207; extern String_t* _stringLiteral2738505918; extern String_t* _stringLiteral3881016262; extern String_t* _stringLiteral3452614591; extern String_t* _stringLiteral3452614590; extern String_t* _stringLiteral3452614589; extern String_t* _stringLiteral2719320332; extern String_t* _stringLiteral2737142790; extern String_t* _stringLiteral60890062; extern String_t* _stringLiteral3643342983; extern String_t* _stringLiteral2895175342; extern String_t* _stringLiteral3481139586; extern String_t* _stringLiteral2789004664; extern String_t* _stringLiteral1969916660; extern String_t* _stringLiteral2961065982; extern String_t* _stringLiteral3020462889; extern String_t* _stringLiteral1453682927; extern String_t* _stringLiteral1652678118; extern const uint32_t HotfixTest2_Start_m4159160337_MetadataUsageId; extern RuntimeClass* StatefullTest_t1427081944_il2cpp_TypeInfo_var; extern RuntimeClass* HotfixTest2_t1694306958_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t1820842380_il2cpp_TypeInfo_var; extern const RuntimeMethod* HotfixTest2_U3CTestStatefulU3Em__0_m2452440075_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2280607158_RuntimeMethod_var; extern const RuntimeMethod* StatefullTest_GenericTest_TisInt32_t2950945753_m944697728_RuntimeMethod_var; extern const RuntimeMethod* StatefullTest_GenericTest_TisString_t_m3452406747_RuntimeMethod_var; extern String_t* _stringLiteral2517446127; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral1393642918; extern String_t* _stringLiteral3452614587; extern const uint32_t HotfixTest2_TestStateful_m228706425_MetadataUsageId; extern String_t* _stringLiteral3451959231; extern String_t* _stringLiteral3884227452; extern const uint32_t HotfixTest2_U3CTestStatefulU3Em__0_m2452440075_MetadataUsageId; extern String_t* _stringLiteral3482646942; extern String_t* _stringLiteral1660156237; extern String_t* _stringLiteral3452614611; extern const uint32_t InnerTypeTest_Foo_m321612886_MetadataUsageId; extern const uint32_t IntParam_BeginInvoke_m1145290613_MetadataUsageId; extern String_t* _stringLiteral408958506; extern const uint32_t InvokeLua__ctor_m888635106_MetadataUsageId; extern const uint32_t InvokeLua_Start_m2861302644_MetadataUsageId; extern RuntimeClass* ICalc_t3351541889_il2cpp_TypeInfo_var; extern RuntimeClass* EventHandler_1_t2907339746_il2cpp_TypeInfo_var; extern const RuntimeMethod* LuaTable_GetInPath_TisCalcNew_t680260847_m2286591932_RuntimeMethod_var; extern const RuntimeMethod* InvokeLua_Notify_m810134609_RuntimeMethod_var; extern const RuntimeMethod* EventHandler_1__ctor_m1760585352_RuntimeMethod_var; extern String_t* _stringLiteral4196746312; extern String_t* _stringLiteral3455170504; extern String_t* _stringLiteral1160866366; extern String_t* _stringLiteral351562295; extern String_t* _stringLiteral2339972493; extern String_t* _stringLiteral2339906957; extern String_t* _stringLiteral28527794; extern String_t* _stringLiteral418693452; extern const uint32_t InvokeLua_Test_m1925982013_MetadataUsageId; extern String_t* _stringLiteral1796961731; extern const uint32_t InvokeLua_Notify_m810134609_MetadataUsageId; extern const uint32_t CalcNew_BeginInvoke_m3141592046_MetadataUsageId; extern RuntimeClass* LuaBehaviour_t310118987_il2cpp_TypeInfo_var; extern const RuntimeMethod* LuaTable_Set_TisString_t_TisLuaTable_t1631611336_m2643218657_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Set_TisString_t_TisLuaBehaviour_t310118987_m3257761802_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Set_TisString_t_TisGameObject_t1113636619_m2039149944_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisAction_t1264377477_m2111650368_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542_RuntimeMethod_var; extern String_t* _stringLiteral3584862187; extern String_t* _stringLiteral349013135; extern String_t* _stringLiteral3127748407; extern String_t* _stringLiteral2707269980; extern String_t* _stringLiteral1590298475; extern String_t* _stringLiteral343404858; extern const uint32_t LuaBehaviour_Awake_m3839111231_MetadataUsageId; extern const uint32_t LuaBehaviour_Update_m3572351986_MetadataUsageId; extern const uint32_t LuaBehaviour__cctor_m4116873758_MetadataUsageId; extern RuntimeClass* U3CShowAlertBoxU3Ec__AnonStorey0_t744961287_il2cpp_TypeInfo_var; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern RuntimeClass* UnityAction_t3245792599_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisText_t1901882714_m4196288697_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisButton_t4055032469_m1381873113_RuntimeMethod_var; extern const RuntimeMethod* U3CShowAlertBoxU3Ec__AnonStorey0_U3CU3Em__0_m3545718717_RuntimeMethod_var; extern String_t* _stringLiteral2323074440; extern String_t* _stringLiteral1037610107; extern String_t* _stringLiteral3963993483; extern String_t* _stringLiteral3253941996; extern String_t* _stringLiteral1844488772; extern const uint32_t MessageBox_ShowAlertBox_m3503561599_MetadataUsageId; extern RuntimeClass* U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717_il2cpp_TypeInfo_var; extern RuntimeClass* Action_t1264377477_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__0_m34759433_RuntimeMethod_var; extern const RuntimeMethod* U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__1_m34693897_RuntimeMethod_var; extern const RuntimeMethod* U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__2_m34890505_RuntimeMethod_var; extern String_t* _stringLiteral2147224329; extern String_t* _stringLiteral3968407464; extern String_t* _stringLiteral2885830663; extern String_t* _stringLiteral2148371182; extern String_t* _stringLiteral2514296083; extern const uint32_t MessageBox_ShowConfirmBox_m3739959271_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m1933767679_RuntimeMethod_var; extern const uint32_t U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__1_m34693897_MetadataUsageId; extern const uint32_t U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__2_m34890505_MetadataUsageId; extern const RuntimeType* Action_t1264377477_0_0_0_var; extern const RuntimeType* Action_1_t269755560_0_0_0_var; extern const RuntimeType* UnityAction_t3245792599_0_0_0_var; extern RuntimeClass* MessageBoxConfig_t4234641849_il2cpp_TypeInfo_var; extern const uint32_t MessageBoxConfig__cctor_m975053874_MetadataUsageId; extern const uint32_t MyStruct__ctor_m2406578381_MetadataUsageId; extern const uint32_t NoGc__ctor_m2177427014_MetadataUsageId; extern const RuntimeMethod* LuaTable_Set_TisString_t_TisNoGc_t2304347923_m2615674279_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisIntParam_t1872826946_m1515688994_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisVector3Param_t2925075643_m580185670_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisCustomValueTypeParam_t1524517362_m1309686911_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisEnumParam_t1711860956_m4129429638_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisDecimalParam_t4056261327_m601093832_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisArrayAccess_t1010732446_m937520058_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisIExchanger_t3886744350_m3510742399_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisLuaFunction_t431395339_m2300469423_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Set_TisString_t_TisInt32_t2950945753_m4248731580_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Set_TisInt32_t2950945753_TisInt32_t2950945753_m2436893173_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisString_t_TisInt32_t2950945753_m3411404045_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisInt32_t2950945753_TisInt32_t2950945753_m3917890496_RuntimeMethod_var; extern String_t* _stringLiteral2986100658; extern String_t* _stringLiteral680663402; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral836232456; extern String_t* _stringLiteral236485752; extern String_t* _stringLiteral707078758; extern String_t* _stringLiteral3265744053; extern String_t* _stringLiteral137036296; extern String_t* _stringLiteral139526664; extern String_t* _stringLiteral759543034; extern const uint32_t NoGc_Start_m3380681998_MetadataUsageId; extern RuntimeClass* IExchanger_t3886744350_il2cpp_TypeInfo_var; extern const RuntimeMethod* LuaFunction_Func_TisInt32_t2950945753_TisInt32_t2950945753_TisInt32_t2950945753_m4250895180_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Set_TisDouble_t594665363_TisMyStruct_t514849583_m3999367316_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisDouble_t594665363_TisMyStruct_t514849583_m1572049044_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Set_TisByte_t1134296376_TisDecimal_t2948259380_m2021777786_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisByte_t1134296376_TisDecimal_t2948259380_m2209156747_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_Get_TisInt32_t2950945753_m118041880_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_SetInPath_TisInt32_t2950945753_m735719664_RuntimeMethod_var; extern const RuntimeMethod* LuaTable_GetInPath_TisInt32_t2950945753_m1881950570_RuntimeMethod_var; extern String_t* _stringLiteral2757039957; extern String_t* _stringLiteral2207288632; extern const uint32_t NoGc_Update_m1608675642_MetadataUsageId; extern RuntimeClass* EventArgs_t3591816995_il2cpp_TypeInfo_var; extern const uint32_t PropertyChangedEventArgs__ctor_m3352889420_MetadataUsageId; extern String_t* _stringLiteral2099964646; extern String_t* _stringLiteral2253781719; extern const uint32_t RawObjectTest_PrintType_m2810159002_MetadataUsageId; extern String_t* _stringLiteral1689055530; extern String_t* _stringLiteral870345166; extern const uint32_t RawObjectTest_Start_m1122259925_MetadataUsageId; extern const RuntimeMethod* LuaTable_Set_TisString_t_TisPushAsTableStruct_t2836609445_m26413479_RuntimeMethod_var; extern String_t* _stringLiteral3154423198; extern String_t* _stringLiteral3301702773; extern String_t* _stringLiteral3408513018; extern String_t* _stringLiteral4290868073; extern String_t* _stringLiteral3208948087; extern const uint32_t ReImplementInLua_Start_m2803786143_MetadataUsageId; extern RuntimeClass* SignatureLoaderTest_t505974306_il2cpp_TypeInfo_var; extern RuntimeClass* SignatureLoader_t2963269621_il2cpp_TypeInfo_var; extern const RuntimeMethod* SignatureLoaderTest_U3CStartU3Em__0_m1942330286_RuntimeMethod_var; extern String_t* _stringLiteral2823802600; extern const uint32_t SignatureLoaderTest_Start_m4279871266_MetadataUsageId; extern String_t* _stringLiteral1444959549; extern const uint32_t SignatureLoaderTest__cctor_m2440208711_MetadataUsageId; extern const uint32_t SignatureLoaderTest_U3CStartU3Em__0_m1942330286_MetadataUsageId; extern String_t* _stringLiteral3451762623; extern String_t* _stringLiteral3451762622; extern const uint32_t StatefullTest__ctor_m644372317_MetadataUsageId; extern const uint32_t StatefullTest_add_AEvent_m3940995674_MetadataUsageId; extern const uint32_t StatefullTest_remove_AEvent_m2089657965_MetadataUsageId; extern String_t* _stringLiteral754635900; extern const uint32_t StatefullTest_Finalize_m3951567561_MetadataUsageId; extern RuntimeClass* StructTest_t3768119842_il2cpp_TypeInfo_var; extern const uint32_t StructTest_ToString_m4200353596_MetadataUsageId; extern const uint32_t StructTest_Proxy_m1935924831_MetadataUsageId; extern const uint32_t Vector3Param_BeginInvoke_m3555360842_MetadataUsageId; struct GUIStyle_t3956901511_marshaled_pinvoke; struct GUIStyle_t3956901511_marshaled_com; struct GUIStyleState_t1397964415_marshaled_pinvoke; struct GUIStyleState_t1397964415_marshaled_com; struct RectOffset_t1369453676_marshaled_com; struct ParameterInfoU5BU5D_t390618515; struct Int32U5BU5D_t385246372; struct ObjectCheckU5BU5D_t2146637488; struct ObjectCastU5BU5D_t1796526492; struct BooleanU5BU5D_t2897418192; struct ObjectU5BU5D_t2843939325; struct ByteU5BU5D_t4116647657; struct SingleU5BU5D_t1444911251; struct DoubleU5BU5D_t3413330114; struct Int64U5BU5D_t2559172825; struct UInt64U5BU5D_t1659327989; struct SByteU5BU5D_t2651576203; struct Int16U5BU5D_t3686840178; struct UInt16U5BU5D_t3326319531; struct CharU5BU5D_t3528271667; struct UInt32U5BU5D_t2770800703; struct IntPtrU5BU5D_t4013366056; struct DecimalU5BU5D_t1145110141; struct StringU5BU5D_t1281789340; struct TypeU5BU5D_t3940880105; struct MethodBaseU5BU5D_t779831733; struct MethodInfoU5BU5D_t2572182361; struct PeddingU5BU5D_t3342115670; struct MyStructU5BU5D_t224763702; struct PushAsTableStructU5BU5D_t621722152; struct Vector2U5BU5D_t1457185986; struct Vector3U5BU5D_t1718750761; struct Vector4U5BU5D_t934056436; struct ColorU5BU5D_t941916413; struct QuaternionU5BU5D_t2571361770; struct RayU5BU5D_t1836217960; struct BoundsU5BU5D_t3642494291; struct Ray2DU5BU5D_t528440207; struct AutoPlayU5BU5D_t3356886732; struct AxisConstraintU5BU5D_t129559449; struct EaseU5BU5D_t208787639; struct LogBehaviourU5BU5D_t3565768338; struct LoopTypeU5BU5D_t4077846647; struct PathModeU5BU5D_t2881816821; struct PathTypeU5BU5D_t2637071820; struct RotateModeU5BU5D_t1198520587; struct ScrambleModeU5BU5D_t2400077643; struct TweenTypeU5BU5D_t4071923671; struct UpdateTypeU5BU5D_t221619635; struct MyEnumU5BU5D_t3063337185; struct AssemblyU5BU5D_t2792222854; struct PropertyInfoU5BU5D_t1461822886; struct FieldInfoU5BU5D_t846150980; struct EventInfoU5BU5D_t3237081491; struct MemberInfoU5BU5D_t1302094432; struct InjectionU5BU5D_t3549262654; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef LIST_1_T3319525431_H #define LIST_1_T3319525431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3319525431 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t1281789340* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3319525431, ____items_1)); } inline StringU5BU5D_t1281789340* get__items_1() const { return ____items_1; } inline StringU5BU5D_t1281789340** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t1281789340* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3319525431, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3319525431, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3319525431_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StringU5BU5D_t1281789340* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3319525431_StaticFields, ___EmptyArray_4)); } inline StringU5BU5D_t1281789340* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StringU5BU5D_t1281789340** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StringU5BU5D_t1281789340* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3319525431_H #ifndef DICTIONARY_2_T1468905199_H #define DICTIONARY_2_T1468905199_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1468905199 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t182406414* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1468905199, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1468905199, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1468905199, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1468905199, ___valueSlots_7)); } inline List_1U5BU5D_t182406414* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t182406414** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t182406414* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1468905199, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1468905199, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1468905199, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1468905199, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1468905199, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1468905199, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1468905199, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1468905199_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t462901425 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1468905199_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t462901425 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t462901425 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t462901425 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1468905199_H #ifndef LIST_1_T3956019502_H #define LIST_1_T3956019502_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3956019502 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TypeU5BU5D_t3940880105* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3956019502, ____items_1)); } inline TypeU5BU5D_t3940880105* get__items_1() const { return ____items_1; } inline TypeU5BU5D_t3940880105** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TypeU5BU5D_t3940880105* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3956019502, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3956019502, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3956019502_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TypeU5BU5D_t3940880105* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3956019502_StaticFields, ___EmptyArray_4)); } inline TypeU5BU5D_t3940880105* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TypeU5BU5D_t3940880105* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3956019502_H #ifndef SYSGENCONFIG_T4248560512_H #define SYSGENCONFIG_T4248560512_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.SysGenConfig struct SysGenConfig_t4248560512 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSGENCONFIG_T4248560512_H #ifndef LIST_1_T3349700990_H #define LIST_1_T3349700990_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3349700990 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MethodInfoU5BU5D_t2572182361* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3349700990, ____items_1)); } inline MethodInfoU5BU5D_t2572182361* get__items_1() const { return ____items_1; } inline MethodInfoU5BU5D_t2572182361** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MethodInfoU5BU5D_t2572182361* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3349700990, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3349700990, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3349700990_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray MethodInfoU5BU5D_t2572182361* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3349700990_StaticFields, ___EmptyArray_4)); } inline MethodInfoU5BU5D_t2572182361* get_EmptyArray_4() const { return ___EmptyArray_4; } inline MethodInfoU5BU5D_t2572182361** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(MethodInfoU5BU5D_t2572182361* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3349700990_H #ifndef METHODWRAP_T801859268_H #define METHODWRAP_T801859268_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.MethodWrap struct MethodWrap_t801859268 : public RuntimeObject { public: // System.String XLua.MethodWrap::methodName String_t* ___methodName_0; // System.Collections.Generic.List`1 XLua.MethodWrap::overloads List_1_t2699813617 * ___overloads_1; // System.Boolean XLua.MethodWrap::forceCheck bool ___forceCheck_2; public: inline static int32_t get_offset_of_methodName_0() { return static_cast(offsetof(MethodWrap_t801859268, ___methodName_0)); } inline String_t* get_methodName_0() const { return ___methodName_0; } inline String_t** get_address_of_methodName_0() { return &___methodName_0; } inline void set_methodName_0(String_t* value) { ___methodName_0 = value; Il2CppCodeGenWriteBarrier((&___methodName_0), value); } inline static int32_t get_offset_of_overloads_1() { return static_cast(offsetof(MethodWrap_t801859268, ___overloads_1)); } inline List_1_t2699813617 * get_overloads_1() const { return ___overloads_1; } inline List_1_t2699813617 ** get_address_of_overloads_1() { return &___overloads_1; } inline void set_overloads_1(List_1_t2699813617 * value) { ___overloads_1 = value; Il2CppCodeGenWriteBarrier((&___overloads_1), value); } inline static int32_t get_offset_of_forceCheck_2() { return static_cast(offsetof(MethodWrap_t801859268, ___forceCheck_2)); } inline bool get_forceCheck_2() const { return ___forceCheck_2; } inline bool* get_address_of_forceCheck_2() { return &___forceCheck_2; } inline void set_forceCheck_2(bool value) { ___forceCheck_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODWRAP_T801859268_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef LIST_1_T1279540245_H #define LIST_1_T1279540245_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1279540245 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AssemblyU5BU5D_t2792222854* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1279540245, ____items_1)); } inline AssemblyU5BU5D_t2792222854* get__items_1() const { return ____items_1; } inline AssemblyU5BU5D_t2792222854** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AssemblyU5BU5D_t2792222854* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1279540245, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1279540245, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1279540245_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AssemblyU5BU5D_t2792222854* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1279540245_StaticFields, ___EmptyArray_4)); } inline AssemblyU5BU5D_t2792222854* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AssemblyU5BU5D_t2792222854** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AssemblyU5BU5D_t2792222854* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1279540245_H #ifndef LUATEMPLATE_T802592420_H #define LUATEMPLATE_T802592420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.TemplateEngine.LuaTemplate struct LuaTemplate_t802592420 : public RuntimeObject { public: public: }; struct LuaTemplate_t802592420_StaticFields { public: // XLua.LuaDLL.lua_CSFunction XLua.TemplateEngine.LuaTemplate::templateCompileFunction lua_CSFunction_t883524059 * ___templateCompileFunction_0; // XLua.LuaDLL.lua_CSFunction XLua.TemplateEngine.LuaTemplate::templateExecuteFunction lua_CSFunction_t883524059 * ___templateExecuteFunction_1; // XLua.LuaDLL.lua_CSFunction XLua.TemplateEngine.LuaTemplate::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_2; // XLua.LuaDLL.lua_CSFunction XLua.TemplateEngine.LuaTemplate::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_3; public: inline static int32_t get_offset_of_templateCompileFunction_0() { return static_cast(offsetof(LuaTemplate_t802592420_StaticFields, ___templateCompileFunction_0)); } inline lua_CSFunction_t883524059 * get_templateCompileFunction_0() const { return ___templateCompileFunction_0; } inline lua_CSFunction_t883524059 ** get_address_of_templateCompileFunction_0() { return &___templateCompileFunction_0; } inline void set_templateCompileFunction_0(lua_CSFunction_t883524059 * value) { ___templateCompileFunction_0 = value; Il2CppCodeGenWriteBarrier((&___templateCompileFunction_0), value); } inline static int32_t get_offset_of_templateExecuteFunction_1() { return static_cast(offsetof(LuaTemplate_t802592420_StaticFields, ___templateExecuteFunction_1)); } inline lua_CSFunction_t883524059 * get_templateExecuteFunction_1() const { return ___templateExecuteFunction_1; } inline lua_CSFunction_t883524059 ** get_address_of_templateExecuteFunction_1() { return &___templateExecuteFunction_1; } inline void set_templateExecuteFunction_1(lua_CSFunction_t883524059 * value) { ___templateExecuteFunction_1 = value; Il2CppCodeGenWriteBarrier((&___templateExecuteFunction_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_2() { return static_cast(offsetof(LuaTemplate_t802592420_StaticFields, ___U3CU3Ef__mgU24cache0_2)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_2() const { return ___U3CU3Ef__mgU24cache0_2; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_2() { return &___U3CU3Ef__mgU24cache0_2; } inline void set_U3CU3Ef__mgU24cache0_2(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_3() { return static_cast(offsetof(LuaTemplate_t802592420_StaticFields, ___U3CU3Ef__mgU24cache1_3)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_3() const { return ___U3CU3Ef__mgU24cache1_3; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_3() { return &___U3CU3Ef__mgU24cache1_3; } inline void set_U3CU3Ef__mgU24cache1_3(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUATEMPLATE_T802592420_H #ifndef UTILS_T4231971476_H #define UTILS_T4231971476_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils struct Utils_t4231971476 : public RuntimeObject { public: public: }; struct Utils_t4231971476_StaticFields { public: // System.Func`2 XLua.Utils::<>f__am$cache0 Func_2_t2377163032 * ___U3CU3Ef__amU24cache0_12; // System.Func`2 XLua.Utils::<>f__am$cache1 Func_2_t2377163032 * ___U3CU3Ef__amU24cache1_13; // System.Func`2 XLua.Utils::<>f__am$cache2 Func_2_t561252955 * ___U3CU3Ef__amU24cache2_14; // System.Func`2 XLua.Utils::<>f__am$cache3 Func_2_t561252955 * ___U3CU3Ef__amU24cache3_15; // System.Func`2> XLua.Utils::<>f__am$cache4 Func_2_t1321444127 * ___U3CU3Ef__amU24cache4_16; // System.Func`3__AnonType1`2> XLua.Utils::<>f__am$cache5 Func_3_t812472829 * ___U3CU3Ef__amU24cache5_17; // System.Func`2<<>__AnonType1`2,System.Boolean> XLua.Utils::<>f__am$cache6 Func_2_t40316471 * ___U3CU3Ef__amU24cache6_18; // System.Func`2<<>__AnonType1`2,System.Type> XLua.Utils::<>f__am$cache7 Func_2_t2426973266 * ___U3CU3Ef__amU24cache7_19; // System.Func`2<<>__AnonType1`2,System.Reflection.MethodInfo> XLua.Utils::<>f__am$cache8 Func_2_t1820654754 * ___U3CU3Ef__amU24cache8_20; // System.Func`2,System.Type> XLua.Utils::<>f__am$cache9 Func_2_t305537246 * ___U3CU3Ef__amU24cache9_21; // System.Func`2,System.Collections.Generic.IEnumerable`1> XLua.Utils::<>f__am$cacheA Func_2_t2974038919 * ___U3CU3Ef__amU24cacheA_22; // System.Func`2 XLua.Utils::<>f__am$cacheB Func_2_t942717935 * ___U3CU3Ef__amU24cacheB_23; // System.Func`2 XLua.Utils::<>f__am$cacheC Func_2_t942717935 * ___U3CU3Ef__amU24cacheC_24; // System.Func`3 XLua.Utils::<>f__am$cacheD Func_3_t145517001 * ___U3CU3Ef__amU24cacheD_25; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_12() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache0_12)); } inline Func_2_t2377163032 * get_U3CU3Ef__amU24cache0_12() const { return ___U3CU3Ef__amU24cache0_12; } inline Func_2_t2377163032 ** get_address_of_U3CU3Ef__amU24cache0_12() { return &___U3CU3Ef__amU24cache0_12; } inline void set_U3CU3Ef__amU24cache0_12(Func_2_t2377163032 * value) { ___U3CU3Ef__amU24cache0_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_12), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_13() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache1_13)); } inline Func_2_t2377163032 * get_U3CU3Ef__amU24cache1_13() const { return ___U3CU3Ef__amU24cache1_13; } inline Func_2_t2377163032 ** get_address_of_U3CU3Ef__amU24cache1_13() { return &___U3CU3Ef__amU24cache1_13; } inline void set_U3CU3Ef__amU24cache1_13(Func_2_t2377163032 * value) { ___U3CU3Ef__amU24cache1_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_13), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_14() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache2_14)); } inline Func_2_t561252955 * get_U3CU3Ef__amU24cache2_14() const { return ___U3CU3Ef__amU24cache2_14; } inline Func_2_t561252955 ** get_address_of_U3CU3Ef__amU24cache2_14() { return &___U3CU3Ef__amU24cache2_14; } inline void set_U3CU3Ef__amU24cache2_14(Func_2_t561252955 * value) { ___U3CU3Ef__amU24cache2_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_14), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_15() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache3_15)); } inline Func_2_t561252955 * get_U3CU3Ef__amU24cache3_15() const { return ___U3CU3Ef__amU24cache3_15; } inline Func_2_t561252955 ** get_address_of_U3CU3Ef__amU24cache3_15() { return &___U3CU3Ef__amU24cache3_15; } inline void set_U3CU3Ef__amU24cache3_15(Func_2_t561252955 * value) { ___U3CU3Ef__amU24cache3_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_15), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache4_16() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache4_16)); } inline Func_2_t1321444127 * get_U3CU3Ef__amU24cache4_16() const { return ___U3CU3Ef__amU24cache4_16; } inline Func_2_t1321444127 ** get_address_of_U3CU3Ef__amU24cache4_16() { return &___U3CU3Ef__amU24cache4_16; } inline void set_U3CU3Ef__amU24cache4_16(Func_2_t1321444127 * value) { ___U3CU3Ef__amU24cache4_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache4_16), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache5_17() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache5_17)); } inline Func_3_t812472829 * get_U3CU3Ef__amU24cache5_17() const { return ___U3CU3Ef__amU24cache5_17; } inline Func_3_t812472829 ** get_address_of_U3CU3Ef__amU24cache5_17() { return &___U3CU3Ef__amU24cache5_17; } inline void set_U3CU3Ef__amU24cache5_17(Func_3_t812472829 * value) { ___U3CU3Ef__amU24cache5_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache5_17), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache6_18() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache6_18)); } inline Func_2_t40316471 * get_U3CU3Ef__amU24cache6_18() const { return ___U3CU3Ef__amU24cache6_18; } inline Func_2_t40316471 ** get_address_of_U3CU3Ef__amU24cache6_18() { return &___U3CU3Ef__amU24cache6_18; } inline void set_U3CU3Ef__amU24cache6_18(Func_2_t40316471 * value) { ___U3CU3Ef__amU24cache6_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache6_18), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache7_19() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache7_19)); } inline Func_2_t2426973266 * get_U3CU3Ef__amU24cache7_19() const { return ___U3CU3Ef__amU24cache7_19; } inline Func_2_t2426973266 ** get_address_of_U3CU3Ef__amU24cache7_19() { return &___U3CU3Ef__amU24cache7_19; } inline void set_U3CU3Ef__amU24cache7_19(Func_2_t2426973266 * value) { ___U3CU3Ef__amU24cache7_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache7_19), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache8_20() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache8_20)); } inline Func_2_t1820654754 * get_U3CU3Ef__amU24cache8_20() const { return ___U3CU3Ef__amU24cache8_20; } inline Func_2_t1820654754 ** get_address_of_U3CU3Ef__amU24cache8_20() { return &___U3CU3Ef__amU24cache8_20; } inline void set_U3CU3Ef__amU24cache8_20(Func_2_t1820654754 * value) { ___U3CU3Ef__amU24cache8_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache8_20), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache9_21() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache9_21)); } inline Func_2_t305537246 * get_U3CU3Ef__amU24cache9_21() const { return ___U3CU3Ef__amU24cache9_21; } inline Func_2_t305537246 ** get_address_of_U3CU3Ef__amU24cache9_21() { return &___U3CU3Ef__amU24cache9_21; } inline void set_U3CU3Ef__amU24cache9_21(Func_2_t305537246 * value) { ___U3CU3Ef__amU24cache9_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache9_21), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheA_22() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cacheA_22)); } inline Func_2_t2974038919 * get_U3CU3Ef__amU24cacheA_22() const { return ___U3CU3Ef__amU24cacheA_22; } inline Func_2_t2974038919 ** get_address_of_U3CU3Ef__amU24cacheA_22() { return &___U3CU3Ef__amU24cacheA_22; } inline void set_U3CU3Ef__amU24cacheA_22(Func_2_t2974038919 * value) { ___U3CU3Ef__amU24cacheA_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheA_22), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_23() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cacheB_23)); } inline Func_2_t942717935 * get_U3CU3Ef__amU24cacheB_23() const { return ___U3CU3Ef__amU24cacheB_23; } inline Func_2_t942717935 ** get_address_of_U3CU3Ef__amU24cacheB_23() { return &___U3CU3Ef__amU24cacheB_23; } inline void set_U3CU3Ef__amU24cacheB_23(Func_2_t942717935 * value) { ___U3CU3Ef__amU24cacheB_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_23), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheC_24() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cacheC_24)); } inline Func_2_t942717935 * get_U3CU3Ef__amU24cacheC_24() const { return ___U3CU3Ef__amU24cacheC_24; } inline Func_2_t942717935 ** get_address_of_U3CU3Ef__amU24cacheC_24() { return &___U3CU3Ef__amU24cacheC_24; } inline void set_U3CU3Ef__amU24cacheC_24(Func_2_t942717935 * value) { ___U3CU3Ef__amU24cacheC_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheC_24), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheD_25() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cacheD_25)); } inline Func_3_t145517001 * get_U3CU3Ef__amU24cacheD_25() const { return ___U3CU3Ef__amU24cacheD_25; } inline Func_3_t145517001 ** get_address_of_U3CU3Ef__amU24cacheD_25() { return &___U3CU3Ef__amU24cacheD_25; } inline void set_U3CU3Ef__amU24cacheD_25(Func_3_t145517001 * value) { ___U3CU3Ef__amU24cacheD_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheD_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UTILS_T4231971476_H #ifndef TYPEEXTENSIONS_T3815849342_H #define TYPEEXTENSIONS_T3815849342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.TypeExtensions struct TypeExtensions_t3815849342 : public RuntimeObject { public: public: }; struct TypeExtensions_t3815849342_StaticFields { public: // System.Func`2 XLua.TypeExtensions::<>f__mg$cache0 Func_2_t2311415679 * ___U3CU3Ef__mgU24cache0_0; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_0() { return static_cast(offsetof(TypeExtensions_t3815849342_StaticFields, ___U3CU3Ef__mgU24cache0_0)); } inline Func_2_t2311415679 * get_U3CU3Ef__mgU24cache0_0() const { return ___U3CU3Ef__mgU24cache0_0; } inline Func_2_t2311415679 ** get_address_of_U3CU3Ef__mgU24cache0_0() { return &___U3CU3Ef__mgU24cache0_0; } inline void set_U3CU3Ef__mgU24cache0_0(Func_2_t2311415679 * value) { ___U3CU3Ef__mgU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEEXTENSIONS_T3815849342_H #ifndef CAPTURECOLLECTION_T1760593541_H #define CAPTURECOLLECTION_T1760593541_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541 : public RuntimeObject { public: // System.Text.RegularExpressions.Capture[] System.Text.RegularExpressions.CaptureCollection::list CaptureU5BU5D_t183267399* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CaptureCollection_t1760593541, ___list_0)); } inline CaptureU5BU5D_t183267399* get_list_0() const { return ___list_0; } inline CaptureU5BU5D_t183267399** get_address_of_list_0() { return &___list_0; } inline void set_list_0(CaptureU5BU5D_t183267399* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURECOLLECTION_T1760593541_H #ifndef CAPTURE_T2232016050_H #define CAPTURE_T2232016050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Capture struct Capture_t2232016050 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.Capture::index int32_t ___index_0; // System.Int32 System.Text.RegularExpressions.Capture::length int32_t ___length_1; // System.String System.Text.RegularExpressions.Capture::text String_t* ___text_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(Capture_t2232016050, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(Capture_t2232016050, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_text_2() { return static_cast(offsetof(Capture_t2232016050, ___text_2)); } inline String_t* get_text_2() const { return ___text_2; } inline String_t** get_address_of_text_2() { return &___text_2; } inline void set_text_2(String_t* value) { ___text_2 = value; Il2CppCodeGenWriteBarrier((&___text_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURE_T2232016050_H #ifndef GROUPCOLLECTION_T69770484_H #define GROUPCOLLECTION_T69770484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484 : public RuntimeObject { public: // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::list GroupU5BU5D_t1880820351* ___list_0; // System.Int32 System.Text.RegularExpressions.GroupCollection::gap int32_t ___gap_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(GroupCollection_t69770484, ___list_0)); } inline GroupU5BU5D_t1880820351* get_list_0() const { return ___list_0; } inline GroupU5BU5D_t1880820351** get_address_of_list_0() { return &___list_0; } inline void set_list_0(GroupU5BU5D_t1880820351* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_gap_1() { return static_cast(offsetof(GroupCollection_t69770484, ___gap_1)); } inline int32_t get_gap_1() const { return ___gap_1; } inline int32_t* get_address_of_gap_1() { return &___gap_1; } inline void set_gap_1(int32_t value) { ___gap_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUPCOLLECTION_T69770484_H #ifndef PARSER_T2770988624_H #define PARSER_T2770988624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.TemplateEngine.Parser struct Parser_t2770988624 : public RuntimeObject { public: public: }; struct Parser_t2770988624_StaticFields { public: // System.String XLua.TemplateEngine.Parser::k__BackingField String_t* ___U3CRegexStringU3Ek__BackingField_0; // System.Func`2__AnonType0`3> XLua.TemplateEngine.Parser::<>f__am$cache0 Func_2_t1486249524 * ___U3CU3Ef__amU24cache0_1; // System.Func`2__AnonType0`3> XLua.TemplateEngine.Parser::<>f__am$cache1 Func_2_t1486249524 * ___U3CU3Ef__amU24cache1_2; // System.Func`2__AnonType0`3> XLua.TemplateEngine.Parser::<>f__am$cache2 Func_2_t1486249524 * ___U3CU3Ef__amU24cache2_3; // System.Func`2<<>__AnonType0`3,System.Int32> XLua.TemplateEngine.Parser::<>f__am$cache3 Func_2_t2666968375 * ___U3CU3Ef__amU24cache3_4; // System.Func`2<<>__AnonType0`3,XLua.TemplateEngine.Chunk> XLua.TemplateEngine.Parser::<>f__am$cache4 Func_2_t2974062076 * ___U3CU3Ef__amU24cache4_5; public: inline static int32_t get_offset_of_U3CRegexStringU3Ek__BackingField_0() { return static_cast(offsetof(Parser_t2770988624_StaticFields, ___U3CRegexStringU3Ek__BackingField_0)); } inline String_t* get_U3CRegexStringU3Ek__BackingField_0() const { return ___U3CRegexStringU3Ek__BackingField_0; } inline String_t** get_address_of_U3CRegexStringU3Ek__BackingField_0() { return &___U3CRegexStringU3Ek__BackingField_0; } inline void set_U3CRegexStringU3Ek__BackingField_0(String_t* value) { ___U3CRegexStringU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CRegexStringU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_1() { return static_cast(offsetof(Parser_t2770988624_StaticFields, ___U3CU3Ef__amU24cache0_1)); } inline Func_2_t1486249524 * get_U3CU3Ef__amU24cache0_1() const { return ___U3CU3Ef__amU24cache0_1; } inline Func_2_t1486249524 ** get_address_of_U3CU3Ef__amU24cache0_1() { return &___U3CU3Ef__amU24cache0_1; } inline void set_U3CU3Ef__amU24cache0_1(Func_2_t1486249524 * value) { ___U3CU3Ef__amU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_1), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_2() { return static_cast(offsetof(Parser_t2770988624_StaticFields, ___U3CU3Ef__amU24cache1_2)); } inline Func_2_t1486249524 * get_U3CU3Ef__amU24cache1_2() const { return ___U3CU3Ef__amU24cache1_2; } inline Func_2_t1486249524 ** get_address_of_U3CU3Ef__amU24cache1_2() { return &___U3CU3Ef__amU24cache1_2; } inline void set_U3CU3Ef__amU24cache1_2(Func_2_t1486249524 * value) { ___U3CU3Ef__amU24cache1_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_2), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_3() { return static_cast(offsetof(Parser_t2770988624_StaticFields, ___U3CU3Ef__amU24cache2_3)); } inline Func_2_t1486249524 * get_U3CU3Ef__amU24cache2_3() const { return ___U3CU3Ef__amU24cache2_3; } inline Func_2_t1486249524 ** get_address_of_U3CU3Ef__amU24cache2_3() { return &___U3CU3Ef__amU24cache2_3; } inline void set_U3CU3Ef__amU24cache2_3(Func_2_t1486249524 * value) { ___U3CU3Ef__amU24cache2_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_3), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_4() { return static_cast(offsetof(Parser_t2770988624_StaticFields, ___U3CU3Ef__amU24cache3_4)); } inline Func_2_t2666968375 * get_U3CU3Ef__amU24cache3_4() const { return ___U3CU3Ef__amU24cache3_4; } inline Func_2_t2666968375 ** get_address_of_U3CU3Ef__amU24cache3_4() { return &___U3CU3Ef__amU24cache3_4; } inline void set_U3CU3Ef__amU24cache3_4(Func_2_t2666968375 * value) { ___U3CU3Ef__amU24cache3_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_4), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache4_5() { return static_cast(offsetof(Parser_t2770988624_StaticFields, ___U3CU3Ef__amU24cache4_5)); } inline Func_2_t2974062076 * get_U3CU3Ef__amU24cache4_5() const { return ___U3CU3Ef__amU24cache4_5; } inline Func_2_t2974062076 ** get_address_of_U3CU3Ef__amU24cache4_5() { return &___U3CU3Ef__amU24cache4_5; } inline void set_U3CU3Ef__amU24cache4_5(Func_2_t2974062076 * value) { ___U3CU3Ef__amU24cache4_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache4_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARSER_T2770988624_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef LIST_1_T435146900_H #define LIST_1_T435146900_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t435146900 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ChunkU5BU5D_t338974507* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t435146900, ____items_1)); } inline ChunkU5BU5D_t338974507* get__items_1() const { return ____items_1; } inline ChunkU5BU5D_t338974507** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ChunkU5BU5D_t338974507* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t435146900, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t435146900, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t435146900_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ChunkU5BU5D_t338974507* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t435146900_StaticFields, ___EmptyArray_4)); } inline ChunkU5BU5D_t338974507* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ChunkU5BU5D_t338974507** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ChunkU5BU5D_t338974507* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T435146900_H #ifndef LIST_1_T1937904963_H #define LIST_1_T1937904963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1937904963 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CustomLoaderU5BU5D_t2058475232* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1937904963, ____items_1)); } inline CustomLoaderU5BU5D_t2058475232* get__items_1() const { return ____items_1; } inline CustomLoaderU5BU5D_t2058475232** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CustomLoaderU5BU5D_t2058475232* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1937904963, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1937904963, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1937904963_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CustomLoaderU5BU5D_t2058475232* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1937904963_StaticFields, ___EmptyArray_4)); } inline CustomLoaderU5BU5D_t2058475232* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CustomLoaderU5BU5D_t2058475232** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CustomLoaderU5BU5D_t2058475232* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1937904963_H #ifndef LIST_1_T1569362707_H #define LIST_1_T1569362707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1569362707 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BooleanU5BU5D_t2897418192* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1569362707, ____items_1)); } inline BooleanU5BU5D_t2897418192* get__items_1() const { return ____items_1; } inline BooleanU5BU5D_t2897418192** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BooleanU5BU5D_t2897418192* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1569362707, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1569362707, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1569362707_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray BooleanU5BU5D_t2897418192* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1569362707_StaticFields, ___EmptyArray_4)); } inline BooleanU5BU5D_t2897418192* get_EmptyArray_4() const { return ___EmptyArray_4; } inline BooleanU5BU5D_t2897418192** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(BooleanU5BU5D_t2897418192* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1569362707_H #ifndef LIST_1_T46136375_H #define LIST_1_T46136375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t46136375 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectCastU5BU5D_t1796526492* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t46136375, ____items_1)); } inline ObjectCastU5BU5D_t1796526492* get__items_1() const { return ____items_1; } inline ObjectCastU5BU5D_t1796526492** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectCastU5BU5D_t1796526492* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t46136375, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t46136375, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t46136375_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectCastU5BU5D_t1796526492* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t46136375_StaticFields, ___EmptyArray_4)); } inline ObjectCastU5BU5D_t1796526492* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectCastU5BU5D_t1796526492** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectCastU5BU5D_t1796526492* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T46136375_H #ifndef LIST_1_T1148196275_H #define LIST_1_T1148196275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1148196275 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectCheckU5BU5D_t2146637488* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1148196275, ____items_1)); } inline ObjectCheckU5BU5D_t2146637488* get__items_1() const { return ____items_1; } inline ObjectCheckU5BU5D_t2146637488** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectCheckU5BU5D_t2146637488* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1148196275, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1148196275, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1148196275_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectCheckU5BU5D_t2146637488* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1148196275_StaticFields, ___EmptyArray_4)); } inline ObjectCheckU5BU5D_t2146637488* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectCheckU5BU5D_t2146637488** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectCheckU5BU5D_t2146637488* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1148196275_H #ifndef LIST_1_T128053199_H #define LIST_1_T128053199_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t128053199 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t385246372* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t128053199, ____items_1)); } inline Int32U5BU5D_t385246372* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t385246372** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t385246372* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t128053199, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t128053199, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t128053199_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int32U5BU5D_t385246372* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t128053199_StaticFields, ___EmptyArray_4)); } inline Int32U5BU5D_t385246372* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int32U5BU5D_t385246372** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int32U5BU5D_t385246372* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T128053199_H #ifndef OBJECTCASTERS_T3722364209_H #define OBJECTCASTERS_T3722364209_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCasters struct ObjectCasters_t3722364209 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 XLua.ObjectCasters::castersMap Dictionary_2_t1018408697 * ___castersMap_0; // XLua.ObjectTranslator XLua.ObjectCasters::translator ObjectTranslator_t2020767555 * ___translator_1; public: inline static int32_t get_offset_of_castersMap_0() { return static_cast(offsetof(ObjectCasters_t3722364209, ___castersMap_0)); } inline Dictionary_2_t1018408697 * get_castersMap_0() const { return ___castersMap_0; } inline Dictionary_2_t1018408697 ** get_address_of_castersMap_0() { return &___castersMap_0; } inline void set_castersMap_0(Dictionary_2_t1018408697 * value) { ___castersMap_0 = value; Il2CppCodeGenWriteBarrier((&___castersMap_0), value); } inline static int32_t get_offset_of_translator_1() { return static_cast(offsetof(ObjectCasters_t3722364209, ___translator_1)); } inline ObjectTranslator_t2020767555 * get_translator_1() const { return ___translator_1; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_1() { return &___translator_1; } inline void set_translator_1(ObjectTranslator_t2020767555 * value) { ___translator_1 = value; Il2CppCodeGenWriteBarrier((&___translator_1), value); } }; struct ObjectCasters_t3722364209_StaticFields { public: // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache0 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache0_2; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache1 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache1_3; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache2 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache2_4; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache3 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache3_5; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache4 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache4_6; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache5 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache5_7; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache6 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache6_8; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache7 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache7_9; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache8 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache8_10; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache9 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache9_11; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cacheA ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cacheA_12; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cacheB ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cacheB_13; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cacheC ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cacheC_14; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_2() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache0_2)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache0_2() const { return ___U3CU3Ef__mgU24cache0_2; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache0_2() { return &___U3CU3Ef__mgU24cache0_2; } inline void set_U3CU3Ef__mgU24cache0_2(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_3() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache1_3)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache1_3() const { return ___U3CU3Ef__mgU24cache1_3; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache1_3() { return &___U3CU3Ef__mgU24cache1_3; } inline void set_U3CU3Ef__mgU24cache1_3(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_4() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache2_4)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache2_4() const { return ___U3CU3Ef__mgU24cache2_4; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache2_4() { return &___U3CU3Ef__mgU24cache2_4; } inline void set_U3CU3Ef__mgU24cache2_4(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache2_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_5() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache3_5)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache3_5() const { return ___U3CU3Ef__mgU24cache3_5; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache3_5() { return &___U3CU3Ef__mgU24cache3_5; } inline void set_U3CU3Ef__mgU24cache3_5(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache3_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_6() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache4_6)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache4_6() const { return ___U3CU3Ef__mgU24cache4_6; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache4_6() { return &___U3CU3Ef__mgU24cache4_6; } inline void set_U3CU3Ef__mgU24cache4_6(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache4_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_7() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache5_7)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache5_7() const { return ___U3CU3Ef__mgU24cache5_7; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache5_7() { return &___U3CU3Ef__mgU24cache5_7; } inline void set_U3CU3Ef__mgU24cache5_7(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache5_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_8() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache6_8)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache6_8() const { return ___U3CU3Ef__mgU24cache6_8; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache6_8() { return &___U3CU3Ef__mgU24cache6_8; } inline void set_U3CU3Ef__mgU24cache6_8(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache6_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_9() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache7_9)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache7_9() const { return ___U3CU3Ef__mgU24cache7_9; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache7_9() { return &___U3CU3Ef__mgU24cache7_9; } inline void set_U3CU3Ef__mgU24cache7_9(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache7_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_10() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache8_10)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache8_10() const { return ___U3CU3Ef__mgU24cache8_10; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache8_10() { return &___U3CU3Ef__mgU24cache8_10; } inline void set_U3CU3Ef__mgU24cache8_10(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache8_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_11() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache9_11)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache9_11() const { return ___U3CU3Ef__mgU24cache9_11; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache9_11() { return &___U3CU3Ef__mgU24cache9_11; } inline void set_U3CU3Ef__mgU24cache9_11(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache9_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_12() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cacheA_12)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cacheA_12() const { return ___U3CU3Ef__mgU24cacheA_12; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cacheA_12() { return &___U3CU3Ef__mgU24cacheA_12; } inline void set_U3CU3Ef__mgU24cacheA_12(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cacheA_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_13() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cacheB_13)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cacheB_13() const { return ___U3CU3Ef__mgU24cacheB_13; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cacheB_13() { return &___U3CU3Ef__mgU24cacheB_13; } inline void set_U3CU3Ef__mgU24cacheB_13(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cacheB_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_14() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cacheC_14)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cacheC_14() const { return ___U3CU3Ef__mgU24cacheC_14; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cacheC_14() { return &___U3CU3Ef__mgU24cacheC_14; } inline void set_U3CU3Ef__mgU24cacheC_14(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cacheC_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCASTERS_T3722364209_H #ifndef OBJECTCHECKERS_T1922409879_H #define OBJECTCHECKERS_T1922409879_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCheckers struct ObjectCheckers_t1922409879 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 XLua.ObjectCheckers::checkersMap Dictionary_2_t2120468597 * ___checkersMap_0; // XLua.ObjectTranslator XLua.ObjectCheckers::translator ObjectTranslator_t2020767555 * ___translator_1; public: inline static int32_t get_offset_of_checkersMap_0() { return static_cast(offsetof(ObjectCheckers_t1922409879, ___checkersMap_0)); } inline Dictionary_2_t2120468597 * get_checkersMap_0() const { return ___checkersMap_0; } inline Dictionary_2_t2120468597 ** get_address_of_checkersMap_0() { return &___checkersMap_0; } inline void set_checkersMap_0(Dictionary_2_t2120468597 * value) { ___checkersMap_0 = value; Il2CppCodeGenWriteBarrier((&___checkersMap_0), value); } inline static int32_t get_offset_of_translator_1() { return static_cast(offsetof(ObjectCheckers_t1922409879, ___translator_1)); } inline ObjectTranslator_t2020767555 * get_translator_1() const { return ___translator_1; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_1() { return &___translator_1; } inline void set_translator_1(ObjectTranslator_t2020767555 * value) { ___translator_1 = value; Il2CppCodeGenWriteBarrier((&___translator_1), value); } }; struct ObjectCheckers_t1922409879_StaticFields { public: // XLua.ObjectCheck XLua.ObjectCheckers::<>f__mg$cache0 ObjectCheck_t3971088829 * ___U3CU3Ef__mgU24cache0_2; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_2() { return static_cast(offsetof(ObjectCheckers_t1922409879_StaticFields, ___U3CU3Ef__mgU24cache0_2)); } inline ObjectCheck_t3971088829 * get_U3CU3Ef__mgU24cache0_2() const { return ___U3CU3Ef__mgU24cache0_2; } inline ObjectCheck_t3971088829 ** get_address_of_U3CU3Ef__mgU24cache0_2() { return &___U3CU3Ef__mgU24cache0_2; } inline void set_U3CU3Ef__mgU24cache0_2(ObjectCheck_t3971088829 * value) { ___U3CU3Ef__mgU24cache0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCHECKERS_T1922409879_H #ifndef OVERLOADMETHODWRAP_T1227738875_H #define OVERLOADMETHODWRAP_T1227738875_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.OverloadMethodWrap struct OverloadMethodWrap_t1227738875 : public RuntimeObject { public: // XLua.ObjectTranslator XLua.OverloadMethodWrap::translator ObjectTranslator_t2020767555 * ___translator_0; // System.Type XLua.OverloadMethodWrap::targetType Type_t * ___targetType_1; // System.Reflection.MethodBase XLua.OverloadMethodWrap::method MethodBase_t * ___method_2; // XLua.ObjectCheck[] XLua.OverloadMethodWrap::checkArray ObjectCheckU5BU5D_t2146637488* ___checkArray_3; // XLua.ObjectCast[] XLua.OverloadMethodWrap::castArray ObjectCastU5BU5D_t1796526492* ___castArray_4; // System.Int32[] XLua.OverloadMethodWrap::inPosArray Int32U5BU5D_t385246372* ___inPosArray_5; // System.Int32[] XLua.OverloadMethodWrap::outPosArray Int32U5BU5D_t385246372* ___outPosArray_6; // System.Boolean[] XLua.OverloadMethodWrap::isOptionalArray BooleanU5BU5D_t2897418192* ___isOptionalArray_7; // System.Object[] XLua.OverloadMethodWrap::defaultValueArray ObjectU5BU5D_t2843939325* ___defaultValueArray_8; // System.Boolean XLua.OverloadMethodWrap::isVoid bool ___isVoid_9; // System.Int32 XLua.OverloadMethodWrap::luaStackPosStart int32_t ___luaStackPosStart_10; // System.Boolean XLua.OverloadMethodWrap::targetNeeded bool ___targetNeeded_11; // System.Object[] XLua.OverloadMethodWrap::args ObjectU5BU5D_t2843939325* ___args_12; // System.Int32[] XLua.OverloadMethodWrap::refPos Int32U5BU5D_t385246372* ___refPos_13; // System.Type XLua.OverloadMethodWrap::paramsType Type_t * ___paramsType_14; // System.Boolean XLua.OverloadMethodWrap::k__BackingField bool ___U3CHasDefalutValueU3Ek__BackingField_15; public: inline static int32_t get_offset_of_translator_0() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___translator_0)); } inline ObjectTranslator_t2020767555 * get_translator_0() const { return ___translator_0; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_0() { return &___translator_0; } inline void set_translator_0(ObjectTranslator_t2020767555 * value) { ___translator_0 = value; Il2CppCodeGenWriteBarrier((&___translator_0), value); } inline static int32_t get_offset_of_targetType_1() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___targetType_1)); } inline Type_t * get_targetType_1() const { return ___targetType_1; } inline Type_t ** get_address_of_targetType_1() { return &___targetType_1; } inline void set_targetType_1(Type_t * value) { ___targetType_1 = value; Il2CppCodeGenWriteBarrier((&___targetType_1), value); } inline static int32_t get_offset_of_method_2() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___method_2)); } inline MethodBase_t * get_method_2() const { return ___method_2; } inline MethodBase_t ** get_address_of_method_2() { return &___method_2; } inline void set_method_2(MethodBase_t * value) { ___method_2 = value; Il2CppCodeGenWriteBarrier((&___method_2), value); } inline static int32_t get_offset_of_checkArray_3() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___checkArray_3)); } inline ObjectCheckU5BU5D_t2146637488* get_checkArray_3() const { return ___checkArray_3; } inline ObjectCheckU5BU5D_t2146637488** get_address_of_checkArray_3() { return &___checkArray_3; } inline void set_checkArray_3(ObjectCheckU5BU5D_t2146637488* value) { ___checkArray_3 = value; Il2CppCodeGenWriteBarrier((&___checkArray_3), value); } inline static int32_t get_offset_of_castArray_4() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___castArray_4)); } inline ObjectCastU5BU5D_t1796526492* get_castArray_4() const { return ___castArray_4; } inline ObjectCastU5BU5D_t1796526492** get_address_of_castArray_4() { return &___castArray_4; } inline void set_castArray_4(ObjectCastU5BU5D_t1796526492* value) { ___castArray_4 = value; Il2CppCodeGenWriteBarrier((&___castArray_4), value); } inline static int32_t get_offset_of_inPosArray_5() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___inPosArray_5)); } inline Int32U5BU5D_t385246372* get_inPosArray_5() const { return ___inPosArray_5; } inline Int32U5BU5D_t385246372** get_address_of_inPosArray_5() { return &___inPosArray_5; } inline void set_inPosArray_5(Int32U5BU5D_t385246372* value) { ___inPosArray_5 = value; Il2CppCodeGenWriteBarrier((&___inPosArray_5), value); } inline static int32_t get_offset_of_outPosArray_6() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___outPosArray_6)); } inline Int32U5BU5D_t385246372* get_outPosArray_6() const { return ___outPosArray_6; } inline Int32U5BU5D_t385246372** get_address_of_outPosArray_6() { return &___outPosArray_6; } inline void set_outPosArray_6(Int32U5BU5D_t385246372* value) { ___outPosArray_6 = value; Il2CppCodeGenWriteBarrier((&___outPosArray_6), value); } inline static int32_t get_offset_of_isOptionalArray_7() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___isOptionalArray_7)); } inline BooleanU5BU5D_t2897418192* get_isOptionalArray_7() const { return ___isOptionalArray_7; } inline BooleanU5BU5D_t2897418192** get_address_of_isOptionalArray_7() { return &___isOptionalArray_7; } inline void set_isOptionalArray_7(BooleanU5BU5D_t2897418192* value) { ___isOptionalArray_7 = value; Il2CppCodeGenWriteBarrier((&___isOptionalArray_7), value); } inline static int32_t get_offset_of_defaultValueArray_8() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___defaultValueArray_8)); } inline ObjectU5BU5D_t2843939325* get_defaultValueArray_8() const { return ___defaultValueArray_8; } inline ObjectU5BU5D_t2843939325** get_address_of_defaultValueArray_8() { return &___defaultValueArray_8; } inline void set_defaultValueArray_8(ObjectU5BU5D_t2843939325* value) { ___defaultValueArray_8 = value; Il2CppCodeGenWriteBarrier((&___defaultValueArray_8), value); } inline static int32_t get_offset_of_isVoid_9() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___isVoid_9)); } inline bool get_isVoid_9() const { return ___isVoid_9; } inline bool* get_address_of_isVoid_9() { return &___isVoid_9; } inline void set_isVoid_9(bool value) { ___isVoid_9 = value; } inline static int32_t get_offset_of_luaStackPosStart_10() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___luaStackPosStart_10)); } inline int32_t get_luaStackPosStart_10() const { return ___luaStackPosStart_10; } inline int32_t* get_address_of_luaStackPosStart_10() { return &___luaStackPosStart_10; } inline void set_luaStackPosStart_10(int32_t value) { ___luaStackPosStart_10 = value; } inline static int32_t get_offset_of_targetNeeded_11() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___targetNeeded_11)); } inline bool get_targetNeeded_11() const { return ___targetNeeded_11; } inline bool* get_address_of_targetNeeded_11() { return &___targetNeeded_11; } inline void set_targetNeeded_11(bool value) { ___targetNeeded_11 = value; } inline static int32_t get_offset_of_args_12() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___args_12)); } inline ObjectU5BU5D_t2843939325* get_args_12() const { return ___args_12; } inline ObjectU5BU5D_t2843939325** get_address_of_args_12() { return &___args_12; } inline void set_args_12(ObjectU5BU5D_t2843939325* value) { ___args_12 = value; Il2CppCodeGenWriteBarrier((&___args_12), value); } inline static int32_t get_offset_of_refPos_13() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___refPos_13)); } inline Int32U5BU5D_t385246372* get_refPos_13() const { return ___refPos_13; } inline Int32U5BU5D_t385246372** get_address_of_refPos_13() { return &___refPos_13; } inline void set_refPos_13(Int32U5BU5D_t385246372* value) { ___refPos_13 = value; Il2CppCodeGenWriteBarrier((&___refPos_13), value); } inline static int32_t get_offset_of_paramsType_14() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___paramsType_14)); } inline Type_t * get_paramsType_14() const { return ___paramsType_14; } inline Type_t ** get_address_of_paramsType_14() { return &___paramsType_14; } inline void set_paramsType_14(Type_t * value) { ___paramsType_14 = value; Il2CppCodeGenWriteBarrier((&___paramsType_14), value); } inline static int32_t get_offset_of_U3CHasDefalutValueU3Ek__BackingField_15() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___U3CHasDefalutValueU3Ek__BackingField_15)); } inline bool get_U3CHasDefalutValueU3Ek__BackingField_15() const { return ___U3CHasDefalutValueU3Ek__BackingField_15; } inline bool* get_address_of_U3CHasDefalutValueU3Ek__BackingField_15() { return &___U3CHasDefalutValueU3Ek__BackingField_15; } inline void set_U3CHasDefalutValueU3Ek__BackingField_15(bool value) { ___U3CHasDefalutValueU3Ek__BackingField_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OVERLOADMETHODWRAP_T1227738875_H #ifndef DICTIONARY_2_T3851719731_H #define DICTIONARY_2_T3851719731_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3851719731 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots IntPtrU5BU5D_t4013366056* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots WeakReferenceU5BU5D_t4021634645* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3851719731, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3851719731, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3851719731, ___keySlots_6)); } inline IntPtrU5BU5D_t4013366056* get_keySlots_6() const { return ___keySlots_6; } inline IntPtrU5BU5D_t4013366056** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(IntPtrU5BU5D_t4013366056* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3851719731, ___valueSlots_7)); } inline WeakReferenceU5BU5D_t4021634645* get_valueSlots_7() const { return ___valueSlots_7; } inline WeakReferenceU5BU5D_t4021634645** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(WeakReferenceU5BU5D_t4021634645* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3851719731, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3851719731, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3851719731, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3851719731, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3851719731, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3851719731, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3851719731, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3851719731_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2011406813 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3851719731_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2011406813 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2011406813 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2011406813 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3851719731_H #ifndef LIST_1_T257213610_H #define LIST_1_T257213610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t257213610 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t2843939325* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t257213610, ____items_1)); } inline ObjectU5BU5D_t2843939325* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t2843939325** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t2843939325* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t257213610, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t257213610, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t257213610_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t257213610_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T257213610_H #ifndef DICTIONARY_2_T668780358_H #define DICTIONARY_2_T668780358_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t668780358 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots lua_CSFunctionU5BU5D_t353152090* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t668780358, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t668780358, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t668780358, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t668780358, ___valueSlots_7)); } inline lua_CSFunctionU5BU5D_t353152090* get_valueSlots_7() const { return ___valueSlots_7; } inline lua_CSFunctionU5BU5D_t353152090** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(lua_CSFunctionU5BU5D_t353152090* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t668780358, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t668780358, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t668780358, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t668780358, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t668780358, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t668780358, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t668780358, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t668780358_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3498531102 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t668780358_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3498531102 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3498531102 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3498531102 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T668780358_H #ifndef METHODWRAPSCACHE_T113059333_H #define METHODWRAPSCACHE_T113059333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.MethodWrapsCache struct MethodWrapsCache_t113059333 : public RuntimeObject { public: // XLua.ObjectTranslator XLua.MethodWrapsCache::translator ObjectTranslator_t2020767555 * ___translator_0; // XLua.ObjectCheckers XLua.MethodWrapsCache::objCheckers ObjectCheckers_t1922409879 * ___objCheckers_1; // XLua.ObjectCasters XLua.MethodWrapsCache::objCasters ObjectCasters_t3722364209 * ___objCasters_2; // System.Collections.Generic.Dictionary`2 XLua.MethodWrapsCache::constructorCache Dictionary_2_t3327871123 * ___constructorCache_3; // System.Collections.Generic.Dictionary`2> XLua.MethodWrapsCache::methodsCache Dictionary_2_t3113127422 * ___methodsCache_4; // System.Collections.Generic.Dictionary`2 XLua.MethodWrapsCache::delegateCache Dictionary_2_t3327871123 * ___delegateCache_5; public: inline static int32_t get_offset_of_translator_0() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___translator_0)); } inline ObjectTranslator_t2020767555 * get_translator_0() const { return ___translator_0; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_0() { return &___translator_0; } inline void set_translator_0(ObjectTranslator_t2020767555 * value) { ___translator_0 = value; Il2CppCodeGenWriteBarrier((&___translator_0), value); } inline static int32_t get_offset_of_objCheckers_1() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___objCheckers_1)); } inline ObjectCheckers_t1922409879 * get_objCheckers_1() const { return ___objCheckers_1; } inline ObjectCheckers_t1922409879 ** get_address_of_objCheckers_1() { return &___objCheckers_1; } inline void set_objCheckers_1(ObjectCheckers_t1922409879 * value) { ___objCheckers_1 = value; Il2CppCodeGenWriteBarrier((&___objCheckers_1), value); } inline static int32_t get_offset_of_objCasters_2() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___objCasters_2)); } inline ObjectCasters_t3722364209 * get_objCasters_2() const { return ___objCasters_2; } inline ObjectCasters_t3722364209 ** get_address_of_objCasters_2() { return &___objCasters_2; } inline void set_objCasters_2(ObjectCasters_t3722364209 * value) { ___objCasters_2 = value; Il2CppCodeGenWriteBarrier((&___objCasters_2), value); } inline static int32_t get_offset_of_constructorCache_3() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___constructorCache_3)); } inline Dictionary_2_t3327871123 * get_constructorCache_3() const { return ___constructorCache_3; } inline Dictionary_2_t3327871123 ** get_address_of_constructorCache_3() { return &___constructorCache_3; } inline void set_constructorCache_3(Dictionary_2_t3327871123 * value) { ___constructorCache_3 = value; Il2CppCodeGenWriteBarrier((&___constructorCache_3), value); } inline static int32_t get_offset_of_methodsCache_4() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___methodsCache_4)); } inline Dictionary_2_t3113127422 * get_methodsCache_4() const { return ___methodsCache_4; } inline Dictionary_2_t3113127422 ** get_address_of_methodsCache_4() { return &___methodsCache_4; } inline void set_methodsCache_4(Dictionary_2_t3113127422 * value) { ___methodsCache_4 = value; Il2CppCodeGenWriteBarrier((&___methodsCache_4), value); } inline static int32_t get_offset_of_delegateCache_5() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___delegateCache_5)); } inline Dictionary_2_t3327871123 * get_delegateCache_5() const { return ___delegateCache_5; } inline Dictionary_2_t3327871123 ** get_address_of_delegateCache_5() { return &___delegateCache_5; } inline void set_delegateCache_5(Dictionary_2_t3327871123 * value) { ___delegateCache_5 = value; Il2CppCodeGenWriteBarrier((&___delegateCache_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODWRAPSCACHE_T113059333_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef STATICLUACALLBACKS_T3406648379_H #define STATICLUACALLBACKS_T3406648379_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.StaticLuaCallbacks struct StaticLuaCallbacks_t3406648379 : public RuntimeObject { public: // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::GcMeta lua_CSFunction_t883524059 * ___GcMeta_0; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::ToStringMeta lua_CSFunction_t883524059 * ___ToStringMeta_1; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::EnumAndMeta lua_CSFunction_t883524059 * ___EnumAndMeta_2; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::EnumOrMeta lua_CSFunction_t883524059 * ___EnumOrMeta_3; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::StaticCSFunctionWraper lua_CSFunction_t883524059 * ___StaticCSFunctionWraper_4; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::FixCSFunctionWraper lua_CSFunction_t883524059 * ___FixCSFunctionWraper_5; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::DelegateCtor lua_CSFunction_t883524059 * ___DelegateCtor_6; public: inline static int32_t get_offset_of_GcMeta_0() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___GcMeta_0)); } inline lua_CSFunction_t883524059 * get_GcMeta_0() const { return ___GcMeta_0; } inline lua_CSFunction_t883524059 ** get_address_of_GcMeta_0() { return &___GcMeta_0; } inline void set_GcMeta_0(lua_CSFunction_t883524059 * value) { ___GcMeta_0 = value; Il2CppCodeGenWriteBarrier((&___GcMeta_0), value); } inline static int32_t get_offset_of_ToStringMeta_1() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___ToStringMeta_1)); } inline lua_CSFunction_t883524059 * get_ToStringMeta_1() const { return ___ToStringMeta_1; } inline lua_CSFunction_t883524059 ** get_address_of_ToStringMeta_1() { return &___ToStringMeta_1; } inline void set_ToStringMeta_1(lua_CSFunction_t883524059 * value) { ___ToStringMeta_1 = value; Il2CppCodeGenWriteBarrier((&___ToStringMeta_1), value); } inline static int32_t get_offset_of_EnumAndMeta_2() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___EnumAndMeta_2)); } inline lua_CSFunction_t883524059 * get_EnumAndMeta_2() const { return ___EnumAndMeta_2; } inline lua_CSFunction_t883524059 ** get_address_of_EnumAndMeta_2() { return &___EnumAndMeta_2; } inline void set_EnumAndMeta_2(lua_CSFunction_t883524059 * value) { ___EnumAndMeta_2 = value; Il2CppCodeGenWriteBarrier((&___EnumAndMeta_2), value); } inline static int32_t get_offset_of_EnumOrMeta_3() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___EnumOrMeta_3)); } inline lua_CSFunction_t883524059 * get_EnumOrMeta_3() const { return ___EnumOrMeta_3; } inline lua_CSFunction_t883524059 ** get_address_of_EnumOrMeta_3() { return &___EnumOrMeta_3; } inline void set_EnumOrMeta_3(lua_CSFunction_t883524059 * value) { ___EnumOrMeta_3 = value; Il2CppCodeGenWriteBarrier((&___EnumOrMeta_3), value); } inline static int32_t get_offset_of_StaticCSFunctionWraper_4() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___StaticCSFunctionWraper_4)); } inline lua_CSFunction_t883524059 * get_StaticCSFunctionWraper_4() const { return ___StaticCSFunctionWraper_4; } inline lua_CSFunction_t883524059 ** get_address_of_StaticCSFunctionWraper_4() { return &___StaticCSFunctionWraper_4; } inline void set_StaticCSFunctionWraper_4(lua_CSFunction_t883524059 * value) { ___StaticCSFunctionWraper_4 = value; Il2CppCodeGenWriteBarrier((&___StaticCSFunctionWraper_4), value); } inline static int32_t get_offset_of_FixCSFunctionWraper_5() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___FixCSFunctionWraper_5)); } inline lua_CSFunction_t883524059 * get_FixCSFunctionWraper_5() const { return ___FixCSFunctionWraper_5; } inline lua_CSFunction_t883524059 ** get_address_of_FixCSFunctionWraper_5() { return &___FixCSFunctionWraper_5; } inline void set_FixCSFunctionWraper_5(lua_CSFunction_t883524059 * value) { ___FixCSFunctionWraper_5 = value; Il2CppCodeGenWriteBarrier((&___FixCSFunctionWraper_5), value); } inline static int32_t get_offset_of_DelegateCtor_6() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___DelegateCtor_6)); } inline lua_CSFunction_t883524059 * get_DelegateCtor_6() const { return ___DelegateCtor_6; } inline lua_CSFunction_t883524059 ** get_address_of_DelegateCtor_6() { return &___DelegateCtor_6; } inline void set_DelegateCtor_6(lua_CSFunction_t883524059 * value) { ___DelegateCtor_6 = value; Il2CppCodeGenWriteBarrier((&___DelegateCtor_6), value); } }; struct StaticLuaCallbacks_t3406648379_StaticFields { public: // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_7; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_7() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379_StaticFields, ___U3CU3Ef__mgU24cache0_7)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_7() const { return ___U3CU3Ef__mgU24cache0_7; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_7() { return &___U3CU3Ef__mgU24cache0_7; } inline void set_U3CU3Ef__mgU24cache0_7(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATICLUACALLBACKS_T3406648379_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef SIGNATURELOADER_T2963269621_H #define SIGNATURELOADER_T2963269621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.SignatureLoader struct SignatureLoader_t2963269621 : public RuntimeObject { public: // XLua.LuaEnv/CustomLoader XLua.SignatureLoader::userLoader CustomLoader_t465830221 * ___userLoader_0; // System.Security.Cryptography.RSACryptoServiceProvider XLua.SignatureLoader::rsa RSACryptoServiceProvider_t2683512874 * ___rsa_1; // System.Security.Cryptography.SHA1 XLua.SignatureLoader::sha SHA1_t1803193667 * ___sha_2; public: inline static int32_t get_offset_of_userLoader_0() { return static_cast(offsetof(SignatureLoader_t2963269621, ___userLoader_0)); } inline CustomLoader_t465830221 * get_userLoader_0() const { return ___userLoader_0; } inline CustomLoader_t465830221 ** get_address_of_userLoader_0() { return &___userLoader_0; } inline void set_userLoader_0(CustomLoader_t465830221 * value) { ___userLoader_0 = value; Il2CppCodeGenWriteBarrier((&___userLoader_0), value); } inline static int32_t get_offset_of_rsa_1() { return static_cast(offsetof(SignatureLoader_t2963269621, ___rsa_1)); } inline RSACryptoServiceProvider_t2683512874 * get_rsa_1() const { return ___rsa_1; } inline RSACryptoServiceProvider_t2683512874 ** get_address_of_rsa_1() { return &___rsa_1; } inline void set_rsa_1(RSACryptoServiceProvider_t2683512874 * value) { ___rsa_1 = value; Il2CppCodeGenWriteBarrier((&___rsa_1), value); } inline static int32_t get_offset_of_sha_2() { return static_cast(offsetof(SignatureLoader_t2963269621, ___sha_2)); } inline SHA1_t1803193667 * get_sha_2() const { return ___sha_2; } inline SHA1_t1803193667 ** get_address_of_sha_2() { return &___sha_2; } inline void set_sha_2(SHA1_t1803193667 * value) { ___sha_2 = value; Il2CppCodeGenWriteBarrier((&___sha_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIGNATURELOADER_T2963269621_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef REFERENCEEQUALSCOMPARER_T1100647835_H #define REFERENCEEQUALSCOMPARER_T1100647835_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ReferenceEqualsComparer struct ReferenceEqualsComparer_t1100647835 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFERENCEEQUALSCOMPARER_T1100647835_H #ifndef MISSING_T508514592_H #define MISSING_T508514592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Missing struct Missing_t508514592 : public RuntimeObject { public: public: }; struct Missing_t508514592_StaticFields { public: // System.Reflection.Missing System.Reflection.Missing::Value Missing_t508514592 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Missing_t508514592_StaticFields, ___Value_0)); } inline Missing_t508514592 * get_Value_0() const { return ___Value_0; } inline Missing_t508514592 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(Missing_t508514592 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((&___Value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSING_T508514592_H #ifndef U3CGETALLTYPESU3EC__ANONSTOREY0_T174519252_H #define U3CGETALLTYPESU3EC__ANONSTOREY0_T174519252_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/c__AnonStorey0 struct U3CGetAllTypesU3Ec__AnonStorey0_t174519252 : public RuntimeObject { public: // System.Boolean XLua.Utils/c__AnonStorey0::exclude_generic_definition bool ___exclude_generic_definition_0; public: inline static int32_t get_offset_of_exclude_generic_definition_0() { return static_cast(offsetof(U3CGetAllTypesU3Ec__AnonStorey0_t174519252, ___exclude_generic_definition_0)); } inline bool get_exclude_generic_definition_0() const { return ___exclude_generic_definition_0; } inline bool* get_address_of_exclude_generic_definition_0() { return &___exclude_generic_definition_0; } inline void set_exclude_generic_definition_0(bool value) { ___exclude_generic_definition_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETALLTYPESU3EC__ANONSTOREY0_T174519252_H #ifndef LUABASE_T1730675691_H #define LUABASE_T1730675691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaBase struct LuaBase_t1730675691 : public RuntimeObject { public: // System.Boolean XLua.LuaBase::disposed bool ___disposed_0; // System.Int32 XLua.LuaBase::luaReference int32_t ___luaReference_1; // XLua.LuaEnv XLua.LuaBase::luaEnv LuaEnv_t2152703515 * ___luaEnv_2; public: inline static int32_t get_offset_of_disposed_0() { return static_cast(offsetof(LuaBase_t1730675691, ___disposed_0)); } inline bool get_disposed_0() const { return ___disposed_0; } inline bool* get_address_of_disposed_0() { return &___disposed_0; } inline void set_disposed_0(bool value) { ___disposed_0 = value; } inline static int32_t get_offset_of_luaReference_1() { return static_cast(offsetof(LuaBase_t1730675691, ___luaReference_1)); } inline int32_t get_luaReference_1() const { return ___luaReference_1; } inline int32_t* get_address_of_luaReference_1() { return &___luaReference_1; } inline void set_luaReference_1(int32_t value) { ___luaReference_1 = value; } inline static int32_t get_offset_of_luaEnv_2() { return static_cast(offsetof(LuaBase_t1730675691, ___luaEnv_2)); } inline LuaEnv_t2152703515 * get_luaEnv_2() const { return ___luaEnv_2; } inline LuaEnv_t2152703515 ** get_address_of_luaEnv_2() { return &___luaEnv_2; } inline void set_luaEnv_2(LuaEnv_t2152703515 * value) { ___luaEnv_2 = value; Il2CppCodeGenWriteBarrier((&___luaEnv_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUABASE_T1730675691_H #ifndef INJECTION_T1663173063_H #define INJECTION_T1663173063_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Injection struct Injection_t1663173063 : public RuntimeObject { public: // System.String XLuaTest.Injection::name String_t* ___name_0; // UnityEngine.GameObject XLuaTest.Injection::value GameObject_t1113636619 * ___value_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(Injection_t1663173063, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(Injection_t1663173063, ___value_1)); } inline GameObject_t1113636619 * get_value_1() const { return ___value_1; } inline GameObject_t1113636619 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(GameObject_t1113636619 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INJECTION_T1663173063_H #ifndef STATEFULLTEST_T1427081944_H #define STATEFULLTEST_T1427081944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.StatefullTest struct StatefullTest_t1427081944 : public RuntimeObject { public: // System.Int32 XLuaTest.StatefullTest::k__BackingField int32_t ___U3CAPropU3Ek__BackingField_0; // System.Action`2 XLuaTest.StatefullTest::AEvent Action_2_t1820842380 * ___AEvent_1; public: inline static int32_t get_offset_of_U3CAPropU3Ek__BackingField_0() { return static_cast(offsetof(StatefullTest_t1427081944, ___U3CAPropU3Ek__BackingField_0)); } inline int32_t get_U3CAPropU3Ek__BackingField_0() const { return ___U3CAPropU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CAPropU3Ek__BackingField_0() { return &___U3CAPropU3Ek__BackingField_0; } inline void set_U3CAPropU3Ek__BackingField_0(int32_t value) { ___U3CAPropU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_AEvent_1() { return static_cast(offsetof(StatefullTest_t1427081944, ___AEvent_1)); } inline Action_2_t1820842380 * get_AEvent_1() const { return ___AEvent_1; } inline Action_2_t1820842380 ** get_address_of_AEvent_1() { return &___AEvent_1; } inline void set_AEvent_1(Action_2_t1820842380 * value) { ___AEvent_1 = value; Il2CppCodeGenWriteBarrier((&___AEvent_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATEFULLTEST_T1427081944_H #ifndef INNERTYPETEST_T2823047998_H #define INNERTYPETEST_T2823047998_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.InnerTypeTest struct InnerTypeTest_t2823047998 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INNERTYPETEST_T2823047998_H #ifndef GENERICCLASS_1_T2299288884_H #define GENERICCLASS_1_T2299288884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.GenericClass`1 struct GenericClass_1_t2299288884 : public RuntimeObject { public: // T XLuaTest.GenericClass`1::a double ___a_0; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(GenericClass_1_t2299288884, ___a_0)); } inline double get_a_0() const { return ___a_0; } inline double* get_address_of_a_0() { return &___a_0; } inline void set_a_0(double value) { ___a_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GENERICCLASS_1_T2299288884_H #ifndef NOHOTFIXCALC_T3469869122_H #define NOHOTFIXCALC_T3469869122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.NoHotfixCalc struct NoHotfixCalc_t3469869122 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOHOTFIXCALC_T3469869122_H #ifndef HOTFIXCALC_T3327167615_H #define HOTFIXCALC_T3327167615_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.HotfixCalc struct HotfixCalc_t3327167615 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTFIXCALC_T3327167615_H #ifndef FOOEXTENSION_T766972221_H #define FOOEXTENSION_T766972221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.FooExtension struct FooExtension_t766972221 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FOOEXTENSION_T766972221_H #ifndef U3CSHOWALERTBOXU3EC__ANONSTOREY0_T744961287_H #define U3CSHOWALERTBOXU3EC__ANONSTOREY0_T744961287_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MessageBox/c__AnonStorey0 struct U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 : public RuntimeObject { public: // System.Action XLuaTest.MessageBox/c__AnonStorey0::onFinished Action_t1264377477 * ___onFinished_0; // UnityEngine.UI.Button XLuaTest.MessageBox/c__AnonStorey0::button Button_t4055032469 * ___button_1; // UnityEngine.Transform XLuaTest.MessageBox/c__AnonStorey0::alertPanel Transform_t3600365921 * ___alertPanel_2; public: inline static int32_t get_offset_of_onFinished_0() { return static_cast(offsetof(U3CShowAlertBoxU3Ec__AnonStorey0_t744961287, ___onFinished_0)); } inline Action_t1264377477 * get_onFinished_0() const { return ___onFinished_0; } inline Action_t1264377477 ** get_address_of_onFinished_0() { return &___onFinished_0; } inline void set_onFinished_0(Action_t1264377477 * value) { ___onFinished_0 = value; Il2CppCodeGenWriteBarrier((&___onFinished_0), value); } inline static int32_t get_offset_of_button_1() { return static_cast(offsetof(U3CShowAlertBoxU3Ec__AnonStorey0_t744961287, ___button_1)); } inline Button_t4055032469 * get_button_1() const { return ___button_1; } inline Button_t4055032469 ** get_address_of_button_1() { return &___button_1; } inline void set_button_1(Button_t4055032469 * value) { ___button_1 = value; Il2CppCodeGenWriteBarrier((&___button_1), value); } inline static int32_t get_offset_of_alertPanel_2() { return static_cast(offsetof(U3CShowAlertBoxU3Ec__AnonStorey0_t744961287, ___alertPanel_2)); } inline Transform_t3600365921 * get_alertPanel_2() const { return ___alertPanel_2; } inline Transform_t3600365921 ** get_address_of_alertPanel_2() { return &___alertPanel_2; } inline void set_alertPanel_2(Transform_t3600365921 * value) { ___alertPanel_2 = value; Il2CppCodeGenWriteBarrier((&___alertPanel_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSHOWALERTBOXU3EC__ANONSTOREY0_T744961287_H #ifndef ASYMMETRICALGORITHM_T932037087_H #define ASYMMETRICALGORITHM_T932037087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICALGORITHM_T932037087_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef HASHALGORITHM_T1432317219_H #define HASHALGORITHM_T1432317219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_t4116647657* ___HashValue_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_HashValue_0() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); } inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; } inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; } inline void set_HashValue_0(ByteU5BU5D_t4116647657* value) { ___HashValue_0 = value; Il2CppCodeGenWriteBarrier((&___HashValue_0), value); } inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); } inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; } inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; } inline void set_HashSizeValue_1(int32_t value) { ___HashSizeValue_1 = value; } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T1432317219_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef MESSAGEBOXCONFIG_T4234641849_H #define MESSAGEBOXCONFIG_T4234641849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MessageBoxConfig struct MessageBoxConfig_t4234641849 : public RuntimeObject { public: public: }; struct MessageBoxConfig_t4234641849_StaticFields { public: // System.Collections.Generic.List`1 XLuaTest.MessageBoxConfig::CSharpCallLua List_1_t3956019502 * ___CSharpCallLua_0; public: inline static int32_t get_offset_of_CSharpCallLua_0() { return static_cast(offsetof(MessageBoxConfig_t4234641849_StaticFields, ___CSharpCallLua_0)); } inline List_1_t3956019502 * get_CSharpCallLua_0() const { return ___CSharpCallLua_0; } inline List_1_t3956019502 ** get_address_of_CSharpCallLua_0() { return &___CSharpCallLua_0; } inline void set_CSharpCallLua_0(List_1_t3956019502 * value) { ___CSharpCallLua_0 = value; Il2CppCodeGenWriteBarrier((&___CSharpCallLua_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESSAGEBOXCONFIG_T4234641849_H #ifndef U3CSHOWCONFIRMBOXU3EC__ANONSTOREY1_T2911972717_H #define U3CSHOWCONFIRMBOXU3EC__ANONSTOREY1_T2911972717_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MessageBox/c__AnonStorey1 struct U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 : public RuntimeObject { public: // UnityEngine.UI.Button XLuaTest.MessageBox/c__AnonStorey1::confirmBtn Button_t4055032469 * ___confirmBtn_0; // UnityEngine.UI.Button XLuaTest.MessageBox/c__AnonStorey1::cancelBtn Button_t4055032469 * ___cancelBtn_1; // UnityEngine.Transform XLuaTest.MessageBox/c__AnonStorey1::confirmPanel Transform_t3600365921 * ___confirmPanel_2; // System.Action`1 XLuaTest.MessageBox/c__AnonStorey1::onFinished Action_1_t269755560 * ___onFinished_3; // System.Action XLuaTest.MessageBox/c__AnonStorey1::cleanup Action_t1264377477 * ___cleanup_4; public: inline static int32_t get_offset_of_confirmBtn_0() { return static_cast(offsetof(U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717, ___confirmBtn_0)); } inline Button_t4055032469 * get_confirmBtn_0() const { return ___confirmBtn_0; } inline Button_t4055032469 ** get_address_of_confirmBtn_0() { return &___confirmBtn_0; } inline void set_confirmBtn_0(Button_t4055032469 * value) { ___confirmBtn_0 = value; Il2CppCodeGenWriteBarrier((&___confirmBtn_0), value); } inline static int32_t get_offset_of_cancelBtn_1() { return static_cast(offsetof(U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717, ___cancelBtn_1)); } inline Button_t4055032469 * get_cancelBtn_1() const { return ___cancelBtn_1; } inline Button_t4055032469 ** get_address_of_cancelBtn_1() { return &___cancelBtn_1; } inline void set_cancelBtn_1(Button_t4055032469 * value) { ___cancelBtn_1 = value; Il2CppCodeGenWriteBarrier((&___cancelBtn_1), value); } inline static int32_t get_offset_of_confirmPanel_2() { return static_cast(offsetof(U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717, ___confirmPanel_2)); } inline Transform_t3600365921 * get_confirmPanel_2() const { return ___confirmPanel_2; } inline Transform_t3600365921 ** get_address_of_confirmPanel_2() { return &___confirmPanel_2; } inline void set_confirmPanel_2(Transform_t3600365921 * value) { ___confirmPanel_2 = value; Il2CppCodeGenWriteBarrier((&___confirmPanel_2), value); } inline static int32_t get_offset_of_onFinished_3() { return static_cast(offsetof(U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717, ___onFinished_3)); } inline Action_1_t269755560 * get_onFinished_3() const { return ___onFinished_3; } inline Action_1_t269755560 ** get_address_of_onFinished_3() { return &___onFinished_3; } inline void set_onFinished_3(Action_1_t269755560 * value) { ___onFinished_3 = value; Il2CppCodeGenWriteBarrier((&___onFinished_3), value); } inline static int32_t get_offset_of_cleanup_4() { return static_cast(offsetof(U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717, ___cleanup_4)); } inline Action_t1264377477 * get_cleanup_4() const { return ___cleanup_4; } inline Action_t1264377477 ** get_address_of_cleanup_4() { return &___cleanup_4; } inline void set_cleanup_4(Action_t1264377477 * value) { ___cleanup_4 = value; Il2CppCodeGenWriteBarrier((&___cleanup_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSHOWCONFIRMBOXU3EC__ANONSTOREY1_T2911972717_H #ifndef UNITYEVENTBASE_T3960448221_H #define UNITYEVENTBASE_T3960448221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEventBase struct UnityEventBase_t3960448221 : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_t2498835369 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t3050769227 * ___m_PersistentCalls_1; // System.String UnityEngine.Events.UnityEventBase::m_TypeName String_t* ___m_TypeName_2; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_3; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_Calls_0)); } inline InvokableCallList_t2498835369 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_t2498835369 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_t2498835369 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((&___m_Calls_0), value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t3050769227 * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t3050769227 ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t3050769227 * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((&___m_PersistentCalls_1), value); } inline static int32_t get_offset_of_m_TypeName_2() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_TypeName_2)); } inline String_t* get_m_TypeName_2() const { return ___m_TypeName_2; } inline String_t** get_address_of_m_TypeName_2() { return &___m_TypeName_2; } inline void set_m_TypeName_2(String_t* value) { ___m_TypeName_2 = value; Il2CppCodeGenWriteBarrier((&___m_TypeName_2), value); } inline static int32_t get_offset_of_m_CallsDirty_3() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_CallsDirty_3)); } inline bool get_m_CallsDirty_3() const { return ___m_CallsDirty_3; } inline bool* get_address_of_m_CallsDirty_3() { return &___m_CallsDirty_3; } inline void set_m_CallsDirty_3(bool value) { ___m_CallsDirty_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENTBASE_T3960448221_H #ifndef FOO2PARENT_T2989525831_H #define FOO2PARENT_T2989525831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Foo2Parent struct Foo2Parent_t2989525831 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FOO2PARENT_T2989525831_H #ifndef U3CMAKEREFLECTIONWRAPU3EC__ANONSTOREY6_T3325522233_H #define U3CMAKEREFLECTIONWRAPU3EC__ANONSTOREY6_T3325522233_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/c__AnonStorey6 struct U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 : public RuntimeObject { public: // System.String XLua.Utils/c__AnonStorey6::fieldName String_t* ___fieldName_0; public: inline static int32_t get_offset_of_fieldName_0() { return static_cast(offsetof(U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233, ___fieldName_0)); } inline String_t* get_fieldName_0() const { return ___fieldName_0; } inline String_t** get_address_of_fieldName_0() { return &___fieldName_0; } inline void set_fieldName_0(String_t* value) { ___fieldName_0 = value; Il2CppCodeGenWriteBarrier((&___fieldName_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMAKEREFLECTIONWRAPU3EC__ANONSTOREY6_T3325522233_H #ifndef U3CU3E__ANONTYPE1_2_T1850431884_H #define U3CU3E__ANONTYPE1_2_T1850431884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // <>__AnonType1`2 struct U3CU3E__AnonType1_2_t1850431884 : public RuntimeObject { public: // __T <>__AnonType1`2:: Type_t * ___U3CtypeU3E_0; // __T <>__AnonType1`2:: MethodInfo_t * ___U3CmethodU3E_1; public: inline static int32_t get_offset_of_U3CtypeU3E_0() { return static_cast(offsetof(U3CU3E__AnonType1_2_t1850431884, ___U3CtypeU3E_0)); } inline Type_t * get_U3CtypeU3E_0() const { return ___U3CtypeU3E_0; } inline Type_t ** get_address_of_U3CtypeU3E_0() { return &___U3CtypeU3E_0; } inline void set_U3CtypeU3E_0(Type_t * value) { ___U3CtypeU3E_0 = value; Il2CppCodeGenWriteBarrier((&___U3CtypeU3E_0), value); } inline static int32_t get_offset_of_U3CmethodU3E_1() { return static_cast(offsetof(U3CU3E__AnonType1_2_t1850431884, ___U3CmethodU3E_1)); } inline MethodInfo_t * get_U3CmethodU3E_1() const { return ___U3CmethodU3E_1; } inline MethodInfo_t ** get_address_of_U3CmethodU3E_1() { return &___U3CmethodU3E_1; } inline void set_U3CmethodU3E_1(MethodInfo_t * value) { ___U3CmethodU3E_1 = value; Il2CppCodeGenWriteBarrier((&___U3CmethodU3E_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3E__ANONTYPE1_2_T1850431884_H #ifndef DICTIONARY_2_T3301826201_H #define DICTIONARY_2_T3301826201_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3301826201 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots IEnumerable_1U5BU5D_t1843318652* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3301826201, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3301826201, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3301826201, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3301826201, ___valueSlots_7)); } inline IEnumerable_1U5BU5D_t1843318652* get_valueSlots_7() const { return ___valueSlots_7; } inline IEnumerable_1U5BU5D_t1843318652** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IEnumerable_1U5BU5D_t1843318652* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3301826201, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3301826201, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3301826201, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3301826201, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3301826201, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3301826201, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3301826201, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3301826201_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2123813663 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3301826201_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2123813663 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2123813663 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2123813663 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3301826201_H #ifndef U3CGENENUMCASTFROMU3EC__ANONSTOREY5_T3968984592_H #define U3CGENENUMCASTFROMU3EC__ANONSTOREY5_T3968984592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/c__AnonStorey5 struct U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592 : public RuntimeObject { public: // System.Type XLua.Utils/c__AnonStorey5::type Type_t * ___type_0; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENENUMCASTFROMU3EC__ANONSTOREY5_T3968984592_H #ifndef U3CGENITEMSETTERU3EC__ANONSTOREY4_T4087281777_H #define U3CGENITEMSETTERU3EC__ANONSTOREY4_T4087281777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/c__AnonStorey4 struct U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 : public RuntimeObject { public: // System.Type XLua.Utils/c__AnonStorey4::type Type_t * ___type_0; // System.Reflection.PropertyInfo[] XLua.Utils/c__AnonStorey4::props PropertyInfoU5BU5D_t1461822886* ___props_1; // System.Type[] XLua.Utils/c__AnonStorey4::params_type TypeU5BU5D_t3940880105* ___params_type_2; // System.Object[] XLua.Utils/c__AnonStorey4::arg ObjectU5BU5D_t2843939325* ___arg_3; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CgenItemSetterU3Ec__AnonStorey4_t4087281777, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_props_1() { return static_cast(offsetof(U3CgenItemSetterU3Ec__AnonStorey4_t4087281777, ___props_1)); } inline PropertyInfoU5BU5D_t1461822886* get_props_1() const { return ___props_1; } inline PropertyInfoU5BU5D_t1461822886** get_address_of_props_1() { return &___props_1; } inline void set_props_1(PropertyInfoU5BU5D_t1461822886* value) { ___props_1 = value; Il2CppCodeGenWriteBarrier((&___props_1), value); } inline static int32_t get_offset_of_params_type_2() { return static_cast(offsetof(U3CgenItemSetterU3Ec__AnonStorey4_t4087281777, ___params_type_2)); } inline TypeU5BU5D_t3940880105* get_params_type_2() const { return ___params_type_2; } inline TypeU5BU5D_t3940880105** get_address_of_params_type_2() { return &___params_type_2; } inline void set_params_type_2(TypeU5BU5D_t3940880105* value) { ___params_type_2 = value; Il2CppCodeGenWriteBarrier((&___params_type_2), value); } inline static int32_t get_offset_of_arg_3() { return static_cast(offsetof(U3CgenItemSetterU3Ec__AnonStorey4_t4087281777, ___arg_3)); } inline ObjectU5BU5D_t2843939325* get_arg_3() const { return ___arg_3; } inline ObjectU5BU5D_t2843939325** get_address_of_arg_3() { return &___arg_3; } inline void set_arg_3(ObjectU5BU5D_t2843939325* value) { ___arg_3 = value; Il2CppCodeGenWriteBarrier((&___arg_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENITEMSETTERU3EC__ANONSTOREY4_T4087281777_H #ifndef U3CGENITEMGETTERU3EC__ANONSTOREY3_T2586604495_H #define U3CGENITEMGETTERU3EC__ANONSTOREY3_T2586604495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/c__AnonStorey3 struct U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 : public RuntimeObject { public: // System.Type XLua.Utils/c__AnonStorey3::type Type_t * ___type_0; // System.Reflection.PropertyInfo[] XLua.Utils/c__AnonStorey3::props PropertyInfoU5BU5D_t1461822886* ___props_1; // System.Type[] XLua.Utils/c__AnonStorey3::params_type TypeU5BU5D_t3940880105* ___params_type_2; // System.Object[] XLua.Utils/c__AnonStorey3::arg ObjectU5BU5D_t2843939325* ___arg_3; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CgenItemGetterU3Ec__AnonStorey3_t2586604495, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_props_1() { return static_cast(offsetof(U3CgenItemGetterU3Ec__AnonStorey3_t2586604495, ___props_1)); } inline PropertyInfoU5BU5D_t1461822886* get_props_1() const { return ___props_1; } inline PropertyInfoU5BU5D_t1461822886** get_address_of_props_1() { return &___props_1; } inline void set_props_1(PropertyInfoU5BU5D_t1461822886* value) { ___props_1 = value; Il2CppCodeGenWriteBarrier((&___props_1), value); } inline static int32_t get_offset_of_params_type_2() { return static_cast(offsetof(U3CgenItemGetterU3Ec__AnonStorey3_t2586604495, ___params_type_2)); } inline TypeU5BU5D_t3940880105* get_params_type_2() const { return ___params_type_2; } inline TypeU5BU5D_t3940880105** get_address_of_params_type_2() { return &___params_type_2; } inline void set_params_type_2(TypeU5BU5D_t3940880105* value) { ___params_type_2 = value; Il2CppCodeGenWriteBarrier((&___params_type_2), value); } inline static int32_t get_offset_of_arg_3() { return static_cast(offsetof(U3CgenItemGetterU3Ec__AnonStorey3_t2586604495, ___arg_3)); } inline ObjectU5BU5D_t2843939325* get_arg_3() const { return ___arg_3; } inline ObjectU5BU5D_t2843939325** get_address_of_arg_3() { return &___arg_3; } inline void set_arg_3(ObjectU5BU5D_t2843939325* value) { ___arg_3 = value; Il2CppCodeGenWriteBarrier((&___arg_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENITEMGETTERU3EC__ANONSTOREY3_T2586604495_H #ifndef U3CGENFIELDSETTERU3EC__ANONSTOREY2_T395947661_H #define U3CGENFIELDSETTERU3EC__ANONSTOREY2_T395947661_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/c__AnonStorey2 struct U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 : public RuntimeObject { public: // System.Reflection.FieldInfo XLua.Utils/c__AnonStorey2::field FieldInfo_t * ___field_0; // System.Type XLua.Utils/c__AnonStorey2::type Type_t * ___type_1; public: inline static int32_t get_offset_of_field_0() { return static_cast(offsetof(U3CgenFieldSetterU3Ec__AnonStorey2_t395947661, ___field_0)); } inline FieldInfo_t * get_field_0() const { return ___field_0; } inline FieldInfo_t ** get_address_of_field_0() { return &___field_0; } inline void set_field_0(FieldInfo_t * value) { ___field_0 = value; Il2CppCodeGenWriteBarrier((&___field_0), value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(U3CgenFieldSetterU3Ec__AnonStorey2_t395947661, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((&___type_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENFIELDSETTERU3EC__ANONSTOREY2_T395947661_H #ifndef U3CGENFIELDGETTERU3EC__ANONSTOREY1_T3014708513_H #define U3CGENFIELDGETTERU3EC__ANONSTOREY1_T3014708513_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/c__AnonStorey1 struct U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 : public RuntimeObject { public: // System.Reflection.FieldInfo XLua.Utils/c__AnonStorey1::field FieldInfo_t * ___field_0; // System.Type XLua.Utils/c__AnonStorey1::type Type_t * ___type_1; public: inline static int32_t get_offset_of_field_0() { return static_cast(offsetof(U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513, ___field_0)); } inline FieldInfo_t * get_field_0() const { return ___field_0; } inline FieldInfo_t ** get_address_of_field_0() { return &___field_0; } inline void set_field_0(FieldInfo_t * value) { ___field_0 = value; Il2CppCodeGenWriteBarrier((&___field_0), value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((&___type_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENFIELDGETTERU3EC__ANONSTOREY1_T3014708513_H #ifndef LIST_1_T2159416693_H #define LIST_1_T2159416693_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2159416693 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PropertyInfoU5BU5D_t1461822886* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2159416693, ____items_1)); } inline PropertyInfoU5BU5D_t1461822886* get__items_1() const { return ____items_1; } inline PropertyInfoU5BU5D_t1461822886** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PropertyInfoU5BU5D_t1461822886* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2159416693, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2159416693, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2159416693_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PropertyInfoU5BU5D_t1461822886* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2159416693_StaticFields, ___EmptyArray_4)); } inline PropertyInfoU5BU5D_t1461822886* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PropertyInfoU5BU5D_t1461822886** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PropertyInfoU5BU5D_t1461822886* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2159416693_H #ifndef FOO1PARENT_T2989525798_H #define FOO1PARENT_T2989525798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Foo1Parent struct Foo1Parent_t2989525798 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FOO1PARENT_T2989525798_H #ifndef FOO_T3658800796_H #define FOO_T3658800796_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Foo struct Foo_t3658800796 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FOO_T3658800796_H #ifndef COROUTINECONFIG_T4255814790_H #define COROUTINECONFIG_T4255814790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.CoroutineConfig struct CoroutineConfig_t4255814790 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COROUTINECONFIG_T4255814790_H #ifndef BASETESTHELPER_T112367212_H #define BASETESTHELPER_T112367212_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.BaseTestHelper struct BaseTestHelper_t112367212 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASETESTHELPER_T112367212_H #ifndef U3CREFLECTIONWRAPU3EC__ANONSTOREY8_T1185367866_H #define U3CREFLECTIONWRAPU3EC__ANONSTOREY8_T1185367866_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/c__AnonStorey8 struct U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 : public RuntimeObject { public: // System.Type XLua.Utils/c__AnonStorey8::type Type_t * ___type_0; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CReflectionWrapU3Ec__AnonStorey8_t1185367866, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREFLECTIONWRAPU3EC__ANONSTOREY8_T1185367866_H #ifndef U3CLAZYREFLECTIONCALLU3EC__ANONSTOREY7_T3206657173_H #define U3CLAZYREFLECTIONCALLU3EC__ANONSTOREY7_T3206657173_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/c__AnonStorey7 struct U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 : public RuntimeObject { public: // System.String XLua.Utils/c__AnonStorey7::memberName String_t* ___memberName_0; public: inline static int32_t get_offset_of_memberName_0() { return static_cast(offsetof(U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173, ___memberName_0)); } inline String_t* get_memberName_0() const { return ___memberName_0; } inline String_t** get_address_of_memberName_0() { return &___memberName_0; } inline void set_memberName_0(String_t* value) { ___memberName_0 = value; Il2CppCodeGenWriteBarrier((&___memberName_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CLAZYREFLECTIONCALLU3EC__ANONSTOREY7_T3206657173_H #ifndef DICTIONARY_2_T1632706988_H #define DICTIONARY_2_T1632706988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots StringU5BU5D_t1281789340* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1632706988, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1632706988, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1632706988, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1632706988, ___valueSlots_7)); } inline StringU5BU5D_t1281789340* get_valueSlots_7() const { return ___valueSlots_7; } inline StringU5BU5D_t1281789340** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StringU5BU5D_t1281789340* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1632706988, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1632706988, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1632706988, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1632706988, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1632706988, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1632706988, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1632706988, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1632706988_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t132201056 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1632706988_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t132201056 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t132201056 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t132201056 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1632706988_H #ifndef LIST_1_T557109187_H #define LIST_1_T557109187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t557109187 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MemberInfoU5BU5D_t1302094432* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t557109187, ____items_1)); } inline MemberInfoU5BU5D_t1302094432* get__items_1() const { return ____items_1; } inline MemberInfoU5BU5D_t1302094432** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MemberInfoU5BU5D_t1302094432* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t557109187, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t557109187, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t557109187_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray MemberInfoU5BU5D_t1302094432* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t557109187_StaticFields, ___EmptyArray_4)); } inline MemberInfoU5BU5D_t1302094432* get_EmptyArray_4() const { return ___EmptyArray_4; } inline MemberInfoU5BU5D_t1302094432** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(MemberInfoU5BU5D_t1302094432* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T557109187_H #ifndef DICTIONARY_2_T4260183246_H #define DICTIONARY_2_T4260183246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4260183246 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots MethodKeyU5BU5D_t904639804* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t202711506* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t4260183246, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t4260183246, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t4260183246, ___keySlots_6)); } inline MethodKeyU5BU5D_t904639804* get_keySlots_6() const { return ___keySlots_6; } inline MethodKeyU5BU5D_t904639804** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(MethodKeyU5BU5D_t904639804* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t4260183246, ___valueSlots_7)); } inline List_1U5BU5D_t202711506* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t202711506** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t202711506* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t4260183246, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t4260183246, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t4260183246, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t4260183246, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t4260183246, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t4260183246, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t4260183246, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t4260183246_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t30143606 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t4260183246_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t30143606 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t30143606 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t30143606 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4260183246_H #ifndef U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY1_T3746058897_H #define U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY1_T3746058897_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey1 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 : public RuntimeObject { public: // System.Reflection.MethodInfo XLua.ObjectTranslator/c__AnonStorey1::methodInfo MethodInfo_t * ___methodInfo_0; // XLua.ObjectTranslator/c__AnonStorey0 XLua.ObjectTranslator/c__AnonStorey1::<>f__ref$0 U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * ___U3CU3Ef__refU240_1; public: inline static int32_t get_offset_of_methodInfo_0() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897, ___methodInfo_0)); } inline MethodInfo_t * get_methodInfo_0() const { return ___methodInfo_0; } inline MethodInfo_t ** get_address_of_methodInfo_0() { return &___methodInfo_0; } inline void set_methodInfo_0(MethodInfo_t * value) { ___methodInfo_0 = value; Il2CppCodeGenWriteBarrier((&___methodInfo_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU240_1() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897, ___U3CU3Ef__refU240_1)); } inline U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * get_U3CU3Ef__refU240_1() const { return ___U3CU3Ef__refU240_1; } inline U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 ** get_address_of_U3CU3Ef__refU240_1() { return &___U3CU3Ef__refU240_1; } inline void set_U3CU3Ef__refU240_1(U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * value) { ___U3CU3Ef__refU240_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY1_T3746058897_H #ifndef U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY0_T1407406737_H #define U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY0_T1407406737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey0 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 : public RuntimeObject { public: // System.Type XLua.ObjectTranslator/c__AnonStorey0::delegateType Type_t * ___delegateType_0; public: inline static int32_t get_offset_of_delegateType_0() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737, ___delegateType_0)); } inline Type_t * get_delegateType_0() const { return ___delegateType_0; } inline Type_t ** get_address_of_delegateType_0() { return &___delegateType_0; } inline void set_delegateType_0(Type_t * value) { ___delegateType_0 = value; Il2CppCodeGenWriteBarrier((&___delegateType_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY0_T1407406737_H #ifndef U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY2_T1025069713_H #define U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY2_T1025069713_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey2 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 : public RuntimeObject { public: // System.Reflection.MethodInfo XLua.ObjectTranslator/c__AnonStorey2::genericMethodInfo MethodInfo_t * ___genericMethodInfo_0; // XLua.ObjectTranslator/c__AnonStorey0 XLua.ObjectTranslator/c__AnonStorey2::<>f__ref$0 U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * ___U3CU3Ef__refU240_1; public: inline static int32_t get_offset_of_genericMethodInfo_0() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713, ___genericMethodInfo_0)); } inline MethodInfo_t * get_genericMethodInfo_0() const { return ___genericMethodInfo_0; } inline MethodInfo_t ** get_address_of_genericMethodInfo_0() { return &___genericMethodInfo_0; } inline void set_genericMethodInfo_0(MethodInfo_t * value) { ___genericMethodInfo_0 = value; Il2CppCodeGenWriteBarrier((&___genericMethodInfo_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU240_1() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713, ___U3CU3Ef__refU240_1)); } inline U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * get_U3CU3Ef__refU240_1() const { return ___U3CU3Ef__refU240_1; } inline U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 ** get_address_of_U3CU3Ef__refU240_1() { return &___U3CU3Ef__refU240_1; } inline void set_U3CU3Ef__refU240_1(U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * value) { ___U3CU3Ef__refU240_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY2_T1025069713_H #ifndef INITERADDERXLUATESTPEDDING_T2424681114_H #define INITERADDERXLUATESTPEDDING_T2424681114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/IniterAdderXLuaTestPedding struct IniterAdderXLuaTestPedding_t2424681114 : public RuntimeObject { public: public: }; struct IniterAdderXLuaTestPedding_t2424681114_StaticFields { public: // System.Action`2 XLua.ObjectTranslator/IniterAdderXLuaTestPedding::<>f__mg$cache0 Action_2_t3161010 * ___U3CU3Ef__mgU24cache0_0; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_0() { return static_cast(offsetof(IniterAdderXLuaTestPedding_t2424681114_StaticFields, ___U3CU3Ef__mgU24cache0_0)); } inline Action_2_t3161010 * get_U3CU3Ef__mgU24cache0_0() const { return ___U3CU3Ef__mgU24cache0_0; } inline Action_2_t3161010 ** get_address_of_U3CU3Ef__mgU24cache0_0() { return &___U3CU3Ef__mgU24cache0_0; } inline void set_U3CU3Ef__mgU24cache0_0(Action_2_t3161010 * value) { ___U3CU3Ef__mgU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INITERADDERXLUATESTPEDDING_T2424681114_H #ifndef OBJECTTRANSLATOR_T2020767555_H #define OBJECTTRANSLATOR_T2020767555_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator struct ObjectTranslator_t2020767555 : public RuntimeObject { public: // XLua.MethodWrapsCache XLua.ObjectTranslator::methodWrapsCache MethodWrapsCache_t113059333 * ___methodWrapsCache_0; // XLua.ObjectCheckers XLua.ObjectTranslator::objectCheckers ObjectCheckers_t1922409879 * ___objectCheckers_1; // XLua.ObjectCasters XLua.ObjectTranslator::objectCasters ObjectCasters_t3722364209 * ___objectCasters_2; // XLua.ObjectPool XLua.ObjectTranslator::objects ObjectPool_t1928582859 * ___objects_3; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::reverseMap Dictionary_2_t3384741 * ___reverseMap_4; // XLua.LuaEnv XLua.ObjectTranslator::luaEnv LuaEnv_t2152703515 * ___luaEnv_5; // XLua.StaticLuaCallbacks XLua.ObjectTranslator::metaFunctions StaticLuaCallbacks_t3406648379 * ___metaFunctions_6; // System.Collections.Generic.List`1 XLua.ObjectTranslator::assemblies List_1_t1279540245 * ___assemblies_7; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::importTypeFunction lua_CSFunction_t883524059 * ___importTypeFunction_8; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::loadAssemblyFunction lua_CSFunction_t883524059 * ___loadAssemblyFunction_9; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::castFunction lua_CSFunction_t883524059 * ___castFunction_10; // System.Collections.Generic.Dictionary`2> XLua.ObjectTranslator::delayWrap Dictionary_2_t3456964840 * ___delayWrap_11; // System.Collections.Generic.Dictionary`2> XLua.ObjectTranslator::interfaceBridgeCreators Dictionary_2_t1325155278 * ___interfaceBridgeCreators_12; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::aliasCfg Dictionary_2_t633324528 * ___aliasCfg_13; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::loaded_types Dictionary_2_t2541635029 * ___loaded_types_14; // System.Int32 XLua.ObjectTranslator::cacheRef int32_t ___cacheRef_15; // System.Reflection.MethodInfo[] XLua.ObjectTranslator::genericAction MethodInfoU5BU5D_t2572182361* ___genericAction_16; // System.Reflection.MethodInfo[] XLua.ObjectTranslator::genericFunc MethodInfoU5BU5D_t2572182361* ___genericFunc_17; // System.Collections.Generic.Dictionary`2> XLua.ObjectTranslator::delegateCreatorCache Dictionary_2_t3427006295 * ___delegateCreatorCache_18; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::delegate_bridges Dictionary_2_t223600047 * ___delegate_bridges_19; // System.Int32 XLua.ObjectTranslator::common_array_meta int32_t ___common_array_meta_20; // System.Int32 XLua.ObjectTranslator::common_delegate_meta int32_t ___common_delegate_meta_21; // System.Int32 XLua.ObjectTranslator::enumerable_pairs_func int32_t ___enumerable_pairs_func_22; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::typeIdMap Dictionary_2_t1100325521 * ___typeIdMap_23; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::typeMap Dictionary_2_t1372658091 * ___typeMap_24; // System.Collections.Generic.HashSet`1 XLua.ObjectTranslator::privateAccessibleFlags HashSet_1_t1048894234 * ___privateAccessibleFlags_25; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::enumMap Dictionary_2_t3384741 * ___enumMap_26; // System.Collections.Generic.List`1 XLua.ObjectTranslator::fix_cs_functions List_1_t2355598801 * ___fix_cs_functions_27; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::custom_push_funcs Dictionary_2_t974727102 * ___custom_push_funcs_28; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::custom_get_funcs Dictionary_2_t3199299591 * ___custom_get_funcs_29; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::custom_update_funcs Dictionary_2_t2411574205 * ___custom_update_funcs_30; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::push_func_with_type Dictionary_2_t3632739877 * ___push_func_with_type_31; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::get_func_with_type Dictionary_2_t3632739877 * ___get_func_with_type_32; // System.Int32 XLua.ObjectTranslator::decimal_type_id int32_t ___decimal_type_id_33; // System.Int32 XLua.ObjectTranslator::XLuaTestPedding_TypeID int32_t ___XLuaTestPedding_TypeID_35; // System.Int32 XLua.ObjectTranslator::XLuaTestMyStruct_TypeID int32_t ___XLuaTestMyStruct_TypeID_36; // System.Int32 XLua.ObjectTranslator::XLuaTestPushAsTableStruct_TypeID int32_t ___XLuaTestPushAsTableStruct_TypeID_37; // System.Int32 XLua.ObjectTranslator::UnityEngineVector2_TypeID int32_t ___UnityEngineVector2_TypeID_38; // System.Int32 XLua.ObjectTranslator::UnityEngineVector3_TypeID int32_t ___UnityEngineVector3_TypeID_39; // System.Int32 XLua.ObjectTranslator::UnityEngineVector4_TypeID int32_t ___UnityEngineVector4_TypeID_40; // System.Int32 XLua.ObjectTranslator::UnityEngineColor_TypeID int32_t ___UnityEngineColor_TypeID_41; // System.Int32 XLua.ObjectTranslator::UnityEngineQuaternion_TypeID int32_t ___UnityEngineQuaternion_TypeID_42; // System.Int32 XLua.ObjectTranslator::UnityEngineRay_TypeID int32_t ___UnityEngineRay_TypeID_43; // System.Int32 XLua.ObjectTranslator::UnityEngineBounds_TypeID int32_t ___UnityEngineBounds_TypeID_44; // System.Int32 XLua.ObjectTranslator::UnityEngineRay2D_TypeID int32_t ___UnityEngineRay2D_TypeID_45; // System.Int32 XLua.ObjectTranslator::DGTweeningAutoPlay_TypeID int32_t ___DGTweeningAutoPlay_TypeID_46; // System.Int32 XLua.ObjectTranslator::DGTweeningAutoPlay_EnumRef int32_t ___DGTweeningAutoPlay_EnumRef_47; // System.Int32 XLua.ObjectTranslator::DGTweeningAxisConstraint_TypeID int32_t ___DGTweeningAxisConstraint_TypeID_48; // System.Int32 XLua.ObjectTranslator::DGTweeningAxisConstraint_EnumRef int32_t ___DGTweeningAxisConstraint_EnumRef_49; // System.Int32 XLua.ObjectTranslator::DGTweeningEase_TypeID int32_t ___DGTweeningEase_TypeID_50; // System.Int32 XLua.ObjectTranslator::DGTweeningEase_EnumRef int32_t ___DGTweeningEase_EnumRef_51; // System.Int32 XLua.ObjectTranslator::DGTweeningLogBehaviour_TypeID int32_t ___DGTweeningLogBehaviour_TypeID_52; // System.Int32 XLua.ObjectTranslator::DGTweeningLogBehaviour_EnumRef int32_t ___DGTweeningLogBehaviour_EnumRef_53; // System.Int32 XLua.ObjectTranslator::DGTweeningLoopType_TypeID int32_t ___DGTweeningLoopType_TypeID_54; // System.Int32 XLua.ObjectTranslator::DGTweeningLoopType_EnumRef int32_t ___DGTweeningLoopType_EnumRef_55; // System.Int32 XLua.ObjectTranslator::DGTweeningPathMode_TypeID int32_t ___DGTweeningPathMode_TypeID_56; // System.Int32 XLua.ObjectTranslator::DGTweeningPathMode_EnumRef int32_t ___DGTweeningPathMode_EnumRef_57; // System.Int32 XLua.ObjectTranslator::DGTweeningPathType_TypeID int32_t ___DGTweeningPathType_TypeID_58; // System.Int32 XLua.ObjectTranslator::DGTweeningPathType_EnumRef int32_t ___DGTweeningPathType_EnumRef_59; // System.Int32 XLua.ObjectTranslator::DGTweeningRotateMode_TypeID int32_t ___DGTweeningRotateMode_TypeID_60; // System.Int32 XLua.ObjectTranslator::DGTweeningRotateMode_EnumRef int32_t ___DGTweeningRotateMode_EnumRef_61; // System.Int32 XLua.ObjectTranslator::DGTweeningScrambleMode_TypeID int32_t ___DGTweeningScrambleMode_TypeID_62; // System.Int32 XLua.ObjectTranslator::DGTweeningScrambleMode_EnumRef int32_t ___DGTweeningScrambleMode_EnumRef_63; // System.Int32 XLua.ObjectTranslator::DGTweeningTweenType_TypeID int32_t ___DGTweeningTweenType_TypeID_64; // System.Int32 XLua.ObjectTranslator::DGTweeningTweenType_EnumRef int32_t ___DGTweeningTweenType_EnumRef_65; // System.Int32 XLua.ObjectTranslator::DGTweeningUpdateType_TypeID int32_t ___DGTweeningUpdateType_TypeID_66; // System.Int32 XLua.ObjectTranslator::DGTweeningUpdateType_EnumRef int32_t ___DGTweeningUpdateType_EnumRef_67; // System.Int32 XLua.ObjectTranslator::XLuaTestMyEnum_TypeID int32_t ___XLuaTestMyEnum_TypeID_68; // System.Int32 XLua.ObjectTranslator::XLuaTestMyEnum_EnumRef int32_t ___XLuaTestMyEnum_EnumRef_69; public: inline static int32_t get_offset_of_methodWrapsCache_0() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___methodWrapsCache_0)); } inline MethodWrapsCache_t113059333 * get_methodWrapsCache_0() const { return ___methodWrapsCache_0; } inline MethodWrapsCache_t113059333 ** get_address_of_methodWrapsCache_0() { return &___methodWrapsCache_0; } inline void set_methodWrapsCache_0(MethodWrapsCache_t113059333 * value) { ___methodWrapsCache_0 = value; Il2CppCodeGenWriteBarrier((&___methodWrapsCache_0), value); } inline static int32_t get_offset_of_objectCheckers_1() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___objectCheckers_1)); } inline ObjectCheckers_t1922409879 * get_objectCheckers_1() const { return ___objectCheckers_1; } inline ObjectCheckers_t1922409879 ** get_address_of_objectCheckers_1() { return &___objectCheckers_1; } inline void set_objectCheckers_1(ObjectCheckers_t1922409879 * value) { ___objectCheckers_1 = value; Il2CppCodeGenWriteBarrier((&___objectCheckers_1), value); } inline static int32_t get_offset_of_objectCasters_2() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___objectCasters_2)); } inline ObjectCasters_t3722364209 * get_objectCasters_2() const { return ___objectCasters_2; } inline ObjectCasters_t3722364209 ** get_address_of_objectCasters_2() { return &___objectCasters_2; } inline void set_objectCasters_2(ObjectCasters_t3722364209 * value) { ___objectCasters_2 = value; Il2CppCodeGenWriteBarrier((&___objectCasters_2), value); } inline static int32_t get_offset_of_objects_3() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___objects_3)); } inline ObjectPool_t1928582859 * get_objects_3() const { return ___objects_3; } inline ObjectPool_t1928582859 ** get_address_of_objects_3() { return &___objects_3; } inline void set_objects_3(ObjectPool_t1928582859 * value) { ___objects_3 = value; Il2CppCodeGenWriteBarrier((&___objects_3), value); } inline static int32_t get_offset_of_reverseMap_4() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___reverseMap_4)); } inline Dictionary_2_t3384741 * get_reverseMap_4() const { return ___reverseMap_4; } inline Dictionary_2_t3384741 ** get_address_of_reverseMap_4() { return &___reverseMap_4; } inline void set_reverseMap_4(Dictionary_2_t3384741 * value) { ___reverseMap_4 = value; Il2CppCodeGenWriteBarrier((&___reverseMap_4), value); } inline static int32_t get_offset_of_luaEnv_5() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___luaEnv_5)); } inline LuaEnv_t2152703515 * get_luaEnv_5() const { return ___luaEnv_5; } inline LuaEnv_t2152703515 ** get_address_of_luaEnv_5() { return &___luaEnv_5; } inline void set_luaEnv_5(LuaEnv_t2152703515 * value) { ___luaEnv_5 = value; Il2CppCodeGenWriteBarrier((&___luaEnv_5), value); } inline static int32_t get_offset_of_metaFunctions_6() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___metaFunctions_6)); } inline StaticLuaCallbacks_t3406648379 * get_metaFunctions_6() const { return ___metaFunctions_6; } inline StaticLuaCallbacks_t3406648379 ** get_address_of_metaFunctions_6() { return &___metaFunctions_6; } inline void set_metaFunctions_6(StaticLuaCallbacks_t3406648379 * value) { ___metaFunctions_6 = value; Il2CppCodeGenWriteBarrier((&___metaFunctions_6), value); } inline static int32_t get_offset_of_assemblies_7() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___assemblies_7)); } inline List_1_t1279540245 * get_assemblies_7() const { return ___assemblies_7; } inline List_1_t1279540245 ** get_address_of_assemblies_7() { return &___assemblies_7; } inline void set_assemblies_7(List_1_t1279540245 * value) { ___assemblies_7 = value; Il2CppCodeGenWriteBarrier((&___assemblies_7), value); } inline static int32_t get_offset_of_importTypeFunction_8() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___importTypeFunction_8)); } inline lua_CSFunction_t883524059 * get_importTypeFunction_8() const { return ___importTypeFunction_8; } inline lua_CSFunction_t883524059 ** get_address_of_importTypeFunction_8() { return &___importTypeFunction_8; } inline void set_importTypeFunction_8(lua_CSFunction_t883524059 * value) { ___importTypeFunction_8 = value; Il2CppCodeGenWriteBarrier((&___importTypeFunction_8), value); } inline static int32_t get_offset_of_loadAssemblyFunction_9() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___loadAssemblyFunction_9)); } inline lua_CSFunction_t883524059 * get_loadAssemblyFunction_9() const { return ___loadAssemblyFunction_9; } inline lua_CSFunction_t883524059 ** get_address_of_loadAssemblyFunction_9() { return &___loadAssemblyFunction_9; } inline void set_loadAssemblyFunction_9(lua_CSFunction_t883524059 * value) { ___loadAssemblyFunction_9 = value; Il2CppCodeGenWriteBarrier((&___loadAssemblyFunction_9), value); } inline static int32_t get_offset_of_castFunction_10() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___castFunction_10)); } inline lua_CSFunction_t883524059 * get_castFunction_10() const { return ___castFunction_10; } inline lua_CSFunction_t883524059 ** get_address_of_castFunction_10() { return &___castFunction_10; } inline void set_castFunction_10(lua_CSFunction_t883524059 * value) { ___castFunction_10 = value; Il2CppCodeGenWriteBarrier((&___castFunction_10), value); } inline static int32_t get_offset_of_delayWrap_11() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___delayWrap_11)); } inline Dictionary_2_t3456964840 * get_delayWrap_11() const { return ___delayWrap_11; } inline Dictionary_2_t3456964840 ** get_address_of_delayWrap_11() { return &___delayWrap_11; } inline void set_delayWrap_11(Dictionary_2_t3456964840 * value) { ___delayWrap_11 = value; Il2CppCodeGenWriteBarrier((&___delayWrap_11), value); } inline static int32_t get_offset_of_interfaceBridgeCreators_12() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___interfaceBridgeCreators_12)); } inline Dictionary_2_t1325155278 * get_interfaceBridgeCreators_12() const { return ___interfaceBridgeCreators_12; } inline Dictionary_2_t1325155278 ** get_address_of_interfaceBridgeCreators_12() { return &___interfaceBridgeCreators_12; } inline void set_interfaceBridgeCreators_12(Dictionary_2_t1325155278 * value) { ___interfaceBridgeCreators_12 = value; Il2CppCodeGenWriteBarrier((&___interfaceBridgeCreators_12), value); } inline static int32_t get_offset_of_aliasCfg_13() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___aliasCfg_13)); } inline Dictionary_2_t633324528 * get_aliasCfg_13() const { return ___aliasCfg_13; } inline Dictionary_2_t633324528 ** get_address_of_aliasCfg_13() { return &___aliasCfg_13; } inline void set_aliasCfg_13(Dictionary_2_t633324528 * value) { ___aliasCfg_13 = value; Il2CppCodeGenWriteBarrier((&___aliasCfg_13), value); } inline static int32_t get_offset_of_loaded_types_14() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___loaded_types_14)); } inline Dictionary_2_t2541635029 * get_loaded_types_14() const { return ___loaded_types_14; } inline Dictionary_2_t2541635029 ** get_address_of_loaded_types_14() { return &___loaded_types_14; } inline void set_loaded_types_14(Dictionary_2_t2541635029 * value) { ___loaded_types_14 = value; Il2CppCodeGenWriteBarrier((&___loaded_types_14), value); } inline static int32_t get_offset_of_cacheRef_15() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___cacheRef_15)); } inline int32_t get_cacheRef_15() const { return ___cacheRef_15; } inline int32_t* get_address_of_cacheRef_15() { return &___cacheRef_15; } inline void set_cacheRef_15(int32_t value) { ___cacheRef_15 = value; } inline static int32_t get_offset_of_genericAction_16() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___genericAction_16)); } inline MethodInfoU5BU5D_t2572182361* get_genericAction_16() const { return ___genericAction_16; } inline MethodInfoU5BU5D_t2572182361** get_address_of_genericAction_16() { return &___genericAction_16; } inline void set_genericAction_16(MethodInfoU5BU5D_t2572182361* value) { ___genericAction_16 = value; Il2CppCodeGenWriteBarrier((&___genericAction_16), value); } inline static int32_t get_offset_of_genericFunc_17() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___genericFunc_17)); } inline MethodInfoU5BU5D_t2572182361* get_genericFunc_17() const { return ___genericFunc_17; } inline MethodInfoU5BU5D_t2572182361** get_address_of_genericFunc_17() { return &___genericFunc_17; } inline void set_genericFunc_17(MethodInfoU5BU5D_t2572182361* value) { ___genericFunc_17 = value; Il2CppCodeGenWriteBarrier((&___genericFunc_17), value); } inline static int32_t get_offset_of_delegateCreatorCache_18() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___delegateCreatorCache_18)); } inline Dictionary_2_t3427006295 * get_delegateCreatorCache_18() const { return ___delegateCreatorCache_18; } inline Dictionary_2_t3427006295 ** get_address_of_delegateCreatorCache_18() { return &___delegateCreatorCache_18; } inline void set_delegateCreatorCache_18(Dictionary_2_t3427006295 * value) { ___delegateCreatorCache_18 = value; Il2CppCodeGenWriteBarrier((&___delegateCreatorCache_18), value); } inline static int32_t get_offset_of_delegate_bridges_19() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___delegate_bridges_19)); } inline Dictionary_2_t223600047 * get_delegate_bridges_19() const { return ___delegate_bridges_19; } inline Dictionary_2_t223600047 ** get_address_of_delegate_bridges_19() { return &___delegate_bridges_19; } inline void set_delegate_bridges_19(Dictionary_2_t223600047 * value) { ___delegate_bridges_19 = value; Il2CppCodeGenWriteBarrier((&___delegate_bridges_19), value); } inline static int32_t get_offset_of_common_array_meta_20() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___common_array_meta_20)); } inline int32_t get_common_array_meta_20() const { return ___common_array_meta_20; } inline int32_t* get_address_of_common_array_meta_20() { return &___common_array_meta_20; } inline void set_common_array_meta_20(int32_t value) { ___common_array_meta_20 = value; } inline static int32_t get_offset_of_common_delegate_meta_21() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___common_delegate_meta_21)); } inline int32_t get_common_delegate_meta_21() const { return ___common_delegate_meta_21; } inline int32_t* get_address_of_common_delegate_meta_21() { return &___common_delegate_meta_21; } inline void set_common_delegate_meta_21(int32_t value) { ___common_delegate_meta_21 = value; } inline static int32_t get_offset_of_enumerable_pairs_func_22() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___enumerable_pairs_func_22)); } inline int32_t get_enumerable_pairs_func_22() const { return ___enumerable_pairs_func_22; } inline int32_t* get_address_of_enumerable_pairs_func_22() { return &___enumerable_pairs_func_22; } inline void set_enumerable_pairs_func_22(int32_t value) { ___enumerable_pairs_func_22 = value; } inline static int32_t get_offset_of_typeIdMap_23() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___typeIdMap_23)); } inline Dictionary_2_t1100325521 * get_typeIdMap_23() const { return ___typeIdMap_23; } inline Dictionary_2_t1100325521 ** get_address_of_typeIdMap_23() { return &___typeIdMap_23; } inline void set_typeIdMap_23(Dictionary_2_t1100325521 * value) { ___typeIdMap_23 = value; Il2CppCodeGenWriteBarrier((&___typeIdMap_23), value); } inline static int32_t get_offset_of_typeMap_24() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___typeMap_24)); } inline Dictionary_2_t1372658091 * get_typeMap_24() const { return ___typeMap_24; } inline Dictionary_2_t1372658091 ** get_address_of_typeMap_24() { return &___typeMap_24; } inline void set_typeMap_24(Dictionary_2_t1372658091 * value) { ___typeMap_24 = value; Il2CppCodeGenWriteBarrier((&___typeMap_24), value); } inline static int32_t get_offset_of_privateAccessibleFlags_25() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___privateAccessibleFlags_25)); } inline HashSet_1_t1048894234 * get_privateAccessibleFlags_25() const { return ___privateAccessibleFlags_25; } inline HashSet_1_t1048894234 ** get_address_of_privateAccessibleFlags_25() { return &___privateAccessibleFlags_25; } inline void set_privateAccessibleFlags_25(HashSet_1_t1048894234 * value) { ___privateAccessibleFlags_25 = value; Il2CppCodeGenWriteBarrier((&___privateAccessibleFlags_25), value); } inline static int32_t get_offset_of_enumMap_26() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___enumMap_26)); } inline Dictionary_2_t3384741 * get_enumMap_26() const { return ___enumMap_26; } inline Dictionary_2_t3384741 ** get_address_of_enumMap_26() { return &___enumMap_26; } inline void set_enumMap_26(Dictionary_2_t3384741 * value) { ___enumMap_26 = value; Il2CppCodeGenWriteBarrier((&___enumMap_26), value); } inline static int32_t get_offset_of_fix_cs_functions_27() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___fix_cs_functions_27)); } inline List_1_t2355598801 * get_fix_cs_functions_27() const { return ___fix_cs_functions_27; } inline List_1_t2355598801 ** get_address_of_fix_cs_functions_27() { return &___fix_cs_functions_27; } inline void set_fix_cs_functions_27(List_1_t2355598801 * value) { ___fix_cs_functions_27 = value; Il2CppCodeGenWriteBarrier((&___fix_cs_functions_27), value); } inline static int32_t get_offset_of_custom_push_funcs_28() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___custom_push_funcs_28)); } inline Dictionary_2_t974727102 * get_custom_push_funcs_28() const { return ___custom_push_funcs_28; } inline Dictionary_2_t974727102 ** get_address_of_custom_push_funcs_28() { return &___custom_push_funcs_28; } inline void set_custom_push_funcs_28(Dictionary_2_t974727102 * value) { ___custom_push_funcs_28 = value; Il2CppCodeGenWriteBarrier((&___custom_push_funcs_28), value); } inline static int32_t get_offset_of_custom_get_funcs_29() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___custom_get_funcs_29)); } inline Dictionary_2_t3199299591 * get_custom_get_funcs_29() const { return ___custom_get_funcs_29; } inline Dictionary_2_t3199299591 ** get_address_of_custom_get_funcs_29() { return &___custom_get_funcs_29; } inline void set_custom_get_funcs_29(Dictionary_2_t3199299591 * value) { ___custom_get_funcs_29 = value; Il2CppCodeGenWriteBarrier((&___custom_get_funcs_29), value); } inline static int32_t get_offset_of_custom_update_funcs_30() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___custom_update_funcs_30)); } inline Dictionary_2_t2411574205 * get_custom_update_funcs_30() const { return ___custom_update_funcs_30; } inline Dictionary_2_t2411574205 ** get_address_of_custom_update_funcs_30() { return &___custom_update_funcs_30; } inline void set_custom_update_funcs_30(Dictionary_2_t2411574205 * value) { ___custom_update_funcs_30 = value; Il2CppCodeGenWriteBarrier((&___custom_update_funcs_30), value); } inline static int32_t get_offset_of_push_func_with_type_31() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___push_func_with_type_31)); } inline Dictionary_2_t3632739877 * get_push_func_with_type_31() const { return ___push_func_with_type_31; } inline Dictionary_2_t3632739877 ** get_address_of_push_func_with_type_31() { return &___push_func_with_type_31; } inline void set_push_func_with_type_31(Dictionary_2_t3632739877 * value) { ___push_func_with_type_31 = value; Il2CppCodeGenWriteBarrier((&___push_func_with_type_31), value); } inline static int32_t get_offset_of_get_func_with_type_32() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___get_func_with_type_32)); } inline Dictionary_2_t3632739877 * get_get_func_with_type_32() const { return ___get_func_with_type_32; } inline Dictionary_2_t3632739877 ** get_address_of_get_func_with_type_32() { return &___get_func_with_type_32; } inline void set_get_func_with_type_32(Dictionary_2_t3632739877 * value) { ___get_func_with_type_32 = value; Il2CppCodeGenWriteBarrier((&___get_func_with_type_32), value); } inline static int32_t get_offset_of_decimal_type_id_33() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___decimal_type_id_33)); } inline int32_t get_decimal_type_id_33() const { return ___decimal_type_id_33; } inline int32_t* get_address_of_decimal_type_id_33() { return &___decimal_type_id_33; } inline void set_decimal_type_id_33(int32_t value) { ___decimal_type_id_33 = value; } inline static int32_t get_offset_of_XLuaTestPedding_TypeID_35() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestPedding_TypeID_35)); } inline int32_t get_XLuaTestPedding_TypeID_35() const { return ___XLuaTestPedding_TypeID_35; } inline int32_t* get_address_of_XLuaTestPedding_TypeID_35() { return &___XLuaTestPedding_TypeID_35; } inline void set_XLuaTestPedding_TypeID_35(int32_t value) { ___XLuaTestPedding_TypeID_35 = value; } inline static int32_t get_offset_of_XLuaTestMyStruct_TypeID_36() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestMyStruct_TypeID_36)); } inline int32_t get_XLuaTestMyStruct_TypeID_36() const { return ___XLuaTestMyStruct_TypeID_36; } inline int32_t* get_address_of_XLuaTestMyStruct_TypeID_36() { return &___XLuaTestMyStruct_TypeID_36; } inline void set_XLuaTestMyStruct_TypeID_36(int32_t value) { ___XLuaTestMyStruct_TypeID_36 = value; } inline static int32_t get_offset_of_XLuaTestPushAsTableStruct_TypeID_37() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestPushAsTableStruct_TypeID_37)); } inline int32_t get_XLuaTestPushAsTableStruct_TypeID_37() const { return ___XLuaTestPushAsTableStruct_TypeID_37; } inline int32_t* get_address_of_XLuaTestPushAsTableStruct_TypeID_37() { return &___XLuaTestPushAsTableStruct_TypeID_37; } inline void set_XLuaTestPushAsTableStruct_TypeID_37(int32_t value) { ___XLuaTestPushAsTableStruct_TypeID_37 = value; } inline static int32_t get_offset_of_UnityEngineVector2_TypeID_38() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineVector2_TypeID_38)); } inline int32_t get_UnityEngineVector2_TypeID_38() const { return ___UnityEngineVector2_TypeID_38; } inline int32_t* get_address_of_UnityEngineVector2_TypeID_38() { return &___UnityEngineVector2_TypeID_38; } inline void set_UnityEngineVector2_TypeID_38(int32_t value) { ___UnityEngineVector2_TypeID_38 = value; } inline static int32_t get_offset_of_UnityEngineVector3_TypeID_39() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineVector3_TypeID_39)); } inline int32_t get_UnityEngineVector3_TypeID_39() const { return ___UnityEngineVector3_TypeID_39; } inline int32_t* get_address_of_UnityEngineVector3_TypeID_39() { return &___UnityEngineVector3_TypeID_39; } inline void set_UnityEngineVector3_TypeID_39(int32_t value) { ___UnityEngineVector3_TypeID_39 = value; } inline static int32_t get_offset_of_UnityEngineVector4_TypeID_40() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineVector4_TypeID_40)); } inline int32_t get_UnityEngineVector4_TypeID_40() const { return ___UnityEngineVector4_TypeID_40; } inline int32_t* get_address_of_UnityEngineVector4_TypeID_40() { return &___UnityEngineVector4_TypeID_40; } inline void set_UnityEngineVector4_TypeID_40(int32_t value) { ___UnityEngineVector4_TypeID_40 = value; } inline static int32_t get_offset_of_UnityEngineColor_TypeID_41() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineColor_TypeID_41)); } inline int32_t get_UnityEngineColor_TypeID_41() const { return ___UnityEngineColor_TypeID_41; } inline int32_t* get_address_of_UnityEngineColor_TypeID_41() { return &___UnityEngineColor_TypeID_41; } inline void set_UnityEngineColor_TypeID_41(int32_t value) { ___UnityEngineColor_TypeID_41 = value; } inline static int32_t get_offset_of_UnityEngineQuaternion_TypeID_42() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineQuaternion_TypeID_42)); } inline int32_t get_UnityEngineQuaternion_TypeID_42() const { return ___UnityEngineQuaternion_TypeID_42; } inline int32_t* get_address_of_UnityEngineQuaternion_TypeID_42() { return &___UnityEngineQuaternion_TypeID_42; } inline void set_UnityEngineQuaternion_TypeID_42(int32_t value) { ___UnityEngineQuaternion_TypeID_42 = value; } inline static int32_t get_offset_of_UnityEngineRay_TypeID_43() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineRay_TypeID_43)); } inline int32_t get_UnityEngineRay_TypeID_43() const { return ___UnityEngineRay_TypeID_43; } inline int32_t* get_address_of_UnityEngineRay_TypeID_43() { return &___UnityEngineRay_TypeID_43; } inline void set_UnityEngineRay_TypeID_43(int32_t value) { ___UnityEngineRay_TypeID_43 = value; } inline static int32_t get_offset_of_UnityEngineBounds_TypeID_44() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineBounds_TypeID_44)); } inline int32_t get_UnityEngineBounds_TypeID_44() const { return ___UnityEngineBounds_TypeID_44; } inline int32_t* get_address_of_UnityEngineBounds_TypeID_44() { return &___UnityEngineBounds_TypeID_44; } inline void set_UnityEngineBounds_TypeID_44(int32_t value) { ___UnityEngineBounds_TypeID_44 = value; } inline static int32_t get_offset_of_UnityEngineRay2D_TypeID_45() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineRay2D_TypeID_45)); } inline int32_t get_UnityEngineRay2D_TypeID_45() const { return ___UnityEngineRay2D_TypeID_45; } inline int32_t* get_address_of_UnityEngineRay2D_TypeID_45() { return &___UnityEngineRay2D_TypeID_45; } inline void set_UnityEngineRay2D_TypeID_45(int32_t value) { ___UnityEngineRay2D_TypeID_45 = value; } inline static int32_t get_offset_of_DGTweeningAutoPlay_TypeID_46() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAutoPlay_TypeID_46)); } inline int32_t get_DGTweeningAutoPlay_TypeID_46() const { return ___DGTweeningAutoPlay_TypeID_46; } inline int32_t* get_address_of_DGTweeningAutoPlay_TypeID_46() { return &___DGTweeningAutoPlay_TypeID_46; } inline void set_DGTweeningAutoPlay_TypeID_46(int32_t value) { ___DGTweeningAutoPlay_TypeID_46 = value; } inline static int32_t get_offset_of_DGTweeningAutoPlay_EnumRef_47() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAutoPlay_EnumRef_47)); } inline int32_t get_DGTweeningAutoPlay_EnumRef_47() const { return ___DGTweeningAutoPlay_EnumRef_47; } inline int32_t* get_address_of_DGTweeningAutoPlay_EnumRef_47() { return &___DGTweeningAutoPlay_EnumRef_47; } inline void set_DGTweeningAutoPlay_EnumRef_47(int32_t value) { ___DGTweeningAutoPlay_EnumRef_47 = value; } inline static int32_t get_offset_of_DGTweeningAxisConstraint_TypeID_48() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAxisConstraint_TypeID_48)); } inline int32_t get_DGTweeningAxisConstraint_TypeID_48() const { return ___DGTweeningAxisConstraint_TypeID_48; } inline int32_t* get_address_of_DGTweeningAxisConstraint_TypeID_48() { return &___DGTweeningAxisConstraint_TypeID_48; } inline void set_DGTweeningAxisConstraint_TypeID_48(int32_t value) { ___DGTweeningAxisConstraint_TypeID_48 = value; } inline static int32_t get_offset_of_DGTweeningAxisConstraint_EnumRef_49() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAxisConstraint_EnumRef_49)); } inline int32_t get_DGTweeningAxisConstraint_EnumRef_49() const { return ___DGTweeningAxisConstraint_EnumRef_49; } inline int32_t* get_address_of_DGTweeningAxisConstraint_EnumRef_49() { return &___DGTweeningAxisConstraint_EnumRef_49; } inline void set_DGTweeningAxisConstraint_EnumRef_49(int32_t value) { ___DGTweeningAxisConstraint_EnumRef_49 = value; } inline static int32_t get_offset_of_DGTweeningEase_TypeID_50() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningEase_TypeID_50)); } inline int32_t get_DGTweeningEase_TypeID_50() const { return ___DGTweeningEase_TypeID_50; } inline int32_t* get_address_of_DGTweeningEase_TypeID_50() { return &___DGTweeningEase_TypeID_50; } inline void set_DGTweeningEase_TypeID_50(int32_t value) { ___DGTweeningEase_TypeID_50 = value; } inline static int32_t get_offset_of_DGTweeningEase_EnumRef_51() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningEase_EnumRef_51)); } inline int32_t get_DGTweeningEase_EnumRef_51() const { return ___DGTweeningEase_EnumRef_51; } inline int32_t* get_address_of_DGTweeningEase_EnumRef_51() { return &___DGTweeningEase_EnumRef_51; } inline void set_DGTweeningEase_EnumRef_51(int32_t value) { ___DGTweeningEase_EnumRef_51 = value; } inline static int32_t get_offset_of_DGTweeningLogBehaviour_TypeID_52() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLogBehaviour_TypeID_52)); } inline int32_t get_DGTweeningLogBehaviour_TypeID_52() const { return ___DGTweeningLogBehaviour_TypeID_52; } inline int32_t* get_address_of_DGTweeningLogBehaviour_TypeID_52() { return &___DGTweeningLogBehaviour_TypeID_52; } inline void set_DGTweeningLogBehaviour_TypeID_52(int32_t value) { ___DGTweeningLogBehaviour_TypeID_52 = value; } inline static int32_t get_offset_of_DGTweeningLogBehaviour_EnumRef_53() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLogBehaviour_EnumRef_53)); } inline int32_t get_DGTweeningLogBehaviour_EnumRef_53() const { return ___DGTweeningLogBehaviour_EnumRef_53; } inline int32_t* get_address_of_DGTweeningLogBehaviour_EnumRef_53() { return &___DGTweeningLogBehaviour_EnumRef_53; } inline void set_DGTweeningLogBehaviour_EnumRef_53(int32_t value) { ___DGTweeningLogBehaviour_EnumRef_53 = value; } inline static int32_t get_offset_of_DGTweeningLoopType_TypeID_54() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLoopType_TypeID_54)); } inline int32_t get_DGTweeningLoopType_TypeID_54() const { return ___DGTweeningLoopType_TypeID_54; } inline int32_t* get_address_of_DGTweeningLoopType_TypeID_54() { return &___DGTweeningLoopType_TypeID_54; } inline void set_DGTweeningLoopType_TypeID_54(int32_t value) { ___DGTweeningLoopType_TypeID_54 = value; } inline static int32_t get_offset_of_DGTweeningLoopType_EnumRef_55() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLoopType_EnumRef_55)); } inline int32_t get_DGTweeningLoopType_EnumRef_55() const { return ___DGTweeningLoopType_EnumRef_55; } inline int32_t* get_address_of_DGTweeningLoopType_EnumRef_55() { return &___DGTweeningLoopType_EnumRef_55; } inline void set_DGTweeningLoopType_EnumRef_55(int32_t value) { ___DGTweeningLoopType_EnumRef_55 = value; } inline static int32_t get_offset_of_DGTweeningPathMode_TypeID_56() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathMode_TypeID_56)); } inline int32_t get_DGTweeningPathMode_TypeID_56() const { return ___DGTweeningPathMode_TypeID_56; } inline int32_t* get_address_of_DGTweeningPathMode_TypeID_56() { return &___DGTweeningPathMode_TypeID_56; } inline void set_DGTweeningPathMode_TypeID_56(int32_t value) { ___DGTweeningPathMode_TypeID_56 = value; } inline static int32_t get_offset_of_DGTweeningPathMode_EnumRef_57() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathMode_EnumRef_57)); } inline int32_t get_DGTweeningPathMode_EnumRef_57() const { return ___DGTweeningPathMode_EnumRef_57; } inline int32_t* get_address_of_DGTweeningPathMode_EnumRef_57() { return &___DGTweeningPathMode_EnumRef_57; } inline void set_DGTweeningPathMode_EnumRef_57(int32_t value) { ___DGTweeningPathMode_EnumRef_57 = value; } inline static int32_t get_offset_of_DGTweeningPathType_TypeID_58() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathType_TypeID_58)); } inline int32_t get_DGTweeningPathType_TypeID_58() const { return ___DGTweeningPathType_TypeID_58; } inline int32_t* get_address_of_DGTweeningPathType_TypeID_58() { return &___DGTweeningPathType_TypeID_58; } inline void set_DGTweeningPathType_TypeID_58(int32_t value) { ___DGTweeningPathType_TypeID_58 = value; } inline static int32_t get_offset_of_DGTweeningPathType_EnumRef_59() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathType_EnumRef_59)); } inline int32_t get_DGTweeningPathType_EnumRef_59() const { return ___DGTweeningPathType_EnumRef_59; } inline int32_t* get_address_of_DGTweeningPathType_EnumRef_59() { return &___DGTweeningPathType_EnumRef_59; } inline void set_DGTweeningPathType_EnumRef_59(int32_t value) { ___DGTweeningPathType_EnumRef_59 = value; } inline static int32_t get_offset_of_DGTweeningRotateMode_TypeID_60() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningRotateMode_TypeID_60)); } inline int32_t get_DGTweeningRotateMode_TypeID_60() const { return ___DGTweeningRotateMode_TypeID_60; } inline int32_t* get_address_of_DGTweeningRotateMode_TypeID_60() { return &___DGTweeningRotateMode_TypeID_60; } inline void set_DGTweeningRotateMode_TypeID_60(int32_t value) { ___DGTweeningRotateMode_TypeID_60 = value; } inline static int32_t get_offset_of_DGTweeningRotateMode_EnumRef_61() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningRotateMode_EnumRef_61)); } inline int32_t get_DGTweeningRotateMode_EnumRef_61() const { return ___DGTweeningRotateMode_EnumRef_61; } inline int32_t* get_address_of_DGTweeningRotateMode_EnumRef_61() { return &___DGTweeningRotateMode_EnumRef_61; } inline void set_DGTweeningRotateMode_EnumRef_61(int32_t value) { ___DGTweeningRotateMode_EnumRef_61 = value; } inline static int32_t get_offset_of_DGTweeningScrambleMode_TypeID_62() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningScrambleMode_TypeID_62)); } inline int32_t get_DGTweeningScrambleMode_TypeID_62() const { return ___DGTweeningScrambleMode_TypeID_62; } inline int32_t* get_address_of_DGTweeningScrambleMode_TypeID_62() { return &___DGTweeningScrambleMode_TypeID_62; } inline void set_DGTweeningScrambleMode_TypeID_62(int32_t value) { ___DGTweeningScrambleMode_TypeID_62 = value; } inline static int32_t get_offset_of_DGTweeningScrambleMode_EnumRef_63() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningScrambleMode_EnumRef_63)); } inline int32_t get_DGTweeningScrambleMode_EnumRef_63() const { return ___DGTweeningScrambleMode_EnumRef_63; } inline int32_t* get_address_of_DGTweeningScrambleMode_EnumRef_63() { return &___DGTweeningScrambleMode_EnumRef_63; } inline void set_DGTweeningScrambleMode_EnumRef_63(int32_t value) { ___DGTweeningScrambleMode_EnumRef_63 = value; } inline static int32_t get_offset_of_DGTweeningTweenType_TypeID_64() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningTweenType_TypeID_64)); } inline int32_t get_DGTweeningTweenType_TypeID_64() const { return ___DGTweeningTweenType_TypeID_64; } inline int32_t* get_address_of_DGTweeningTweenType_TypeID_64() { return &___DGTweeningTweenType_TypeID_64; } inline void set_DGTweeningTweenType_TypeID_64(int32_t value) { ___DGTweeningTweenType_TypeID_64 = value; } inline static int32_t get_offset_of_DGTweeningTweenType_EnumRef_65() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningTweenType_EnumRef_65)); } inline int32_t get_DGTweeningTweenType_EnumRef_65() const { return ___DGTweeningTweenType_EnumRef_65; } inline int32_t* get_address_of_DGTweeningTweenType_EnumRef_65() { return &___DGTweeningTweenType_EnumRef_65; } inline void set_DGTweeningTweenType_EnumRef_65(int32_t value) { ___DGTweeningTweenType_EnumRef_65 = value; } inline static int32_t get_offset_of_DGTweeningUpdateType_TypeID_66() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningUpdateType_TypeID_66)); } inline int32_t get_DGTweeningUpdateType_TypeID_66() const { return ___DGTweeningUpdateType_TypeID_66; } inline int32_t* get_address_of_DGTweeningUpdateType_TypeID_66() { return &___DGTweeningUpdateType_TypeID_66; } inline void set_DGTweeningUpdateType_TypeID_66(int32_t value) { ___DGTweeningUpdateType_TypeID_66 = value; } inline static int32_t get_offset_of_DGTweeningUpdateType_EnumRef_67() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningUpdateType_EnumRef_67)); } inline int32_t get_DGTweeningUpdateType_EnumRef_67() const { return ___DGTweeningUpdateType_EnumRef_67; } inline int32_t* get_address_of_DGTweeningUpdateType_EnumRef_67() { return &___DGTweeningUpdateType_EnumRef_67; } inline void set_DGTweeningUpdateType_EnumRef_67(int32_t value) { ___DGTweeningUpdateType_EnumRef_67 = value; } inline static int32_t get_offset_of_XLuaTestMyEnum_TypeID_68() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestMyEnum_TypeID_68)); } inline int32_t get_XLuaTestMyEnum_TypeID_68() const { return ___XLuaTestMyEnum_TypeID_68; } inline int32_t* get_address_of_XLuaTestMyEnum_TypeID_68() { return &___XLuaTestMyEnum_TypeID_68; } inline void set_XLuaTestMyEnum_TypeID_68(int32_t value) { ___XLuaTestMyEnum_TypeID_68 = value; } inline static int32_t get_offset_of_XLuaTestMyEnum_EnumRef_69() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestMyEnum_EnumRef_69)); } inline int32_t get_XLuaTestMyEnum_EnumRef_69() const { return ___XLuaTestMyEnum_EnumRef_69; } inline int32_t* get_address_of_XLuaTestMyEnum_EnumRef_69() { return &___XLuaTestMyEnum_EnumRef_69; } inline void set_XLuaTestMyEnum_EnumRef_69(int32_t value) { ___XLuaTestMyEnum_EnumRef_69 = value; } }; struct ObjectTranslator_t2020767555_StaticFields { public: // XLua.ObjectTranslator/IniterAdderXLuaTestPedding XLua.ObjectTranslator::s_IniterAdderXLuaTestPedding_dumb_obj IniterAdderXLuaTestPedding_t2424681114 * ___s_IniterAdderXLuaTestPedding_dumb_obj_34; // XLua.CSObjectWrap.XLua_Gen_Initer_Register__ XLua.ObjectTranslator::s_gen_reg_dumb_obj XLua_Gen_Initer_Register___t560736047 * ___s_gen_reg_dumb_obj_70; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache0 Func_2_t3487522507 * ___U3CU3Ef__amU24cache0_71; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache1 Func_2_t2046212999 * ___U3CU3Ef__amU24cache1_72; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache2 Func_2_t3487522507 * ___U3CU3Ef__amU24cache2_73; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache3 Func_2_t2046212999 * ___U3CU3Ef__amU24cache3_74; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache4 Func_2_t982659231 * ___U3CU3Ef__amU24cache4_75; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache5 Func_2_t982659231 * ___U3CU3Ef__amU24cache5_76; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache6 Func_2_t3692615456 * ___U3CU3Ef__amU24cache6_77; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache7 Func_2_t3487522507 * ___U3CU3Ef__amU24cache7_78; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_79; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_80; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_81; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_82; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_83; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache5 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache5_84; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache6 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache6_85; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache7 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache7_86; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache8 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache8_87; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache9 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache9_88; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cacheA lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheA_89; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cacheB lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheB_90; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cacheC lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheC_91; public: inline static int32_t get_offset_of_s_IniterAdderXLuaTestPedding_dumb_obj_34() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___s_IniterAdderXLuaTestPedding_dumb_obj_34)); } inline IniterAdderXLuaTestPedding_t2424681114 * get_s_IniterAdderXLuaTestPedding_dumb_obj_34() const { return ___s_IniterAdderXLuaTestPedding_dumb_obj_34; } inline IniterAdderXLuaTestPedding_t2424681114 ** get_address_of_s_IniterAdderXLuaTestPedding_dumb_obj_34() { return &___s_IniterAdderXLuaTestPedding_dumb_obj_34; } inline void set_s_IniterAdderXLuaTestPedding_dumb_obj_34(IniterAdderXLuaTestPedding_t2424681114 * value) { ___s_IniterAdderXLuaTestPedding_dumb_obj_34 = value; Il2CppCodeGenWriteBarrier((&___s_IniterAdderXLuaTestPedding_dumb_obj_34), value); } inline static int32_t get_offset_of_s_gen_reg_dumb_obj_70() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___s_gen_reg_dumb_obj_70)); } inline XLua_Gen_Initer_Register___t560736047 * get_s_gen_reg_dumb_obj_70() const { return ___s_gen_reg_dumb_obj_70; } inline XLua_Gen_Initer_Register___t560736047 ** get_address_of_s_gen_reg_dumb_obj_70() { return &___s_gen_reg_dumb_obj_70; } inline void set_s_gen_reg_dumb_obj_70(XLua_Gen_Initer_Register___t560736047 * value) { ___s_gen_reg_dumb_obj_70 = value; Il2CppCodeGenWriteBarrier((&___s_gen_reg_dumb_obj_70), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_71() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache0_71)); } inline Func_2_t3487522507 * get_U3CU3Ef__amU24cache0_71() const { return ___U3CU3Ef__amU24cache0_71; } inline Func_2_t3487522507 ** get_address_of_U3CU3Ef__amU24cache0_71() { return &___U3CU3Ef__amU24cache0_71; } inline void set_U3CU3Ef__amU24cache0_71(Func_2_t3487522507 * value) { ___U3CU3Ef__amU24cache0_71 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_71), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_72() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache1_72)); } inline Func_2_t2046212999 * get_U3CU3Ef__amU24cache1_72() const { return ___U3CU3Ef__amU24cache1_72; } inline Func_2_t2046212999 ** get_address_of_U3CU3Ef__amU24cache1_72() { return &___U3CU3Ef__amU24cache1_72; } inline void set_U3CU3Ef__amU24cache1_72(Func_2_t2046212999 * value) { ___U3CU3Ef__amU24cache1_72 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_72), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_73() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache2_73)); } inline Func_2_t3487522507 * get_U3CU3Ef__amU24cache2_73() const { return ___U3CU3Ef__amU24cache2_73; } inline Func_2_t3487522507 ** get_address_of_U3CU3Ef__amU24cache2_73() { return &___U3CU3Ef__amU24cache2_73; } inline void set_U3CU3Ef__amU24cache2_73(Func_2_t3487522507 * value) { ___U3CU3Ef__amU24cache2_73 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_73), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_74() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache3_74)); } inline Func_2_t2046212999 * get_U3CU3Ef__amU24cache3_74() const { return ___U3CU3Ef__amU24cache3_74; } inline Func_2_t2046212999 ** get_address_of_U3CU3Ef__amU24cache3_74() { return &___U3CU3Ef__amU24cache3_74; } inline void set_U3CU3Ef__amU24cache3_74(Func_2_t2046212999 * value) { ___U3CU3Ef__amU24cache3_74 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_74), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache4_75() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache4_75)); } inline Func_2_t982659231 * get_U3CU3Ef__amU24cache4_75() const { return ___U3CU3Ef__amU24cache4_75; } inline Func_2_t982659231 ** get_address_of_U3CU3Ef__amU24cache4_75() { return &___U3CU3Ef__amU24cache4_75; } inline void set_U3CU3Ef__amU24cache4_75(Func_2_t982659231 * value) { ___U3CU3Ef__amU24cache4_75 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache4_75), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache5_76() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache5_76)); } inline Func_2_t982659231 * get_U3CU3Ef__amU24cache5_76() const { return ___U3CU3Ef__amU24cache5_76; } inline Func_2_t982659231 ** get_address_of_U3CU3Ef__amU24cache5_76() { return &___U3CU3Ef__amU24cache5_76; } inline void set_U3CU3Ef__amU24cache5_76(Func_2_t982659231 * value) { ___U3CU3Ef__amU24cache5_76 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache5_76), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache6_77() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache6_77)); } inline Func_2_t3692615456 * get_U3CU3Ef__amU24cache6_77() const { return ___U3CU3Ef__amU24cache6_77; } inline Func_2_t3692615456 ** get_address_of_U3CU3Ef__amU24cache6_77() { return &___U3CU3Ef__amU24cache6_77; } inline void set_U3CU3Ef__amU24cache6_77(Func_2_t3692615456 * value) { ___U3CU3Ef__amU24cache6_77 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache6_77), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache7_78() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache7_78)); } inline Func_2_t3487522507 * get_U3CU3Ef__amU24cache7_78() const { return ___U3CU3Ef__amU24cache7_78; } inline Func_2_t3487522507 ** get_address_of_U3CU3Ef__amU24cache7_78() { return &___U3CU3Ef__amU24cache7_78; } inline void set_U3CU3Ef__amU24cache7_78(Func_2_t3487522507 * value) { ___U3CU3Ef__amU24cache7_78 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache7_78), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_79() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache0_79)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_79() const { return ___U3CU3Ef__mgU24cache0_79; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_79() { return &___U3CU3Ef__mgU24cache0_79; } inline void set_U3CU3Ef__mgU24cache0_79(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_79 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_79), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_80() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache1_80)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_80() const { return ___U3CU3Ef__mgU24cache1_80; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_80() { return &___U3CU3Ef__mgU24cache1_80; } inline void set_U3CU3Ef__mgU24cache1_80(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_80 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_80), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_81() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache2_81)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_81() const { return ___U3CU3Ef__mgU24cache2_81; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_81() { return &___U3CU3Ef__mgU24cache2_81; } inline void set_U3CU3Ef__mgU24cache2_81(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_81 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_81), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_82() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache3_82)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_82() const { return ___U3CU3Ef__mgU24cache3_82; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_82() { return &___U3CU3Ef__mgU24cache3_82; } inline void set_U3CU3Ef__mgU24cache3_82(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_82 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_82), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_83() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache4_83)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_83() const { return ___U3CU3Ef__mgU24cache4_83; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_83() { return &___U3CU3Ef__mgU24cache4_83; } inline void set_U3CU3Ef__mgU24cache4_83(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_83 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_83), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_84() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache5_84)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache5_84() const { return ___U3CU3Ef__mgU24cache5_84; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache5_84() { return &___U3CU3Ef__mgU24cache5_84; } inline void set_U3CU3Ef__mgU24cache5_84(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache5_84 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_84), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_85() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache6_85)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache6_85() const { return ___U3CU3Ef__mgU24cache6_85; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache6_85() { return &___U3CU3Ef__mgU24cache6_85; } inline void set_U3CU3Ef__mgU24cache6_85(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache6_85 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_85), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_86() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache7_86)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache7_86() const { return ___U3CU3Ef__mgU24cache7_86; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache7_86() { return &___U3CU3Ef__mgU24cache7_86; } inline void set_U3CU3Ef__mgU24cache7_86(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache7_86 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_86), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_87() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache8_87)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache8_87() const { return ___U3CU3Ef__mgU24cache8_87; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache8_87() { return &___U3CU3Ef__mgU24cache8_87; } inline void set_U3CU3Ef__mgU24cache8_87(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache8_87 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_87), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_88() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache9_88)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache9_88() const { return ___U3CU3Ef__mgU24cache9_88; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache9_88() { return &___U3CU3Ef__mgU24cache9_88; } inline void set_U3CU3Ef__mgU24cache9_88(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache9_88 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_88), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_89() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cacheA_89)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheA_89() const { return ___U3CU3Ef__mgU24cacheA_89; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheA_89() { return &___U3CU3Ef__mgU24cacheA_89; } inline void set_U3CU3Ef__mgU24cacheA_89(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheA_89 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_89), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_90() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cacheB_90)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheB_90() const { return ___U3CU3Ef__mgU24cacheB_90; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheB_90() { return &___U3CU3Ef__mgU24cacheB_90; } inline void set_U3CU3Ef__mgU24cacheB_90(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheB_90 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_90), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_91() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cacheC_91)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheC_91() const { return ___U3CU3Ef__mgU24cacheC_91; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheC_91() { return &___U3CU3Ef__mgU24cacheC_91; } inline void set_U3CU3Ef__mgU24cacheC_91(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheC_91 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_91), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTTRANSLATOR_T2020767555_H #ifndef U3CGETDELEGATEU3EC__ANONSTOREY3_T4152580592_H #define U3CGETDELEGATEU3EC__ANONSTOREY3_T4152580592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey3 struct U3CgetDelegateU3Ec__AnonStorey3_t4152580592 : public RuntimeObject { public: // System.Type XLua.ObjectTranslator/c__AnonStorey3::delegateType Type_t * ___delegateType_0; public: inline static int32_t get_offset_of_delegateType_0() { return static_cast(offsetof(U3CgetDelegateU3Ec__AnonStorey3_t4152580592, ___delegateType_0)); } inline Type_t * get_delegateType_0() const { return ___delegateType_0; } inline Type_t ** get_address_of_delegateType_0() { return &___delegateType_0; } inline void set_delegateType_0(Type_t * value) { ___delegateType_0 = value; Il2CppCodeGenWriteBarrier((&___delegateType_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETDELEGATEU3EC__ANONSTOREY3_T4152580592_H #ifndef U3CGETDELEGATEU3EC__ANONSTOREY4_T4152580591_H #define U3CGETDELEGATEU3EC__ANONSTOREY4_T4152580591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey4 struct U3CgetDelegateU3Ec__AnonStorey4_t4152580591 : public RuntimeObject { public: // System.Reflection.MethodInfo XLua.ObjectTranslator/c__AnonStorey4::foundMethod MethodInfo_t * ___foundMethod_0; // XLua.ObjectTranslator/c__AnonStorey3 XLua.ObjectTranslator/c__AnonStorey4::<>f__ref$3 U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * ___U3CU3Ef__refU243_1; public: inline static int32_t get_offset_of_foundMethod_0() { return static_cast(offsetof(U3CgetDelegateU3Ec__AnonStorey4_t4152580591, ___foundMethod_0)); } inline MethodInfo_t * get_foundMethod_0() const { return ___foundMethod_0; } inline MethodInfo_t ** get_address_of_foundMethod_0() { return &___foundMethod_0; } inline void set_foundMethod_0(MethodInfo_t * value) { ___foundMethod_0 = value; Il2CppCodeGenWriteBarrier((&___foundMethod_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU243_1() { return static_cast(offsetof(U3CgetDelegateU3Ec__AnonStorey4_t4152580591, ___U3CU3Ef__refU243_1)); } inline U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * get_U3CU3Ef__refU243_1() const { return ___U3CU3Ef__refU243_1; } inline U3CgetDelegateU3Ec__AnonStorey3_t4152580592 ** get_address_of_U3CU3Ef__refU243_1() { return &___U3CU3Ef__refU243_1; } inline void set_U3CU3Ef__refU243_1(U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * value) { ___U3CU3Ef__refU243_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU243_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETDELEGATEU3EC__ANONSTOREY4_T4152580591_H #ifndef UNITYEVENT_T2581268647_H #define UNITYEVENT_T2581268647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent struct UnityEvent_t2581268647 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_t2581268647, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_T2581268647_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef U24ARRAYTYPEU3D12_T2488454197_H #define U24ARRAYTYPEU3D12_T2488454197_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=12 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D12_t2488454197 { public: union { struct { }; uint8_t U24ArrayTypeU3D12_t2488454197__padding[12]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D12_T2488454197_H #ifndef LUAFUNCTION_T431395339_H #define LUAFUNCTION_T431395339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaFunction struct LuaFunction_t431395339 : public LuaBase_t1730675691 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAFUNCTION_T431395339_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef ENUMERATOR_T2324390777_H #define ENUMERATOR_T2324390777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2324390777 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t435146900 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current Chunk_t3258039454 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2324390777, ___l_0)); } inline List_1_t435146900 * get_l_0() const { return ___l_0; } inline List_1_t435146900 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t435146900 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2324390777, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2324390777, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2324390777, ___current_3)); } inline Chunk_t3258039454 * get_current_3() const { return ___current_3; } inline Chunk_t3258039454 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Chunk_t3258039454 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2324390777_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef STRUCTTEST_T3768119842_H #define STRUCTTEST_T3768119842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.StructTest struct StructTest_t3768119842 { public: // UnityEngine.GameObject XLuaTest.StructTest::go GameObject_t1113636619 * ___go_0; public: inline static int32_t get_offset_of_go_0() { return static_cast(offsetof(StructTest_t3768119842, ___go_0)); } inline GameObject_t1113636619 * get_go_0() const { return ___go_0; } inline GameObject_t1113636619 ** get_address_of_go_0() { return &___go_0; } inline void set_go_0(GameObject_t1113636619 * value) { ___go_0 = value; Il2CppCodeGenWriteBarrier((&___go_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of XLuaTest.StructTest struct StructTest_t3768119842_marshaled_pinvoke { GameObject_t1113636619 * ___go_0; }; // Native definition for COM marshalling of XLuaTest.StructTest struct StructTest_t3768119842_marshaled_com { GameObject_t1113636619 * ___go_0; }; #endif // STRUCTTEST_T3768119842_H #ifndef GENERICSTRUCT_1_T3812679264_H #define GENERICSTRUCT_1_T3812679264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.GenericStruct`1 struct GenericStruct_1_t3812679264 { public: // T XLuaTest.GenericStruct`1::a int32_t ___a_0; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(GenericStruct_1_t3812679264, ___a_0)); } inline int32_t get_a_0() const { return ___a_0; } inline int32_t* get_address_of_a_0() { return &___a_0; } inline void set_a_0(int32_t value) { ___a_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GENERICSTRUCT_1_T3812679264_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef QUATERNION_T2301928331_H #define QUATERNION_T2301928331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Quaternion struct Quaternion_t2301928331 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t2301928331, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t2301928331, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t2301928331, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t2301928331, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t2301928331_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t2301928331 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t2301928331_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t2301928331 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t2301928331 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t2301928331 value) { ___identityQuaternion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNION_T2301928331_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef _INNERSTRUCT_T1716632673_H #define _INNERSTRUCT_T1716632673_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.InnerTypeTest/_InnerStruct struct _InnerStruct_t1716632673 { public: // System.Int32 XLuaTest.InnerTypeTest/_InnerStruct::x int32_t ___x_0; // System.Int32 XLuaTest.InnerTypeTest/_InnerStruct::y int32_t ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(_InnerStruct_t1716632673, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(_InnerStruct_t1716632673, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // _INNERSTRUCT_T1716632673_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef LUATABLE_T1631611336_H #define LUATABLE_T1631611336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaTable struct LuaTable_t1631611336 : public LuaBase_t1730675691 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUATABLE_T1631611336_H #ifndef REFLECTIONUSEATTRIBUTE_T2403240161_H #define REFLECTIONUSEATTRIBUTE_T2403240161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ReflectionUseAttribute struct ReflectionUseAttribute_t2403240161 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONUSEATTRIBUTE_T2403240161_H #ifndef PROPERTYCHANGEDEVENTARGS_T688213017_H #define PROPERTYCHANGEDEVENTARGS_T688213017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.PropertyChangedEventArgs struct PropertyChangedEventArgs_t688213017 : public EventArgs_t3591816995 { public: // System.String XLuaTest.PropertyChangedEventArgs::name String_t* ___name_1; // System.Object XLuaTest.PropertyChangedEventArgs::value RuntimeObject * ___value_2; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(PropertyChangedEventArgs_t688213017, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(PropertyChangedEventArgs_t688213017, ___value_2)); } inline RuntimeObject * get_value_2() const { return ___value_2; } inline RuntimeObject ** get_address_of_value_2() { return &___value_2; } inline void set_value_2(RuntimeObject * value) { ___value_2 = value; Il2CppCodeGenWriteBarrier((&___value_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYCHANGEDEVENTARGS_T688213017_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef ENUMERATOR_T2146457487_H #define ENUMERATOR_T2146457487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2146457487 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t257213610 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2146457487, ___l_0)); } inline List_1_t257213610 * get_l_0() const { return ___l_0; } inline List_1_t257213610 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t257213610 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2146457487, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2146457487, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2146457487, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2146457487_H #ifndef SHA1_T1803193667_H #define SHA1_T1803193667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1 struct SHA1_t1803193667 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1_T1803193667_H #ifndef ENUMERATOR_T3827148840_H #define ENUMERATOR_T3827148840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t3827148840 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t1937904963 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current CustomLoader_t465830221 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t3827148840, ___l_0)); } inline List_1_t1937904963 * get_l_0() const { return ___l_0; } inline List_1_t1937904963 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t1937904963 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3827148840, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t3827148840, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3827148840, ___current_3)); } inline CustomLoader_t465830221 * get_current_3() const { return ___current_3; } inline CustomLoader_t465830221 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(CustomLoader_t465830221 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3827148840_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef LUAEXCEPTION_T1837158180_H #define LUAEXCEPTION_T1837158180_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaException struct LuaException_t1837158180 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAEXCEPTION_T1837158180_H #ifndef COLOR_T2555686324_H #define COLOR_T2555686324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color struct Color_t2555686324 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t2555686324, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t2555686324, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t2555686324, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t2555686324, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR_T2555686324_H #ifndef VECTOR2_T2156229523_H #define VECTOR2_T2156229523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2 struct Vector2_t2156229523 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_t2156229523, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_t2156229523, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_t2156229523_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t2156229523 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t2156229523 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t2156229523 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t2156229523 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t2156229523 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t2156229523 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t2156229523 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t2156229523 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___zeroVector_2)); } inline Vector2_t2156229523 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_t2156229523 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_t2156229523 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___oneVector_3)); } inline Vector2_t2156229523 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_t2156229523 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_t2156229523 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___upVector_4)); } inline Vector2_t2156229523 get_upVector_4() const { return ___upVector_4; } inline Vector2_t2156229523 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_t2156229523 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___downVector_5)); } inline Vector2_t2156229523 get_downVector_5() const { return ___downVector_5; } inline Vector2_t2156229523 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_t2156229523 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___leftVector_6)); } inline Vector2_t2156229523 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_t2156229523 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_t2156229523 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___rightVector_7)); } inline Vector2_t2156229523 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_t2156229523 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_t2156229523 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_t2156229523 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_t2156229523 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_t2156229523 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_t2156229523 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_t2156229523 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_t2156229523 value) { ___negativeInfinityVector_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2_T2156229523_H #ifndef ENUMERATOR_T1550296083_H #define ENUMERATOR_T1550296083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t1550296083 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3956019502 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current Type_t * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1550296083, ___l_0)); } inline List_1_t3956019502 * get_l_0() const { return ___l_0; } inline List_1_t3956019502 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3956019502 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1550296083, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t1550296083, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1550296083, ___current_3)); } inline Type_t * get_current_3() const { return ___current_3; } inline Type_t ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Type_t * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1550296083_H #ifndef FOO1CHILD_T2094589935_H #define FOO1CHILD_T2094589935_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Foo1Child struct Foo1Child_t2094589935 : public Foo1Parent_t2989525798 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FOO1CHILD_T2094589935_H #ifndef PEDDING_T3796070799_H #define PEDDING_T3796070799_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Pedding struct Pedding_t3796070799 { public: // System.Byte XLuaTest.Pedding::c uint8_t ___c_0; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(Pedding_t3796070799, ___c_0)); } inline uint8_t get_c_0() const { return ___c_0; } inline uint8_t* get_address_of_c_0() { return &___c_0; } inline void set_c_0(uint8_t value) { ___c_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PEDDING_T3796070799_H #ifndef VECTOR3_T3722313464_H #define VECTOR3_T3722313464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_t3722313464 { public: // System.Single UnityEngine.Vector3::x float ___x_1; // System.Single UnityEngine.Vector3::y float ___y_2; // System.Single UnityEngine.Vector3::z float ___z_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector3_t3722313464, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector3_t3722313464, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector3_t3722313464, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } }; struct Vector3_t3722313464_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t3722313464 ___zeroVector_4; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t3722313464 ___oneVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t3722313464 ___upVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t3722313464 ___downVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t3722313464 ___leftVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t3722313464 ___rightVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t3722313464 ___forwardVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t3722313464 ___backVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t3722313464 ___positiveInfinityVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t3722313464 ___negativeInfinityVector_13; public: inline static int32_t get_offset_of_zeroVector_4() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); } inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; } inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; } inline void set_zeroVector_4(Vector3_t3722313464 value) { ___zeroVector_4 = value; } inline static int32_t get_offset_of_oneVector_5() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); } inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; } inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; } inline void set_oneVector_5(Vector3_t3722313464 value) { ___oneVector_5 = value; } inline static int32_t get_offset_of_upVector_6() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); } inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; } inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; } inline void set_upVector_6(Vector3_t3722313464 value) { ___upVector_6 = value; } inline static int32_t get_offset_of_downVector_7() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); } inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; } inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; } inline void set_downVector_7(Vector3_t3722313464 value) { ___downVector_7 = value; } inline static int32_t get_offset_of_leftVector_8() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); } inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; } inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; } inline void set_leftVector_8(Vector3_t3722313464 value) { ___leftVector_8 = value; } inline static int32_t get_offset_of_rightVector_9() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); } inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; } inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; } inline void set_rightVector_9(Vector3_t3722313464 value) { ___rightVector_9 = value; } inline static int32_t get_offset_of_forwardVector_10() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); } inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; } inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; } inline void set_forwardVector_10(Vector3_t3722313464 value) { ___forwardVector_10 = value; } inline static int32_t get_offset_of_backVector_11() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); } inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; } inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; } inline void set_backVector_11(Vector3_t3722313464 value) { ___backVector_11 = value; } inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); } inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; } inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; } inline void set_positiveInfinityVector_12(Vector3_t3722313464 value) { ___positiveInfinityVector_12 = value; } inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); } inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; } inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; } inline void set_negativeInfinityVector_13(Vector3_t3722313464 value) { ___negativeInfinityVector_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_T3722313464_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef FOO2CHILD_T2094589966_H #define FOO2CHILD_T2094589966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Foo2Child struct Foo2Child_t2094589966 : public Foo2Parent_t2989525831 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FOO2CHILD_T2094589966_H #ifndef BASETESTBASE_1_T477807715_H #define BASETESTBASE_1_T477807715_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.BaseTestBase`1 struct BaseTestBase_1_t477807715 : public BaseTestHelper_t112367212 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASETESTBASE_1_T477807715_H #ifndef PUSHASTABLESTRUCT_T2836609445_H #define PUSHASTABLESTRUCT_T2836609445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.PushAsTableStruct struct PushAsTableStruct_t2836609445 { public: // System.Int32 XLuaTest.PushAsTableStruct::x int32_t ___x_0; // System.Int32 XLuaTest.PushAsTableStruct::y int32_t ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUSHASTABLESTRUCT_T2836609445_H #ifndef SPRITESTATE_T1362986479_H #define SPRITESTATE_T1362986479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.SpriteState struct SpriteState_t1362986479 { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t280657092 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t280657092 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t280657092 * ___m_DisabledSprite_2; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t1362986479, ___m_HighlightedSprite_0)); } inline Sprite_t280657092 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t280657092 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t280657092 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((&___m_HighlightedSprite_0), value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t1362986479, ___m_PressedSprite_1)); } inline Sprite_t280657092 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t280657092 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t280657092 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((&___m_PressedSprite_1), value); } inline static int32_t get_offset_of_m_DisabledSprite_2() { return static_cast(offsetof(SpriteState_t1362986479, ___m_DisabledSprite_2)); } inline Sprite_t280657092 * get_m_DisabledSprite_2() const { return ___m_DisabledSprite_2; } inline Sprite_t280657092 ** get_address_of_m_DisabledSprite_2() { return &___m_DisabledSprite_2; } inline void set_m_DisabledSprite_2(Sprite_t280657092 * value) { ___m_DisabledSprite_2 = value; Il2CppCodeGenWriteBarrier((&___m_DisabledSprite_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_pinvoke { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_com { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; #endif // SPRITESTATE_T1362986479_H #ifndef EVENTINFO_T_H #define EVENTINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.EventInfo struct EventInfo_t : public MemberInfo_t { public: // System.Reflection.EventInfo/AddEventAdapter System.Reflection.EventInfo::cached_add_event AddEventAdapter_t1787725097 * ___cached_add_event_0; public: inline static int32_t get_offset_of_cached_add_event_0() { return static_cast(offsetof(EventInfo_t, ___cached_add_event_0)); } inline AddEventAdapter_t1787725097 * get_cached_add_event_0() const { return ___cached_add_event_0; } inline AddEventAdapter_t1787725097 ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; } inline void set_cached_add_event_0(AddEventAdapter_t1787725097 * value) { ___cached_add_event_0 = value; Il2CppCodeGenWriteBarrier((&___cached_add_event_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTINFO_T_H #ifndef METHODKEY_T431904033_H #define METHODKEY_T431904033_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/MethodKey struct MethodKey_t431904033 { public: // System.String XLua.Utils/MethodKey::Name String_t* ___Name_0; // System.Boolean XLua.Utils/MethodKey::IsStatic bool ___IsStatic_1; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(MethodKey_t431904033, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((&___Name_0), value); } inline static int32_t get_offset_of_IsStatic_1() { return static_cast(offsetof(MethodKey_t431904033, ___IsStatic_1)); } inline bool get_IsStatic_1() const { return ___IsStatic_1; } inline bool* get_address_of_IsStatic_1() { return &___IsStatic_1; } inline void set_IsStatic_1(bool value) { ___IsStatic_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of XLua.Utils/MethodKey struct MethodKey_t431904033_marshaled_pinvoke { char* ___Name_0; int32_t ___IsStatic_1; }; // Native definition for COM marshalling of XLua.Utils/MethodKey struct MethodKey_t431904033_marshaled_com { Il2CppChar* ___Name_0; int32_t ___IsStatic_1; }; #endif // METHODKEY_T431904033_H #ifndef U24ARRAYTYPEU3D28_T173484549_H #define U24ARRAYTYPEU3D28_T173484549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=28 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D28_t173484549 { public: union { struct { }; uint8_t U24ArrayTypeU3D28_t173484549__padding[28]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D28_T173484549_H #ifndef U24ARRAYTYPEU3D112_T1514025265_H #define U24ARRAYTYPEU3D112_T1514025265_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=112 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D112_t1514025265 { public: union { struct { }; uint8_t U24ArrayTypeU3D112_t1514025265__padding[112]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D112_T1514025265_H #ifndef U24ARRAYTYPEU3D88_T2949422071_H #define U24ARRAYTYPEU3D88_T2949422071_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=88 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D88_t2949422071 { public: union { struct { }; uint8_t U24ArrayTypeU3D88_t2949422071__padding[88]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D88_T2949422071_H #ifndef U24ARRAYTYPEU3D24_T2467506694_H #define U24ARRAYTYPEU3D24_T2467506694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=24 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D24_t2467506694 { public: union { struct { }; uint8_t U24ArrayTypeU3D24_t2467506694__padding[24]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D24_T2467506694_H #ifndef TEMPLATEFORMATEXCEPTION_T583832403_H #define TEMPLATEFORMATEXCEPTION_T583832403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.TemplateEngine.TemplateFormatException struct TemplateFormatException_t583832403 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEMPLATEFORMATEXCEPTION_T583832403_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef RECT_T2360479859_H #define RECT_T2360479859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rect struct Rect_t2360479859 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t2360479859, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t2360479859, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t2360479859, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t2360479859, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECT_T2360479859_H #ifndef DELEGATEBRIDGEBASE_T3577089876_H #define DELEGATEBRIDGEBASE_T3577089876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.DelegateBridgeBase struct DelegateBridgeBase_t3577089876 : public LuaBase_t1730675691 { public: // System.Type XLua.DelegateBridgeBase::firstKey Type_t * ___firstKey_3; // System.Delegate XLua.DelegateBridgeBase::firstValue Delegate_t1188392813 * ___firstValue_4; // System.Collections.Generic.Dictionary`2 XLua.DelegateBridgeBase::bindTo Dictionary_2_t3632739877 * ___bindTo_5; // System.Int32 XLua.DelegateBridgeBase::errorFuncRef int32_t ___errorFuncRef_6; public: inline static int32_t get_offset_of_firstKey_3() { return static_cast(offsetof(DelegateBridgeBase_t3577089876, ___firstKey_3)); } inline Type_t * get_firstKey_3() const { return ___firstKey_3; } inline Type_t ** get_address_of_firstKey_3() { return &___firstKey_3; } inline void set_firstKey_3(Type_t * value) { ___firstKey_3 = value; Il2CppCodeGenWriteBarrier((&___firstKey_3), value); } inline static int32_t get_offset_of_firstValue_4() { return static_cast(offsetof(DelegateBridgeBase_t3577089876, ___firstValue_4)); } inline Delegate_t1188392813 * get_firstValue_4() const { return ___firstValue_4; } inline Delegate_t1188392813 ** get_address_of_firstValue_4() { return &___firstValue_4; } inline void set_firstValue_4(Delegate_t1188392813 * value) { ___firstValue_4 = value; Il2CppCodeGenWriteBarrier((&___firstValue_4), value); } inline static int32_t get_offset_of_bindTo_5() { return static_cast(offsetof(DelegateBridgeBase_t3577089876, ___bindTo_5)); } inline Dictionary_2_t3632739877 * get_bindTo_5() const { return ___bindTo_5; } inline Dictionary_2_t3632739877 ** get_address_of_bindTo_5() { return &___bindTo_5; } inline void set_bindTo_5(Dictionary_2_t3632739877 * value) { ___bindTo_5 = value; Il2CppCodeGenWriteBarrier((&___bindTo_5), value); } inline static int32_t get_offset_of_errorFuncRef_6() { return static_cast(offsetof(DelegateBridgeBase_t3577089876, ___errorFuncRef_6)); } inline int32_t get_errorFuncRef_6() const { return ___errorFuncRef_6; } inline int32_t* get_address_of_errorFuncRef_6() { return &___errorFuncRef_6; } inline void set_errorFuncRef_6(int32_t value) { ___errorFuncRef_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATEBRIDGEBASE_T3577089876_H #ifndef GCHANDLE_T3351438187_H #define GCHANDLE_T3351438187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.GCHandle struct GCHandle_t3351438187 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t3351438187, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GCHANDLE_T3351438187_H #ifndef VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_t3319028937, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_t3319028937, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_t3319028937, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_t3319028937, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef GROUP_T2468205786_H #define GROUP_T2468205786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Group struct Group_t2468205786 : public Capture_t2232016050 { public: // System.Boolean System.Text.RegularExpressions.Group::success bool ___success_4; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::captures CaptureCollection_t1760593541 * ___captures_5; public: inline static int32_t get_offset_of_success_4() { return static_cast(offsetof(Group_t2468205786, ___success_4)); } inline bool get_success_4() const { return ___success_4; } inline bool* get_address_of_success_4() { return &___success_4; } inline void set_success_4(bool value) { ___success_4 = value; } inline static int32_t get_offset_of_captures_5() { return static_cast(offsetof(Group_t2468205786, ___captures_5)); } inline CaptureCollection_t1760593541 * get_captures_5() const { return ___captures_5; } inline CaptureCollection_t1760593541 ** get_address_of_captures_5() { return &___captures_5; } inline void set_captures_5(CaptureCollection_t1760593541 * value) { ___captures_5 = value; Il2CppCodeGenWriteBarrier((&___captures_5), value); } }; struct Group_t2468205786_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::Fail Group_t2468205786 * ___Fail_3; public: inline static int32_t get_offset_of_Fail_3() { return static_cast(offsetof(Group_t2468205786_StaticFields, ___Fail_3)); } inline Group_t2468205786 * get_Fail_3() const { return ___Fail_3; } inline Group_t2468205786 ** get_address_of_Fail_3() { return &___Fail_3; } inline void set_Fail_3(Group_t2468205786 * value) { ___Fail_3 = value; Il2CppCodeGenWriteBarrier((&___Fail_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUP_T2468205786_H #ifndef RSA_T2385438082_H #define RSA_T2385438082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSA struct RSA_t2385438082 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSA_T2385438082_H #ifndef KEYVALUEPAIR_2_T2362888117_H #define KEYVALUEPAIR_2_T2362888117_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2> struct KeyValuePair_2_t2362888117 { public: // TKey System.Collections.Generic.KeyValuePair`2::key MethodKey_t431904033 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_t557109187 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2362888117, ___key_0)); } inline MethodKey_t431904033 get_key_0() const { return ___key_0; } inline MethodKey_t431904033 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(MethodKey_t431904033 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2362888117, ___value_1)); } inline List_1_t557109187 * get_value_1() const { return ___value_1; } inline List_1_t557109187 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_t557109187 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2362888117_H #ifndef KEYVALUEPAIR_2_T590917798_H #define KEYVALUEPAIR_2_T590917798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t590917798 { public: // TKey System.Collections.Generic.KeyValuePair`2::key MethodKey_t431904033 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t590917798, ___key_0)); } inline MethodKey_t431904033 get_key_0() const { return ___key_0; } inline MethodKey_t431904033 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(MethodKey_t431904033 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t590917798, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T590917798_H #ifndef MATCH_T3408321083_H #define MATCH_T3408321083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Match struct Match_t3408321083 : public Group_t2468205786 { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::regex Regex_t3657309853 * ___regex_6; // System.Text.RegularExpressions.IMachine System.Text.RegularExpressions.Match::machine RuntimeObject* ___machine_7; // System.Int32 System.Text.RegularExpressions.Match::text_length int32_t ___text_length_8; // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::groups GroupCollection_t69770484 * ___groups_9; public: inline static int32_t get_offset_of_regex_6() { return static_cast(offsetof(Match_t3408321083, ___regex_6)); } inline Regex_t3657309853 * get_regex_6() const { return ___regex_6; } inline Regex_t3657309853 ** get_address_of_regex_6() { return &___regex_6; } inline void set_regex_6(Regex_t3657309853 * value) { ___regex_6 = value; Il2CppCodeGenWriteBarrier((&___regex_6), value); } inline static int32_t get_offset_of_machine_7() { return static_cast(offsetof(Match_t3408321083, ___machine_7)); } inline RuntimeObject* get_machine_7() const { return ___machine_7; } inline RuntimeObject** get_address_of_machine_7() { return &___machine_7; } inline void set_machine_7(RuntimeObject* value) { ___machine_7 = value; Il2CppCodeGenWriteBarrier((&___machine_7), value); } inline static int32_t get_offset_of_text_length_8() { return static_cast(offsetof(Match_t3408321083, ___text_length_8)); } inline int32_t get_text_length_8() const { return ___text_length_8; } inline int32_t* get_address_of_text_length_8() { return &___text_length_8; } inline void set_text_length_8(int32_t value) { ___text_length_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(Match_t3408321083, ___groups_9)); } inline GroupCollection_t69770484 * get_groups_9() const { return ___groups_9; } inline GroupCollection_t69770484 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(GroupCollection_t69770484 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } }; struct Match_t3408321083_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::empty Match_t3408321083 * ___empty_10; public: inline static int32_t get_offset_of_empty_10() { return static_cast(offsetof(Match_t3408321083_StaticFields, ___empty_10)); } inline Match_t3408321083 * get_empty_10() const { return ___empty_10; } inline Match_t3408321083 ** get_address_of_empty_10() { return &___empty_10; } inline void set_empty_10(Match_t3408321083 * value) { ___empty_10 = value; Il2CppCodeGenWriteBarrier((&___empty_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCH_T3408321083_H #ifndef MYSTRUCT_T514849583_H #define MYSTRUCT_T514849583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyStruct struct MyStruct_t514849583 { public: // System.Int32 XLuaTest.MyStruct::a int32_t ___a_0; // System.Int32 XLuaTest.MyStruct::b int32_t ___b_1; // System.Decimal XLuaTest.MyStruct::c Decimal_t2948259380 ___c_2; // XLuaTest.Pedding XLuaTest.MyStruct::e Pedding_t3796070799 ___e_3; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(MyStruct_t514849583, ___a_0)); } inline int32_t get_a_0() const { return ___a_0; } inline int32_t* get_address_of_a_0() { return &___a_0; } inline void set_a_0(int32_t value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(MyStruct_t514849583, ___b_1)); } inline int32_t get_b_1() const { return ___b_1; } inline int32_t* get_address_of_b_1() { return &___b_1; } inline void set_b_1(int32_t value) { ___b_1 = value; } inline static int32_t get_offset_of_c_2() { return static_cast(offsetof(MyStruct_t514849583, ___c_2)); } inline Decimal_t2948259380 get_c_2() const { return ___c_2; } inline Decimal_t2948259380 * get_address_of_c_2() { return &___c_2; } inline void set_c_2(Decimal_t2948259380 value) { ___c_2 = value; } inline static int32_t get_offset_of_e_3() { return static_cast(offsetof(MyStruct_t514849583, ___e_3)); } inline Pedding_t3796070799 get_e_3() const { return ___e_3; } inline Pedding_t3796070799 * get_address_of_e_3() { return &___e_3; } inline void set_e_3(Pedding_t3796070799 value) { ___e_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MYSTRUCT_T514849583_H #ifndef REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXOPTIONS_T92845595_H #ifndef LAZYMEMBERTYPES_T2012944209_H #define LAZYMEMBERTYPES_T2012944209_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LazyMemberTypes struct LazyMemberTypes_t2012944209 { public: // System.Int32 XLua.LazyMemberTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LazyMemberTypes_t2012944209, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAZYMEMBERTYPES_T2012944209_H #ifndef OBJECT_T631007953_H #define OBJECT_T631007953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object struct Object_t631007953 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_t631007953, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_t631007953_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_t631007953_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_t631007953_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_t631007953_marshaled_com { intptr_t ___m_CachedPtr_0; }; #endif // OBJECT_T631007953_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255371_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255371_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255371 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields { public: // /$ArrayType=24 ::$field-0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B U24ArrayTypeU3D24_t2467506694 ___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0; // /$ArrayType=88 ::$field-4415181F0C6DE341FFB5452857E21B9C694EDD35 U24ArrayTypeU3D88_t2949422071 ___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1; // /$ArrayType=88 ::$field-EB92BB9745222AADC7F8C6F621A89D272BAE5D8D U24ArrayTypeU3D88_t2949422071 ___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2; // /$ArrayType=12 ::$field-EB916922EBEC32A5547C9376CA1D9B5D2C751BF2 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3; // /$ArrayType=12 ::$field-148E9E3E864CD628C70D3DC1D8309483BD8C0E89 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4; // /$ArrayType=12 ::$field-AAF72C1002FDBCAE040DAE16A10D82184CE83679 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5; // /$ArrayType=12 ::$field-5CF7299F6558A8AC3F821B4F2F65F23798D319D3 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6; // /$ArrayType=12 ::$field-B67A7FB4648C62F6A1337CA473436D0E787E8633 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7; // /$ArrayType=12 ::$field-C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8; // /$ArrayType=12 ::$field-FAD52931F5B79811D31566BB18B6E0B5D2E2A164 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9; // /$ArrayType=112 ::$field-50B1635D1FB2907A171B71751E1A3FA79423CA17 U24ArrayTypeU3D112_t1514025265 ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10; // /$ArrayType=12 ::$field-F395E9F123D7CD601C24BD2BB0F7C25D295A2774 U24ArrayTypeU3D12_t2488454197 ___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11; // /$ArrayType=28 ::$field-053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677 U24ArrayTypeU3D28_t173484549 ___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12; public: inline static int32_t get_offset_of_U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0)); } inline U24ArrayTypeU3D24_t2467506694 get_U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0() const { return ___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0; } inline U24ArrayTypeU3D24_t2467506694 * get_address_of_U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0() { return &___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0; } inline void set_U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0(U24ArrayTypeU3D24_t2467506694 value) { ___U24fieldU2D0F8EDD07E0C1977AD8696CB5FEB0E18B0CCB645B_0 = value; } inline static int32_t get_offset_of_U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1)); } inline U24ArrayTypeU3D88_t2949422071 get_U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1() const { return ___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1; } inline U24ArrayTypeU3D88_t2949422071 * get_address_of_U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1() { return &___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1; } inline void set_U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1(U24ArrayTypeU3D88_t2949422071 value) { ___U24fieldU2D4415181F0C6DE341FFB5452857E21B9C694EDD35_1 = value; } inline static int32_t get_offset_of_U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2)); } inline U24ArrayTypeU3D88_t2949422071 get_U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2() const { return ___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2; } inline U24ArrayTypeU3D88_t2949422071 * get_address_of_U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2() { return &___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2; } inline void set_U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2(U24ArrayTypeU3D88_t2949422071 value) { ___U24fieldU2DEB92BB9745222AADC7F8C6F621A89D272BAE5D8D_2 = value; } inline static int32_t get_offset_of_U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3() const { return ___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3() { return &___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3; } inline void set_U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DEB916922EBEC32A5547C9376CA1D9B5D2C751BF2_3 = value; } inline static int32_t get_offset_of_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4() const { return ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4() { return &___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4; } inline void set_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_4 = value; } inline static int32_t get_offset_of_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5() const { return ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5() { return &___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5; } inline void set_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_5 = value; } inline static int32_t get_offset_of_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6() const { return ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6() { return &___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6; } inline void set_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_6 = value; } inline static int32_t get_offset_of_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7() const { return ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7() { return &___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7; } inline void set_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_7 = value; } inline static int32_t get_offset_of_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8() const { return ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8() { return &___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8; } inline void set_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_8 = value; } inline static int32_t get_offset_of_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9() const { return ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9() { return &___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9; } inline void set_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_9 = value; } inline static int32_t get_offset_of_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10)); } inline U24ArrayTypeU3D112_t1514025265 get_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10() const { return ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10; } inline U24ArrayTypeU3D112_t1514025265 * get_address_of_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10() { return &___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10; } inline void set_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10(U24ArrayTypeU3D112_t1514025265 value) { ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_10 = value; } inline static int32_t get_offset_of_U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11)); } inline U24ArrayTypeU3D12_t2488454197 get_U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11() const { return ___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11; } inline U24ArrayTypeU3D12_t2488454197 * get_address_of_U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11() { return &___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11; } inline void set_U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11(U24ArrayTypeU3D12_t2488454197 value) { ___U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11 = value; } inline static int32_t get_offset_of_U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255371_StaticFields, ___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12() const { return ___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12() { return &___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12; } inline void set_U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D053C91D03C8E30BAF30BC4D0CF18AFE74B9B3677_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255371_H #ifndef RAY_T3785851493_H #define RAY_T3785851493_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray struct Ray_t3785851493 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t3722313464 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t3722313464 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t3785851493, ___m_Origin_0)); } inline Vector3_t3722313464 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t3722313464 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t3722313464 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t3785851493, ___m_Direction_1)); } inline Vector3_t3722313464 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t3722313464 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t3722313464 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY_T3785851493_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef GUISTYLESTATE_T1397964415_H #define GUISTYLESTATE_T1397964415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GUIStyleState struct GUIStyleState_t1397964415 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyleState::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyle UnityEngine.GUIStyleState::m_SourceStyle GUIStyle_t3956901511 * ___m_SourceStyle_1; // UnityEngine.Texture2D UnityEngine.GUIStyleState::m_Background Texture2D_t3840446185 * ___m_Background_2; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyleState_t1397964415, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(GUIStyleState_t1397964415, ___m_SourceStyle_1)); } inline GUIStyle_t3956901511 * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline GUIStyle_t3956901511 ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(GUIStyle_t3956901511 * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((&___m_SourceStyle_1), value); } inline static int32_t get_offset_of_m_Background_2() { return static_cast(offsetof(GUIStyleState_t1397964415, ___m_Background_2)); } inline Texture2D_t3840446185 * get_m_Background_2() const { return ___m_Background_2; } inline Texture2D_t3840446185 ** get_address_of_m_Background_2() { return &___m_Background_2; } inline void set_m_Background_2(Texture2D_t3840446185 * value) { ___m_Background_2 = value; Il2CppCodeGenWriteBarrier((&___m_Background_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.GUIStyleState struct GUIStyleState_t1397964415_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyle_t3956901511_marshaled_pinvoke* ___m_SourceStyle_1; Texture2D_t3840446185 * ___m_Background_2; }; // Native definition for COM marshalling of UnityEngine.GUIStyleState struct GUIStyleState_t1397964415_marshaled_com { intptr_t ___m_Ptr_0; GUIStyle_t3956901511_marshaled_com* ___m_SourceStyle_1; Texture2D_t3840446185 * ___m_Background_2; }; #endif // GUISTYLESTATE_T1397964415_H #ifndef BADIMAGEFORMATEXCEPTION_T251534586_H #define BADIMAGEFORMATEXCEPTION_T251534586_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.BadImageFormatException struct BadImageFormatException_t251534586 : public SystemException_t176217640 { public: // System.String System.BadImageFormatException::fileName String_t* ___fileName_11; // System.String System.BadImageFormatException::fusionLog String_t* ___fusionLog_12; public: inline static int32_t get_offset_of_fileName_11() { return static_cast(offsetof(BadImageFormatException_t251534586, ___fileName_11)); } inline String_t* get_fileName_11() const { return ___fileName_11; } inline String_t** get_address_of_fileName_11() { return &___fileName_11; } inline void set_fileName_11(String_t* value) { ___fileName_11 = value; Il2CppCodeGenWriteBarrier((&___fileName_11), value); } inline static int32_t get_offset_of_fusionLog_12() { return static_cast(offsetof(BadImageFormatException_t251534586, ___fusionLog_12)); } inline String_t* get_fusionLog_12() const { return ___fusionLog_12; } inline String_t** get_address_of_fusionLog_12() { return &___fusionLog_12; } inline void set_fusionLog_12(String_t* value) { ___fusionLog_12 = value; Il2CppCodeGenWriteBarrier((&___fusionLog_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BADIMAGEFORMATEXCEPTION_T251534586_H #ifndef ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_H #ifndef BOUNDS_T2266837910_H #define BOUNDS_T2266837910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Bounds struct Bounds_t2266837910 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t3722313464 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t3722313464 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t2266837910, ___m_Center_0)); } inline Vector3_t3722313464 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t3722313464 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t3722313464 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t2266837910, ___m_Extents_1)); } inline Vector3_t3722313464 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t3722313464 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t3722313464 value) { ___m_Extents_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDS_T2266837910_H #ifndef TOKENTYPE_T2993081972_H #define TOKENTYPE_T2993081972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.TemplateEngine.TokenType struct TokenType_t2993081972 { public: // System.Int32 XLua.TemplateEngine.TokenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TokenType_t2993081972, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOKENTYPE_T2993081972_H #ifndef BASETEST_T14152542_H #define BASETEST_T14152542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.BaseTest struct BaseTest_t14152542 : public BaseTestBase_1_t477807715 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASETEST_T14152542_H #ifndef LUAENV_T2152703515_H #define LUAENV_T2152703515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaEnv struct LuaEnv_t2152703515 : public RuntimeObject { public: // System.IntPtr XLua.LuaEnv::rawL intptr_t ___rawL_2; // XLua.LuaTable XLua.LuaEnv::_G LuaTable_t1631611336 * ____G_3; // XLua.ObjectTranslator XLua.LuaEnv::translator ObjectTranslator_t2020767555 * ___translator_4; // System.Int32 XLua.LuaEnv::errorFuncRef int32_t ___errorFuncRef_5; // System.Int32 XLua.LuaEnv::last_check_point int32_t ___last_check_point_8; // System.Int32 XLua.LuaEnv::max_check_per_tick int32_t ___max_check_per_tick_9; // System.Func`2 XLua.LuaEnv::object_valid_checker Func_2_t3759279471 * ___object_valid_checker_10; // System.Boolean XLua.LuaEnv::disposed bool ___disposed_11; // System.Collections.Generic.Queue`1 XLua.LuaEnv::refQueue Queue_1_t1426481692 * ___refQueue_12; // System.String XLua.LuaEnv::init_xlua String_t* ___init_xlua_13; // System.Collections.Generic.List`1 XLua.LuaEnv::customLoaders List_1_t1937904963 * ___customLoaders_14; // System.Collections.Generic.Dictionary`2 XLua.LuaEnv::buildin_initer Dictionary_2_t668780358 * ___buildin_initer_15; public: inline static int32_t get_offset_of_rawL_2() { return static_cast(offsetof(LuaEnv_t2152703515, ___rawL_2)); } inline intptr_t get_rawL_2() const { return ___rawL_2; } inline intptr_t* get_address_of_rawL_2() { return &___rawL_2; } inline void set_rawL_2(intptr_t value) { ___rawL_2 = value; } inline static int32_t get_offset_of__G_3() { return static_cast(offsetof(LuaEnv_t2152703515, ____G_3)); } inline LuaTable_t1631611336 * get__G_3() const { return ____G_3; } inline LuaTable_t1631611336 ** get_address_of__G_3() { return &____G_3; } inline void set__G_3(LuaTable_t1631611336 * value) { ____G_3 = value; Il2CppCodeGenWriteBarrier((&____G_3), value); } inline static int32_t get_offset_of_translator_4() { return static_cast(offsetof(LuaEnv_t2152703515, ___translator_4)); } inline ObjectTranslator_t2020767555 * get_translator_4() const { return ___translator_4; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_4() { return &___translator_4; } inline void set_translator_4(ObjectTranslator_t2020767555 * value) { ___translator_4 = value; Il2CppCodeGenWriteBarrier((&___translator_4), value); } inline static int32_t get_offset_of_errorFuncRef_5() { return static_cast(offsetof(LuaEnv_t2152703515, ___errorFuncRef_5)); } inline int32_t get_errorFuncRef_5() const { return ___errorFuncRef_5; } inline int32_t* get_address_of_errorFuncRef_5() { return &___errorFuncRef_5; } inline void set_errorFuncRef_5(int32_t value) { ___errorFuncRef_5 = value; } inline static int32_t get_offset_of_last_check_point_8() { return static_cast(offsetof(LuaEnv_t2152703515, ___last_check_point_8)); } inline int32_t get_last_check_point_8() const { return ___last_check_point_8; } inline int32_t* get_address_of_last_check_point_8() { return &___last_check_point_8; } inline void set_last_check_point_8(int32_t value) { ___last_check_point_8 = value; } inline static int32_t get_offset_of_max_check_per_tick_9() { return static_cast(offsetof(LuaEnv_t2152703515, ___max_check_per_tick_9)); } inline int32_t get_max_check_per_tick_9() const { return ___max_check_per_tick_9; } inline int32_t* get_address_of_max_check_per_tick_9() { return &___max_check_per_tick_9; } inline void set_max_check_per_tick_9(int32_t value) { ___max_check_per_tick_9 = value; } inline static int32_t get_offset_of_object_valid_checker_10() { return static_cast(offsetof(LuaEnv_t2152703515, ___object_valid_checker_10)); } inline Func_2_t3759279471 * get_object_valid_checker_10() const { return ___object_valid_checker_10; } inline Func_2_t3759279471 ** get_address_of_object_valid_checker_10() { return &___object_valid_checker_10; } inline void set_object_valid_checker_10(Func_2_t3759279471 * value) { ___object_valid_checker_10 = value; Il2CppCodeGenWriteBarrier((&___object_valid_checker_10), value); } inline static int32_t get_offset_of_disposed_11() { return static_cast(offsetof(LuaEnv_t2152703515, ___disposed_11)); } inline bool get_disposed_11() const { return ___disposed_11; } inline bool* get_address_of_disposed_11() { return &___disposed_11; } inline void set_disposed_11(bool value) { ___disposed_11 = value; } inline static int32_t get_offset_of_refQueue_12() { return static_cast(offsetof(LuaEnv_t2152703515, ___refQueue_12)); } inline Queue_1_t1426481692 * get_refQueue_12() const { return ___refQueue_12; } inline Queue_1_t1426481692 ** get_address_of_refQueue_12() { return &___refQueue_12; } inline void set_refQueue_12(Queue_1_t1426481692 * value) { ___refQueue_12 = value; Il2CppCodeGenWriteBarrier((&___refQueue_12), value); } inline static int32_t get_offset_of_init_xlua_13() { return static_cast(offsetof(LuaEnv_t2152703515, ___init_xlua_13)); } inline String_t* get_init_xlua_13() const { return ___init_xlua_13; } inline String_t** get_address_of_init_xlua_13() { return &___init_xlua_13; } inline void set_init_xlua_13(String_t* value) { ___init_xlua_13 = value; Il2CppCodeGenWriteBarrier((&___init_xlua_13), value); } inline static int32_t get_offset_of_customLoaders_14() { return static_cast(offsetof(LuaEnv_t2152703515, ___customLoaders_14)); } inline List_1_t1937904963 * get_customLoaders_14() const { return ___customLoaders_14; } inline List_1_t1937904963 ** get_address_of_customLoaders_14() { return &___customLoaders_14; } inline void set_customLoaders_14(List_1_t1937904963 * value) { ___customLoaders_14 = value; Il2CppCodeGenWriteBarrier((&___customLoaders_14), value); } inline static int32_t get_offset_of_buildin_initer_15() { return static_cast(offsetof(LuaEnv_t2152703515, ___buildin_initer_15)); } inline Dictionary_2_t668780358 * get_buildin_initer_15() const { return ___buildin_initer_15; } inline Dictionary_2_t668780358 ** get_address_of_buildin_initer_15() { return &___buildin_initer_15; } inline void set_buildin_initer_15(Dictionary_2_t668780358 * value) { ___buildin_initer_15 = value; Il2CppCodeGenWriteBarrier((&___buildin_initer_15), value); } }; struct LuaEnv_t2152703515_StaticFields { public: // System.Collections.Generic.List`1> XLua.LuaEnv::initers List_1_t1475235752 * ___initers_7; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_16; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_17; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_18; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_19; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_20; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache5 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache5_21; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache6 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache6_22; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache7 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache7_23; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache8 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache8_24; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache9 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache9_25; public: inline static int32_t get_offset_of_initers_7() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___initers_7)); } inline List_1_t1475235752 * get_initers_7() const { return ___initers_7; } inline List_1_t1475235752 ** get_address_of_initers_7() { return &___initers_7; } inline void set_initers_7(List_1_t1475235752 * value) { ___initers_7 = value; Il2CppCodeGenWriteBarrier((&___initers_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_16() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache0_16)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_16() const { return ___U3CU3Ef__mgU24cache0_16; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_16() { return &___U3CU3Ef__mgU24cache0_16; } inline void set_U3CU3Ef__mgU24cache0_16(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_17() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache1_17)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_17() const { return ___U3CU3Ef__mgU24cache1_17; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_17() { return &___U3CU3Ef__mgU24cache1_17; } inline void set_U3CU3Ef__mgU24cache1_17(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_17), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_18() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache2_18)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_18() const { return ___U3CU3Ef__mgU24cache2_18; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_18() { return &___U3CU3Ef__mgU24cache2_18; } inline void set_U3CU3Ef__mgU24cache2_18(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_19() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache3_19)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_19() const { return ___U3CU3Ef__mgU24cache3_19; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_19() { return &___U3CU3Ef__mgU24cache3_19; } inline void set_U3CU3Ef__mgU24cache3_19(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_20() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache4_20)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_20() const { return ___U3CU3Ef__mgU24cache4_20; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_20() { return &___U3CU3Ef__mgU24cache4_20; } inline void set_U3CU3Ef__mgU24cache4_20(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_21() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache5_21)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache5_21() const { return ___U3CU3Ef__mgU24cache5_21; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache5_21() { return &___U3CU3Ef__mgU24cache5_21; } inline void set_U3CU3Ef__mgU24cache5_21(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache5_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_22() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache6_22)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache6_22() const { return ___U3CU3Ef__mgU24cache6_22; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache6_22() { return &___U3CU3Ef__mgU24cache6_22; } inline void set_U3CU3Ef__mgU24cache6_22(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache6_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_23() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache7_23)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache7_23() const { return ___U3CU3Ef__mgU24cache7_23; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache7_23() { return &___U3CU3Ef__mgU24cache7_23; } inline void set_U3CU3Ef__mgU24cache7_23(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache7_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_24() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache8_24)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache8_24() const { return ___U3CU3Ef__mgU24cache8_24; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache8_24() { return &___U3CU3Ef__mgU24cache8_24; } inline void set_U3CU3Ef__mgU24cache8_24(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache8_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_25() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache9_25)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache9_25() const { return ___U3CU3Ef__mgU24cache9_25; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache9_25() { return &___U3CU3Ef__mgU24cache9_25; } inline void set_U3CU3Ef__mgU24cache9_25(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache9_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAENV_T2152703515_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef WEAKREFERENCE_T1334886716_H #define WEAKREFERENCE_T1334886716_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.WeakReference struct WeakReference_t1334886716 : public RuntimeObject { public: // System.Boolean System.WeakReference::isLongReference bool ___isLongReference_0; // System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle GCHandle_t3351438187 ___gcHandle_1; public: inline static int32_t get_offset_of_isLongReference_0() { return static_cast(offsetof(WeakReference_t1334886716, ___isLongReference_0)); } inline bool get_isLongReference_0() const { return ___isLongReference_0; } inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; } inline void set_isLongReference_0(bool value) { ___isLongReference_0 = value; } inline static int32_t get_offset_of_gcHandle_1() { return static_cast(offsetof(WeakReference_t1334886716, ___gcHandle_1)); } inline GCHandle_t3351438187 get_gcHandle_1() const { return ___gcHandle_1; } inline GCHandle_t3351438187 * get_address_of_gcHandle_1() { return &___gcHandle_1; } inline void set_gcHandle_1(GCHandle_t3351438187 value) { ___gcHandle_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEAKREFERENCE_T1334886716_H #ifndef OPTIMIZEFLAG_T2369007292_H #define OPTIMIZEFLAG_T2369007292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.OptimizeFlag struct OptimizeFlag_t2369007292 { public: // System.Int32 XLua.OptimizeFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OptimizeFlag_t2369007292, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPTIMIZEFLAG_T2369007292_H #ifndef SCRAMBLEMODE_T1285273342_H #define SCRAMBLEMODE_T1285273342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.ScrambleMode struct ScrambleMode_t1285273342 { public: // System.Int32 DG.Tweening.ScrambleMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrambleMode_t1285273342, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCRAMBLEMODE_T1285273342_H #ifndef EASE_T4010715394_H #define EASE_T4010715394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Ease struct Ease_t4010715394 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Ease_t4010715394, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASE_T4010715394_H #ifndef PRINCIPALPOLICY_T1761212333_H #define PRINCIPALPOLICY_T1761212333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.PrincipalPolicy struct PrincipalPolicy_t1761212333 { public: // System.Int32 System.Security.Principal.PrincipalPolicy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrincipalPolicy_t1761212333, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRINCIPALPOLICY_T1761212333_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef RECTOFFSET_T1369453676_H #define RECTOFFSET_T1369453676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectOffset struct RectOffset_t1369453676 : public RuntimeObject { public: // System.IntPtr UnityEngine.RectOffset::m_Ptr intptr_t ___m_Ptr_0; // System.Object UnityEngine.RectOffset::m_SourceStyle RuntimeObject * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(RectOffset_t1369453676, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(RectOffset_t1369453676, ___m_SourceStyle_1)); } inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(RuntimeObject * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((&___m_SourceStyle_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_com { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; #endif // RECTOFFSET_T1369453676_H #ifndef ROTATEMODE_T2548570174_H #define ROTATEMODE_T2548570174_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.RotateMode struct RotateMode_t2548570174 { public: // System.Int32 DG.Tweening.RotateMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RotateMode_t2548570174, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATEMODE_T2548570174_H #ifndef INTERNALGLOBALS_T381021467_H #define INTERNALGLOBALS_T381021467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals struct InternalGlobals_t381021467 : public RuntimeObject { public: public: }; struct InternalGlobals_t381021467_StaticFields { public: // System.Byte[] XLua.InternalGlobals::strBuff ByteU5BU5D_t4116647657* ___strBuff_0; // XLua.InternalGlobals/TryArrayGet modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::genTryArrayGetPtr TryArrayGet_t1731576616 * ___genTryArrayGetPtr_1; // XLua.InternalGlobals/TryArraySet modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::genTryArraySetPtr TryArraySet_t1732363048 * ___genTryArraySetPtr_2; // XLua.ObjectTranslatorPool modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::objectTranslatorPool ObjectTranslatorPool_t158158286 * ___objectTranslatorPool_3; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::LUA_REGISTRYINDEX int32_t ___LUA_REGISTRYINDEX_4; // System.Collections.Generic.Dictionary`2 modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::supportOp Dictionary_2_t1632706988 * ___supportOp_5; // System.Collections.Generic.Dictionary`2> modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::extensionMethodMap Dictionary_2_t3301826201 * ___extensionMethodMap_6; // XLua.LuaDLL.lua_CSFunction modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::LazyReflectionWrap lua_CSFunction_t883524059 * ___LazyReflectionWrap_7; // XLua.InternalGlobals/TryArrayGet XLua.InternalGlobals::<>f__mg$cache0 TryArrayGet_t1731576616 * ___U3CU3Ef__mgU24cache0_8; // XLua.InternalGlobals/TryArraySet XLua.InternalGlobals::<>f__mg$cache1 TryArraySet_t1732363048 * ___U3CU3Ef__mgU24cache1_9; public: inline static int32_t get_offset_of_strBuff_0() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___strBuff_0)); } inline ByteU5BU5D_t4116647657* get_strBuff_0() const { return ___strBuff_0; } inline ByteU5BU5D_t4116647657** get_address_of_strBuff_0() { return &___strBuff_0; } inline void set_strBuff_0(ByteU5BU5D_t4116647657* value) { ___strBuff_0 = value; Il2CppCodeGenWriteBarrier((&___strBuff_0), value); } inline static int32_t get_offset_of_genTryArrayGetPtr_1() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___genTryArrayGetPtr_1)); } inline TryArrayGet_t1731576616 * get_genTryArrayGetPtr_1() const { return ___genTryArrayGetPtr_1; } inline TryArrayGet_t1731576616 ** get_address_of_genTryArrayGetPtr_1() { return &___genTryArrayGetPtr_1; } inline void set_genTryArrayGetPtr_1(TryArrayGet_t1731576616 * value) { ___genTryArrayGetPtr_1 = value; Il2CppCodeGenWriteBarrier((&___genTryArrayGetPtr_1), value); } inline static int32_t get_offset_of_genTryArraySetPtr_2() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___genTryArraySetPtr_2)); } inline TryArraySet_t1732363048 * get_genTryArraySetPtr_2() const { return ___genTryArraySetPtr_2; } inline TryArraySet_t1732363048 ** get_address_of_genTryArraySetPtr_2() { return &___genTryArraySetPtr_2; } inline void set_genTryArraySetPtr_2(TryArraySet_t1732363048 * value) { ___genTryArraySetPtr_2 = value; Il2CppCodeGenWriteBarrier((&___genTryArraySetPtr_2), value); } inline static int32_t get_offset_of_objectTranslatorPool_3() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___objectTranslatorPool_3)); } inline ObjectTranslatorPool_t158158286 * get_objectTranslatorPool_3() const { return ___objectTranslatorPool_3; } inline ObjectTranslatorPool_t158158286 ** get_address_of_objectTranslatorPool_3() { return &___objectTranslatorPool_3; } inline void set_objectTranslatorPool_3(ObjectTranslatorPool_t158158286 * value) { ___objectTranslatorPool_3 = value; Il2CppCodeGenWriteBarrier((&___objectTranslatorPool_3), value); } inline static int32_t get_offset_of_LUA_REGISTRYINDEX_4() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___LUA_REGISTRYINDEX_4)); } inline int32_t get_LUA_REGISTRYINDEX_4() const { return ___LUA_REGISTRYINDEX_4; } inline int32_t* get_address_of_LUA_REGISTRYINDEX_4() { return &___LUA_REGISTRYINDEX_4; } inline void set_LUA_REGISTRYINDEX_4(int32_t value) { ___LUA_REGISTRYINDEX_4 = value; } inline static int32_t get_offset_of_supportOp_5() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___supportOp_5)); } inline Dictionary_2_t1632706988 * get_supportOp_5() const { return ___supportOp_5; } inline Dictionary_2_t1632706988 ** get_address_of_supportOp_5() { return &___supportOp_5; } inline void set_supportOp_5(Dictionary_2_t1632706988 * value) { ___supportOp_5 = value; Il2CppCodeGenWriteBarrier((&___supportOp_5), value); } inline static int32_t get_offset_of_extensionMethodMap_6() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___extensionMethodMap_6)); } inline Dictionary_2_t3301826201 * get_extensionMethodMap_6() const { return ___extensionMethodMap_6; } inline Dictionary_2_t3301826201 ** get_address_of_extensionMethodMap_6() { return &___extensionMethodMap_6; } inline void set_extensionMethodMap_6(Dictionary_2_t3301826201 * value) { ___extensionMethodMap_6 = value; Il2CppCodeGenWriteBarrier((&___extensionMethodMap_6), value); } inline static int32_t get_offset_of_LazyReflectionWrap_7() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___LazyReflectionWrap_7)); } inline lua_CSFunction_t883524059 * get_LazyReflectionWrap_7() const { return ___LazyReflectionWrap_7; } inline lua_CSFunction_t883524059 ** get_address_of_LazyReflectionWrap_7() { return &___LazyReflectionWrap_7; } inline void set_LazyReflectionWrap_7(lua_CSFunction_t883524059 * value) { ___LazyReflectionWrap_7 = value; Il2CppCodeGenWriteBarrier((&___LazyReflectionWrap_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_8() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___U3CU3Ef__mgU24cache0_8)); } inline TryArrayGet_t1731576616 * get_U3CU3Ef__mgU24cache0_8() const { return ___U3CU3Ef__mgU24cache0_8; } inline TryArrayGet_t1731576616 ** get_address_of_U3CU3Ef__mgU24cache0_8() { return &___U3CU3Ef__mgU24cache0_8; } inline void set_U3CU3Ef__mgU24cache0_8(TryArrayGet_t1731576616 * value) { ___U3CU3Ef__mgU24cache0_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_9() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___U3CU3Ef__mgU24cache1_9)); } inline TryArraySet_t1732363048 * get_U3CU3Ef__mgU24cache1_9() const { return ___U3CU3Ef__mgU24cache1_9; } inline TryArraySet_t1732363048 ** get_address_of_U3CU3Ef__mgU24cache1_9() { return &___U3CU3Ef__mgU24cache1_9; } inline void set_U3CU3Ef__mgU24cache1_9(TryArraySet_t1732363048 * value) { ___U3CU3Ef__mgU24cache1_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTERNALGLOBALS_T381021467_H #ifndef ASSEMBLYHASHALGORITHM_T1216504064_H #define ASSEMBLYHASHALGORITHM_T1216504064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_t1216504064 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyHashAlgorithm_t1216504064, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYHASHALGORITHM_T1216504064_H #ifndef UPDATETYPE_T3937729206_H #define UPDATETYPE_T3937729206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.UpdateType struct UpdateType_t3937729206 { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateType_t3937729206, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPDATETYPE_T3937729206_H #ifndef PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERATTRIBUTES_T1826424051_H #ifndef TWEENTYPE_T1971673186_H #define TWEENTYPE_T1971673186_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenType struct TweenType_t1971673186 { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TweenType_t1971673186, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENTYPE_T1971673186_H #ifndef MYENUM_T4134377632_H #define MYENUM_T4134377632_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyEnum struct MyEnum_t4134377632 { public: // System.Int32 XLuaTest.MyEnum::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MyEnum_t4134377632, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MYENUM_T4134377632_H #ifndef LOGLEVEL_T596865025_H #define LOGLEVEL_T596865025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/LOGLEVEL struct LOGLEVEL_t596865025 { public: // System.Int32 XLua.ObjectTranslator/LOGLEVEL::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LOGLEVEL_t596865025, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGLEVEL_T596865025_H #ifndef ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #define ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t766556580 { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyVersionCompatibility_t766556580, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef OBJECTTRANSLATORPOOL_T158158286_H #define OBJECTTRANSLATORPOOL_T158158286_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslatorPool struct ObjectTranslatorPool_t158158286 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslatorPool::translators Dictionary_2_t3851719731 * ___translators_0; // System.IntPtr XLua.ObjectTranslatorPool::lastPtr intptr_t ___lastPtr_1; // XLua.ObjectTranslator XLua.ObjectTranslatorPool::lastTranslator ObjectTranslator_t2020767555 * ___lastTranslator_2; public: inline static int32_t get_offset_of_translators_0() { return static_cast(offsetof(ObjectTranslatorPool_t158158286, ___translators_0)); } inline Dictionary_2_t3851719731 * get_translators_0() const { return ___translators_0; } inline Dictionary_2_t3851719731 ** get_address_of_translators_0() { return &___translators_0; } inline void set_translators_0(Dictionary_2_t3851719731 * value) { ___translators_0 = value; Il2CppCodeGenWriteBarrier((&___translators_0), value); } inline static int32_t get_offset_of_lastPtr_1() { return static_cast(offsetof(ObjectTranslatorPool_t158158286, ___lastPtr_1)); } inline intptr_t get_lastPtr_1() const { return ___lastPtr_1; } inline intptr_t* get_address_of_lastPtr_1() { return &___lastPtr_1; } inline void set_lastPtr_1(intptr_t value) { ___lastPtr_1 = value; } inline static int32_t get_offset_of_lastTranslator_2() { return static_cast(offsetof(ObjectTranslatorPool_t158158286, ___lastTranslator_2)); } inline ObjectTranslator_t2020767555 * get_lastTranslator_2() const { return ___lastTranslator_2; } inline ObjectTranslator_t2020767555 ** get_address_of_lastTranslator_2() { return &___lastTranslator_2; } inline void set_lastTranslator_2(ObjectTranslator_t2020767555 * value) { ___lastTranslator_2 = value; Il2CppCodeGenWriteBarrier((&___lastTranslator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTTRANSLATORPOOL_T158158286_H #ifndef PROCESSORARCHITECTURE_T305929193_H #define PROCESSORARCHITECTURE_T305929193_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t305929193 { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProcessorArchitecture_t305929193, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROCESSORARCHITECTURE_T305929193_H #ifndef ASSEMBLYNAMEFLAGS_T3675421470_H #define ASSEMBLYNAMEFLAGS_T3675421470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyNameFlags struct AssemblyNameFlags_t3675421470 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyNameFlags_t3675421470, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYNAMEFLAGS_T3675421470_H #ifndef SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #define SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1CryptoServiceProvider struct SHA1CryptoServiceProvider_t3661059764 : public SHA1_t1803193667 { public: // System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha SHA1Internal_t3251293021 * ___sha_4; public: inline static int32_t get_offset_of_sha_4() { return static_cast(offsetof(SHA1CryptoServiceProvider_t3661059764, ___sha_4)); } inline SHA1Internal_t3251293021 * get_sha_4() const { return ___sha_4; } inline SHA1Internal_t3251293021 ** get_address_of_sha_4() { return &___sha_4; } inline void set_sha_4(SHA1Internal_t3251293021 * value) { ___sha_4 = value; Il2CppCodeGenWriteBarrier((&___sha_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #ifndef INVALIDPROGRAMEXCEPTION_T3836716986_H #define INVALIDPROGRAMEXCEPTION_T3836716986_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidProgramException struct InvalidProgramException_t3836716986 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDPROGRAMEXCEPTION_T3836716986_H #ifndef TRANSITION_T1769908631_H #define TRANSITION_T1769908631_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/Transition struct Transition_t1769908631 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Transition_t1769908631, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSITION_T1769908631_H #ifndef RAY2D_T2082843914_H #define RAY2D_T2082843914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray2D struct Ray2D_t2082843914 { public: // UnityEngine.Vector2 UnityEngine.Ray2D::m_Origin Vector2_t2156229523 ___m_Origin_0; // UnityEngine.Vector2 UnityEngine.Ray2D::m_Direction Vector2_t2156229523 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Origin_0)); } inline Vector2_t2156229523 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector2_t2156229523 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector2_t2156229523 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Direction_1)); } inline Vector2_t2156229523 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector2_t2156229523 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector2_t2156229523 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY2D_T2082843914_H #ifndef LOOPTYPE_T3049802818_H #define LOOPTYPE_T3049802818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LoopType struct LoopType_t3049802818 { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoopType_t3049802818, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPTYPE_T3049802818_H #ifndef COLORBLOCK_T2139031574_H #define COLORBLOCK_T2139031574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ColorBlock struct ColorBlock_t2139031574 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_t2555686324 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_t2555686324 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_t2555686324 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_t2555686324 ___m_DisabledColor_3; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_4; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_5; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_NormalColor_0)); } inline Color_t2555686324 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_t2555686324 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_t2555686324 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_HighlightedColor_1)); } inline Color_t2555686324 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_t2555686324 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_t2555686324 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_PressedColor_2)); } inline Color_t2555686324 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_t2555686324 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_t2555686324 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_DisabledColor_3() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_DisabledColor_3)); } inline Color_t2555686324 get_m_DisabledColor_3() const { return ___m_DisabledColor_3; } inline Color_t2555686324 * get_address_of_m_DisabledColor_3() { return &___m_DisabledColor_3; } inline void set_m_DisabledColor_3(Color_t2555686324 value) { ___m_DisabledColor_3 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_4() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_ColorMultiplier_4)); } inline float get_m_ColorMultiplier_4() const { return ___m_ColorMultiplier_4; } inline float* get_address_of_m_ColorMultiplier_4() { return &___m_ColorMultiplier_4; } inline void set_m_ColorMultiplier_4(float value) { ___m_ColorMultiplier_4 = value; } inline static int32_t get_offset_of_m_FadeDuration_5() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_FadeDuration_5)); } inline float get_m_FadeDuration_5() const { return ___m_FadeDuration_5; } inline float* get_address_of_m_FadeDuration_5() { return &___m_FadeDuration_5; } inline void set_m_FadeDuration_5(float value) { ___m_FadeDuration_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORBLOCK_T2139031574_H #ifndef SELECTIONSTATE_T2656606514_H #define SELECTIONSTATE_T2656606514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/SelectionState struct SelectionState_t2656606514 { public: // System.Int32 UnityEngine.UI.Selectable/SelectionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SelectionState_t2656606514, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTIONSTATE_T2656606514_H #ifndef LOGBEHAVIOUR_T1548882435_H #define LOGBEHAVIOUR_T1548882435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LogBehaviour struct LogBehaviour_t1548882435 { public: // System.Int32 DG.Tweening.LogBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogBehaviour_t1548882435, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGBEHAVIOUR_T1548882435_H #ifndef LUATYPES_T3572446928_H #define LUATYPES_T3572446928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaTypes struct LuaTypes_t3572446928 { public: // System.Int32 XLua.LuaTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LuaTypes_t3572446928, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUATYPES_T3572446928_H #ifndef MODE_T1066900953_H #define MODE_T1066900953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation/Mode struct Mode_t1066900953 { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Mode_t1066900953, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODE_T1066900953_H #ifndef RSACRYPTOSERVICEPROVIDER_T2683512874_H #define RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t2683512874 : public RSA_t2385438082 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t2094547461 * ___store_2; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t1757093819 * ___rsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___store_2)); } inline KeyPairPersistence_t2094547461 * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t2094547461 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t2094547461 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((&___store_2), value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___persistKey_3)); } inline bool get_persistKey_3() const { return ___persistKey_3; } inline bool* get_address_of_persistKey_3() { return &___persistKey_3; } inline void set_persistKey_3(bool value) { ___persistKey_3 = value; } inline static int32_t get_offset_of_persisted_4() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___persisted_4)); } inline bool get_persisted_4() const { return ___persisted_4; } inline bool* get_address_of_persisted_4() { return &___persisted_4; } inline void set_persisted_4(bool value) { ___persisted_4 = value; } inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___privateKeyExportable_5)); } inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; } inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; } inline void set_privateKeyExportable_5(bool value) { ___privateKeyExportable_5 = value; } inline static int32_t get_offset_of_m_disposed_6() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___m_disposed_6)); } inline bool get_m_disposed_6() const { return ___m_disposed_6; } inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; } inline void set_m_disposed_6(bool value) { ___m_disposed_6 = value; } inline static int32_t get_offset_of_rsa_7() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___rsa_7)); } inline RSAManaged_t1757093819 * get_rsa_7() const { return ___rsa_7; } inline RSAManaged_t1757093819 ** get_address_of_rsa_7() { return &___rsa_7; } inline void set_rsa_7(RSAManaged_t1757093819 * value) { ___rsa_7 = value; Il2CppCodeGenWriteBarrier((&___rsa_7), value); } }; struct RSACryptoServiceProvider_t2683512874_StaticFields { public: // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874_StaticFields, ___useMachineKeyStore_8)); } inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; } inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; } inline void set_useMachineKeyStore_8(bool value) { ___useMachineKeyStore_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifndef CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef AUTOPLAY_T1346164433_H #define AUTOPLAY_T1346164433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AutoPlay struct AutoPlay_t1346164433 { public: // System.Int32 DG.Tweening.AutoPlay::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AutoPlay_t1346164433, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTOPLAY_T1346164433_H #ifndef PATHMODE_T2165603100_H #define PATHMODE_T2165603100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathMode struct PathMode_t2165603100 { public: // System.Int32 DG.Tweening.PathMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathMode_t2165603100, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHMODE_T2165603100_H #ifndef AXISCONSTRAINT_T2771958344_H #define AXISCONSTRAINT_T2771958344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AxisConstraint struct AxisConstraint_t2771958344 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AxisConstraint_t2771958344, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXISCONSTRAINT_T2771958344_H #ifndef BUTTONCLICKEDEVENT_T48803504_H #define BUTTONCLICKEDEVENT_T48803504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_t48803504 : public UnityEvent_t2581268647 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUTTONCLICKEDEVENT_T48803504_H #ifndef PATHTYPE_T3777299409_H #define PATHTYPE_T3777299409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathType struct PathType_t3777299409 { public: // System.Int32 DG.Tweening.PathType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathType_t3777299409, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHTYPE_T3777299409_H #ifndef GAMEOBJECT_T1113636619_H #define GAMEOBJECT_T1113636619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject struct GameObject_t1113636619 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECT_T1113636619_H #ifndef APPDOMAIN_T1571427825_H #define APPDOMAIN_T1571427825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomain struct AppDomain_t1571427825 : public MarshalByRefObject_t2760389100 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Security.Policy.Evidence System.AppDomain::_evidence Evidence_t2008144148 * ____evidence_6; // System.Security.PermissionSet System.AppDomain::_granted PermissionSet_t223948603 * ____granted_7; // System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AppDomainManager System.AppDomain::_domain_manager AppDomainManager_t1420869192 * ____domain_manager_11; // System.ActivationContext System.AppDomain::_activation ActivationContext_t976916018 * ____activation_12; // System.ApplicationIdentity System.AppDomain::_applicationIdentity ApplicationIdentity_t1917735356 * ____applicationIdentity_13; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t2775508208 * ___AssemblyResolve_15; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t1348719766 * ___DomainUnload_16; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t1348719766 * ___ProcessExit_17; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t2775508208 * ___ResourceResolve_18; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t2775508208 * ___TypeResolve_19; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1571427825, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_t1571427825, ____evidence_6)); } inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; } inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(Evidence_t2008144148 * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((&____evidence_6), value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_t1571427825, ____granted_7)); } inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; } inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(PermissionSet_t223948603 * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((&____granted_7), value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_t1571427825, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of__domain_manager_11() { return static_cast(offsetof(AppDomain_t1571427825, ____domain_manager_11)); } inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; } inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; } inline void set__domain_manager_11(AppDomainManager_t1420869192 * value) { ____domain_manager_11 = value; Il2CppCodeGenWriteBarrier((&____domain_manager_11), value); } inline static int32_t get_offset_of__activation_12() { return static_cast(offsetof(AppDomain_t1571427825, ____activation_12)); } inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; } inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; } inline void set__activation_12(ActivationContext_t976916018 * value) { ____activation_12 = value; Il2CppCodeGenWriteBarrier((&____activation_12), value); } inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); } inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; } inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; } inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value) { ____applicationIdentity_13 = value; Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value); } inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); } inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; } inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; } inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value) { ___AssemblyLoad_14 = value; Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value); } inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); } inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; } inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; } inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value) { ___AssemblyResolve_15 = value; Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value); } inline static int32_t get_offset_of_DomainUnload_16() { return static_cast(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); } inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; } inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; } inline void set_DomainUnload_16(EventHandler_t1348719766 * value) { ___DomainUnload_16 = value; Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value); } inline static int32_t get_offset_of_ProcessExit_17() { return static_cast(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); } inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; } inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; } inline void set_ProcessExit_17(EventHandler_t1348719766 * value) { ___ProcessExit_17 = value; Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value); } inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); } inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; } inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; } inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value) { ___ResourceResolve_18 = value; Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value); } inline static int32_t get_offset_of_TypeResolve_19() { return static_cast(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); } inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; } inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; } inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value) { ___TypeResolve_19 = value; Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value); } inline static int32_t get_offset_of_UnhandledException_20() { return static_cast(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); } inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; } inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value) { ___UnhandledException_20 = value; Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); } inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; } inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; } inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value) { ___ReflectionOnlyAssemblyResolve_21 = value; Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value); } }; struct AppDomain_t1571427825_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1571427825 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((&____process_guid_2), value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); } inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1571427825 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((&___default_domain_10), value); } }; struct AppDomain_t1571427825_ThreadStaticFields { public: // System.Collections.Hashtable System.AppDomain::type_resolve_in_progress Hashtable_t1853889766 * ___type_resolve_in_progress_3; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress Hashtable_t1853889766 * ___assembly_resolve_in_progress_4; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5; // System.Security.Principal.IPrincipal System.AppDomain::_principal RuntimeObject* ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ____principal_9)); } inline RuntimeObject* get__principal_9() const { return ____principal_9; } inline RuntimeObject** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject* value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((&____principal_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAIN_T1571427825_H #ifndef ENUMERATOR_T1919398725_H #define ENUMERATOR_T1919398725_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator> struct Enumerator_t1919398725 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4260183246 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2362888117 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1919398725, ___dictionary_0)); } inline Dictionary_2_t4260183246 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4260183246 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4260183246 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1919398725, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t1919398725, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1919398725, ___current_3)); } inline KeyValuePair_2_t2362888117 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2362888117 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2362888117 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1919398725_H #ifndef ENUMERATOR_T147428406_H #define ENUMERATOR_T147428406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t147428406 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2488212927 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t590917798 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t147428406, ___dictionary_0)); } inline Dictionary_2_t2488212927 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2488212927 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2488212927 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t147428406, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t147428406, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t147428406, ___current_3)); } inline KeyValuePair_2_t590917798 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t590917798 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t590917798 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T147428406_H #ifndef NAVIGATION_T3049316579_H #define NAVIGATION_T3049316579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation struct Navigation_t3049316579 { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t3250028441 * ___m_SelectOnUp_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t3250028441 * ___m_SelectOnDown_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t3250028441 * ___m_SelectOnLeft_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t3250028441 * ___m_SelectOnRight_4; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t3049316579, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_SelectOnUp_1() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnUp_1)); } inline Selectable_t3250028441 * get_m_SelectOnUp_1() const { return ___m_SelectOnUp_1; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnUp_1() { return &___m_SelectOnUp_1; } inline void set_m_SelectOnUp_1(Selectable_t3250028441 * value) { ___m_SelectOnUp_1 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnUp_1), value); } inline static int32_t get_offset_of_m_SelectOnDown_2() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnDown_2)); } inline Selectable_t3250028441 * get_m_SelectOnDown_2() const { return ___m_SelectOnDown_2; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnDown_2() { return &___m_SelectOnDown_2; } inline void set_m_SelectOnDown_2(Selectable_t3250028441 * value) { ___m_SelectOnDown_2 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnDown_2), value); } inline static int32_t get_offset_of_m_SelectOnLeft_3() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnLeft_3)); } inline Selectable_t3250028441 * get_m_SelectOnLeft_3() const { return ___m_SelectOnLeft_3; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnLeft_3() { return &___m_SelectOnLeft_3; } inline void set_m_SelectOnLeft_3(Selectable_t3250028441 * value) { ___m_SelectOnLeft_3 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnLeft_3), value); } inline static int32_t get_offset_of_m_SelectOnRight_4() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnRight_4)); } inline Selectable_t3250028441 * get_m_SelectOnRight_4() const { return ___m_SelectOnRight_4; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnRight_4() { return &___m_SelectOnRight_4; } inline void set_m_SelectOnRight_4(Selectable_t3250028441 * value) { ___m_SelectOnRight_4 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnRight_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t3049316579_marshaled_pinvoke { int32_t ___m_Mode_0; Selectable_t3250028441 * ___m_SelectOnUp_1; Selectable_t3250028441 * ___m_SelectOnDown_2; Selectable_t3250028441 * ___m_SelectOnLeft_3; Selectable_t3250028441 * ___m_SelectOnRight_4; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t3049316579_marshaled_com { int32_t ___m_Mode_0; Selectable_t3250028441 * ___m_SelectOnUp_1; Selectable_t3250028441 * ___m_SelectOnDown_2; Selectable_t3250028441 * ___m_SelectOnLeft_3; Selectable_t3250028441 * ___m_SelectOnRight_4; }; #endif // NAVIGATION_T3049316579_H #ifndef SCRIPTABLEOBJECT_T2528358522_H #define SCRIPTABLEOBJECT_T2528358522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ScriptableObject struct ScriptableObject_t2528358522 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t2528358522_marshaled_pinvoke : public Object_t631007953_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t2528358522_marshaled_com : public Object_t631007953_marshaled_com { }; #endif // SCRIPTABLEOBJECT_T2528358522_H #ifndef ASSEMBLYNAME_T270931938_H #define ASSEMBLYNAME_T270931938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyName struct AssemblyName_t270931938 : public RuntimeObject { public: // System.String System.Reflection.AssemblyName::name String_t* ___name_0; // System.String System.Reflection.AssemblyName::codebase String_t* ___codebase_1; // System.Int32 System.Reflection.AssemblyName::major int32_t ___major_2; // System.Int32 System.Reflection.AssemblyName::minor int32_t ___minor_3; // System.Int32 System.Reflection.AssemblyName::build int32_t ___build_4; // System.Int32 System.Reflection.AssemblyName::revision int32_t ___revision_5; // System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo CultureInfo_t4157843068 * ___cultureinfo_6; // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags int32_t ___flags_7; // System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg int32_t ___hashalg_8; // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair StrongNameKeyPair_t3411219591 * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_t4116647657* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_t4116647657* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_t3456873960 * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t270931938, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_codebase_1() { return static_cast(offsetof(AssemblyName_t270931938, ___codebase_1)); } inline String_t* get_codebase_1() const { return ___codebase_1; } inline String_t** get_address_of_codebase_1() { return &___codebase_1; } inline void set_codebase_1(String_t* value) { ___codebase_1 = value; Il2CppCodeGenWriteBarrier((&___codebase_1), value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t270931938, ___major_2)); } inline int32_t get_major_2() const { return ___major_2; } inline int32_t* get_address_of_major_2() { return &___major_2; } inline void set_major_2(int32_t value) { ___major_2 = value; } inline static int32_t get_offset_of_minor_3() { return static_cast(offsetof(AssemblyName_t270931938, ___minor_3)); } inline int32_t get_minor_3() const { return ___minor_3; } inline int32_t* get_address_of_minor_3() { return &___minor_3; } inline void set_minor_3(int32_t value) { ___minor_3 = value; } inline static int32_t get_offset_of_build_4() { return static_cast(offsetof(AssemblyName_t270931938, ___build_4)); } inline int32_t get_build_4() const { return ___build_4; } inline int32_t* get_address_of_build_4() { return &___build_4; } inline void set_build_4(int32_t value) { ___build_4 = value; } inline static int32_t get_offset_of_revision_5() { return static_cast(offsetof(AssemblyName_t270931938, ___revision_5)); } inline int32_t get_revision_5() const { return ___revision_5; } inline int32_t* get_address_of_revision_5() { return &___revision_5; } inline void set_revision_5(int32_t value) { ___revision_5 = value; } inline static int32_t get_offset_of_cultureinfo_6() { return static_cast(offsetof(AssemblyName_t270931938, ___cultureinfo_6)); } inline CultureInfo_t4157843068 * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t4157843068 ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t4157843068 * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((&___cultureinfo_6), value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t270931938, ___flags_7)); } inline int32_t get_flags_7() const { return ___flags_7; } inline int32_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(int32_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_hashalg_8() { return static_cast(offsetof(AssemblyName_t270931938, ___hashalg_8)); } inline int32_t get_hashalg_8() const { return ___hashalg_8; } inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; } inline void set_hashalg_8(int32_t value) { ___hashalg_8 = value; } inline static int32_t get_offset_of_keypair_9() { return static_cast(offsetof(AssemblyName_t270931938, ___keypair_9)); } inline StrongNameKeyPair_t3411219591 * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_t3411219591 ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_t3411219591 * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((&___keypair_9), value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t270931938, ___publicKey_10)); } inline ByteU5BU5D_t4116647657* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_t4116647657** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_t4116647657* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((&___publicKey_10), value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t270931938, ___keyToken_11)); } inline ByteU5BU5D_t4116647657* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_t4116647657** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_t4116647657* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((&___keyToken_11), value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t270931938, ___versioncompat_12)); } inline int32_t get_versioncompat_12() const { return ___versioncompat_12; } inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; } inline void set_versioncompat_12(int32_t value) { ___versioncompat_12 = value; } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(AssemblyName_t270931938, ___version_13)); } inline Version_t3456873960 * get_version_13() const { return ___version_13; } inline Version_t3456873960 ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_t3456873960 * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((&___version_13), value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t270931938, ___processor_architecture_14)); } inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; } inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; } inline void set_processor_architecture_14(int32_t value) { ___processor_architecture_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYNAME_T270931938_H #ifndef CHUNK_T3258039454_H #define CHUNK_T3258039454_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.TemplateEngine.Chunk struct Chunk_t3258039454 : public RuntimeObject { public: // XLua.TemplateEngine.TokenType XLua.TemplateEngine.Chunk::k__BackingField int32_t ___U3CTypeU3Ek__BackingField_0; // System.String XLua.TemplateEngine.Chunk::k__BackingField String_t* ___U3CTextU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_0() { return static_cast(offsetof(Chunk_t3258039454, ___U3CTypeU3Ek__BackingField_0)); } inline int32_t get_U3CTypeU3Ek__BackingField_0() const { return ___U3CTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CTypeU3Ek__BackingField_0() { return &___U3CTypeU3Ek__BackingField_0; } inline void set_U3CTypeU3Ek__BackingField_0(int32_t value) { ___U3CTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CTextU3Ek__BackingField_1() { return static_cast(offsetof(Chunk_t3258039454, ___U3CTextU3Ek__BackingField_1)); } inline String_t* get_U3CTextU3Ek__BackingField_1() const { return ___U3CTextU3Ek__BackingField_1; } inline String_t** get_address_of_U3CTextU3Ek__BackingField_1() { return &___U3CTextU3Ek__BackingField_1; } inline void set_U3CTextU3Ek__BackingField_1(String_t* value) { ___U3CTextU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CTextU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHUNK_T3258039454_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_1; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_2; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_3; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_4; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_5; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_6; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_7; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_8; public: inline static int32_t get_offset_of_machineFactory_1() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_1)); } inline RuntimeObject* get_machineFactory_1() const { return ___machineFactory_1; } inline RuntimeObject** get_address_of_machineFactory_1() { return &___machineFactory_1; } inline void set_machineFactory_1(RuntimeObject* value) { ___machineFactory_1 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_1), value); } inline static int32_t get_offset_of_mapping_2() { return static_cast(offsetof(Regex_t3657309853, ___mapping_2)); } inline RuntimeObject* get_mapping_2() const { return ___mapping_2; } inline RuntimeObject** get_address_of_mapping_2() { return &___mapping_2; } inline void set_mapping_2(RuntimeObject* value) { ___mapping_2 = value; Il2CppCodeGenWriteBarrier((&___mapping_2), value); } inline static int32_t get_offset_of_group_count_3() { return static_cast(offsetof(Regex_t3657309853, ___group_count_3)); } inline int32_t get_group_count_3() const { return ___group_count_3; } inline int32_t* get_address_of_group_count_3() { return &___group_count_3; } inline void set_group_count_3(int32_t value) { ___group_count_3 = value; } inline static int32_t get_offset_of_gap_4() { return static_cast(offsetof(Regex_t3657309853, ___gap_4)); } inline int32_t get_gap_4() const { return ___gap_4; } inline int32_t* get_address_of_gap_4() { return &___gap_4; } inline void set_gap_4(int32_t value) { ___gap_4 = value; } inline static int32_t get_offset_of_group_names_5() { return static_cast(offsetof(Regex_t3657309853, ___group_names_5)); } inline StringU5BU5D_t1281789340* get_group_names_5() const { return ___group_names_5; } inline StringU5BU5D_t1281789340** get_address_of_group_names_5() { return &___group_names_5; } inline void set_group_names_5(StringU5BU5D_t1281789340* value) { ___group_names_5 = value; Il2CppCodeGenWriteBarrier((&___group_names_5), value); } inline static int32_t get_offset_of_group_numbers_6() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_6)); } inline Int32U5BU5D_t385246372* get_group_numbers_6() const { return ___group_numbers_6; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_6() { return &___group_numbers_6; } inline void set_group_numbers_6(Int32U5BU5D_t385246372* value) { ___group_numbers_6 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_6), value); } inline static int32_t get_offset_of_pattern_7() { return static_cast(offsetof(Regex_t3657309853, ___pattern_7)); } inline String_t* get_pattern_7() const { return ___pattern_7; } inline String_t** get_address_of_pattern_7() { return &___pattern_7; } inline void set_pattern_7(String_t* value) { ___pattern_7 = value; Il2CppCodeGenWriteBarrier((&___pattern_7), value); } inline static int32_t get_offset_of_roptions_8() { return static_cast(offsetof(Regex_t3657309853, ___roptions_8)); } inline int32_t get_roptions_8() const { return ___roptions_8; } inline int32_t* get_address_of_roptions_8() { return &___roptions_8; } inline void set_roptions_8(int32_t value) { ___roptions_8 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef GUISTYLE_T3956901511_H #define GUISTYLE_T3956901511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GUIStyle struct GUIStyle_t3956901511 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyle::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Normal GUIStyleState_t1397964415 * ___m_Normal_1; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Hover GUIStyleState_t1397964415 * ___m_Hover_2; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Active GUIStyleState_t1397964415 * ___m_Active_3; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Focused GUIStyleState_t1397964415 * ___m_Focused_4; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnNormal GUIStyleState_t1397964415 * ___m_OnNormal_5; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnHover GUIStyleState_t1397964415 * ___m_OnHover_6; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnActive GUIStyleState_t1397964415 * ___m_OnActive_7; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnFocused GUIStyleState_t1397964415 * ___m_OnFocused_8; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Border RectOffset_t1369453676 * ___m_Border_9; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Padding RectOffset_t1369453676 * ___m_Padding_10; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Margin RectOffset_t1369453676 * ___m_Margin_11; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Overflow RectOffset_t1369453676 * ___m_Overflow_12; // UnityEngine.Font UnityEngine.GUIStyle::m_FontInternal Font_t1956802104 * ___m_FontInternal_13; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Normal_1)); } inline GUIStyleState_t1397964415 * get_m_Normal_1() const { return ___m_Normal_1; } inline GUIStyleState_t1397964415 ** get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(GUIStyleState_t1397964415 * value) { ___m_Normal_1 = value; Il2CppCodeGenWriteBarrier((&___m_Normal_1), value); } inline static int32_t get_offset_of_m_Hover_2() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Hover_2)); } inline GUIStyleState_t1397964415 * get_m_Hover_2() const { return ___m_Hover_2; } inline GUIStyleState_t1397964415 ** get_address_of_m_Hover_2() { return &___m_Hover_2; } inline void set_m_Hover_2(GUIStyleState_t1397964415 * value) { ___m_Hover_2 = value; Il2CppCodeGenWriteBarrier((&___m_Hover_2), value); } inline static int32_t get_offset_of_m_Active_3() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Active_3)); } inline GUIStyleState_t1397964415 * get_m_Active_3() const { return ___m_Active_3; } inline GUIStyleState_t1397964415 ** get_address_of_m_Active_3() { return &___m_Active_3; } inline void set_m_Active_3(GUIStyleState_t1397964415 * value) { ___m_Active_3 = value; Il2CppCodeGenWriteBarrier((&___m_Active_3), value); } inline static int32_t get_offset_of_m_Focused_4() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Focused_4)); } inline GUIStyleState_t1397964415 * get_m_Focused_4() const { return ___m_Focused_4; } inline GUIStyleState_t1397964415 ** get_address_of_m_Focused_4() { return &___m_Focused_4; } inline void set_m_Focused_4(GUIStyleState_t1397964415 * value) { ___m_Focused_4 = value; Il2CppCodeGenWriteBarrier((&___m_Focused_4), value); } inline static int32_t get_offset_of_m_OnNormal_5() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnNormal_5)); } inline GUIStyleState_t1397964415 * get_m_OnNormal_5() const { return ___m_OnNormal_5; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnNormal_5() { return &___m_OnNormal_5; } inline void set_m_OnNormal_5(GUIStyleState_t1397964415 * value) { ___m_OnNormal_5 = value; Il2CppCodeGenWriteBarrier((&___m_OnNormal_5), value); } inline static int32_t get_offset_of_m_OnHover_6() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnHover_6)); } inline GUIStyleState_t1397964415 * get_m_OnHover_6() const { return ___m_OnHover_6; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnHover_6() { return &___m_OnHover_6; } inline void set_m_OnHover_6(GUIStyleState_t1397964415 * value) { ___m_OnHover_6 = value; Il2CppCodeGenWriteBarrier((&___m_OnHover_6), value); } inline static int32_t get_offset_of_m_OnActive_7() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnActive_7)); } inline GUIStyleState_t1397964415 * get_m_OnActive_7() const { return ___m_OnActive_7; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnActive_7() { return &___m_OnActive_7; } inline void set_m_OnActive_7(GUIStyleState_t1397964415 * value) { ___m_OnActive_7 = value; Il2CppCodeGenWriteBarrier((&___m_OnActive_7), value); } inline static int32_t get_offset_of_m_OnFocused_8() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnFocused_8)); } inline GUIStyleState_t1397964415 * get_m_OnFocused_8() const { return ___m_OnFocused_8; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnFocused_8() { return &___m_OnFocused_8; } inline void set_m_OnFocused_8(GUIStyleState_t1397964415 * value) { ___m_OnFocused_8 = value; Il2CppCodeGenWriteBarrier((&___m_OnFocused_8), value); } inline static int32_t get_offset_of_m_Border_9() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Border_9)); } inline RectOffset_t1369453676 * get_m_Border_9() const { return ___m_Border_9; } inline RectOffset_t1369453676 ** get_address_of_m_Border_9() { return &___m_Border_9; } inline void set_m_Border_9(RectOffset_t1369453676 * value) { ___m_Border_9 = value; Il2CppCodeGenWriteBarrier((&___m_Border_9), value); } inline static int32_t get_offset_of_m_Padding_10() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Padding_10)); } inline RectOffset_t1369453676 * get_m_Padding_10() const { return ___m_Padding_10; } inline RectOffset_t1369453676 ** get_address_of_m_Padding_10() { return &___m_Padding_10; } inline void set_m_Padding_10(RectOffset_t1369453676 * value) { ___m_Padding_10 = value; Il2CppCodeGenWriteBarrier((&___m_Padding_10), value); } inline static int32_t get_offset_of_m_Margin_11() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Margin_11)); } inline RectOffset_t1369453676 * get_m_Margin_11() const { return ___m_Margin_11; } inline RectOffset_t1369453676 ** get_address_of_m_Margin_11() { return &___m_Margin_11; } inline void set_m_Margin_11(RectOffset_t1369453676 * value) { ___m_Margin_11 = value; Il2CppCodeGenWriteBarrier((&___m_Margin_11), value); } inline static int32_t get_offset_of_m_Overflow_12() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Overflow_12)); } inline RectOffset_t1369453676 * get_m_Overflow_12() const { return ___m_Overflow_12; } inline RectOffset_t1369453676 ** get_address_of_m_Overflow_12() { return &___m_Overflow_12; } inline void set_m_Overflow_12(RectOffset_t1369453676 * value) { ___m_Overflow_12 = value; Il2CppCodeGenWriteBarrier((&___m_Overflow_12), value); } inline static int32_t get_offset_of_m_FontInternal_13() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_FontInternal_13)); } inline Font_t1956802104 * get_m_FontInternal_13() const { return ___m_FontInternal_13; } inline Font_t1956802104 ** get_address_of_m_FontInternal_13() { return &___m_FontInternal_13; } inline void set_m_FontInternal_13(Font_t1956802104 * value) { ___m_FontInternal_13 = value; Il2CppCodeGenWriteBarrier((&___m_FontInternal_13), value); } }; struct GUIStyle_t3956901511_StaticFields { public: // System.Boolean UnityEngine.GUIStyle::showKeyboardFocus bool ___showKeyboardFocus_14; // UnityEngine.GUIStyle UnityEngine.GUIStyle::s_None GUIStyle_t3956901511 * ___s_None_15; public: inline static int32_t get_offset_of_showKeyboardFocus_14() { return static_cast(offsetof(GUIStyle_t3956901511_StaticFields, ___showKeyboardFocus_14)); } inline bool get_showKeyboardFocus_14() const { return ___showKeyboardFocus_14; } inline bool* get_address_of_showKeyboardFocus_14() { return &___showKeyboardFocus_14; } inline void set_showKeyboardFocus_14(bool value) { ___showKeyboardFocus_14 = value; } inline static int32_t get_offset_of_s_None_15() { return static_cast(offsetof(GUIStyle_t3956901511_StaticFields, ___s_None_15)); } inline GUIStyle_t3956901511 * get_s_None_15() const { return ___s_None_15; } inline GUIStyle_t3956901511 ** get_address_of_s_None_15() { return &___s_None_15; } inline void set_s_None_15(GUIStyle_t3956901511 * value) { ___s_None_15 = value; Il2CppCodeGenWriteBarrier((&___s_None_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.GUIStyle struct GUIStyle_t3956901511_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Normal_1; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Hover_2; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Active_3; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Focused_4; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnNormal_5; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnHover_6; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnActive_7; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnFocused_8; RectOffset_t1369453676_marshaled_pinvoke ___m_Border_9; RectOffset_t1369453676_marshaled_pinvoke ___m_Padding_10; RectOffset_t1369453676_marshaled_pinvoke ___m_Margin_11; RectOffset_t1369453676_marshaled_pinvoke ___m_Overflow_12; Font_t1956802104 * ___m_FontInternal_13; }; // Native definition for COM marshalling of UnityEngine.GUIStyle struct GUIStyle_t3956901511_marshaled_com { intptr_t ___m_Ptr_0; GUIStyleState_t1397964415_marshaled_com* ___m_Normal_1; GUIStyleState_t1397964415_marshaled_com* ___m_Hover_2; GUIStyleState_t1397964415_marshaled_com* ___m_Active_3; GUIStyleState_t1397964415_marshaled_com* ___m_Focused_4; GUIStyleState_t1397964415_marshaled_com* ___m_OnNormal_5; GUIStyleState_t1397964415_marshaled_com* ___m_OnHover_6; GUIStyleState_t1397964415_marshaled_com* ___m_OnActive_7; GUIStyleState_t1397964415_marshaled_com* ___m_OnFocused_8; RectOffset_t1369453676_marshaled_com* ___m_Border_9; RectOffset_t1369453676_marshaled_com* ___m_Padding_10; RectOffset_t1369453676_marshaled_com* ___m_Margin_11; RectOffset_t1369453676_marshaled_com* ___m_Overflow_12; Font_t1956802104 * ___m_FontInternal_13; }; #endif // GUISTYLE_T3956901511_H #ifndef U3CU3E__ANONTYPE0_3_T484929944_H #define U3CU3E__ANONTYPE0_3_T484929944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // <>__AnonType0`3 struct U3CU3E__AnonType0_3_t484929944 : public RuntimeObject { public: // __T <>__AnonType0`3:: int32_t ___U3CTypeU3E_0; // __T <>__AnonType0`3:: String_t* ___U3CValueU3E_1; // __T <>__AnonType0`3:: int32_t ___U3CIndexU3E_2; public: inline static int32_t get_offset_of_U3CTypeU3E_0() { return static_cast(offsetof(U3CU3E__AnonType0_3_t484929944, ___U3CTypeU3E_0)); } inline int32_t get_U3CTypeU3E_0() const { return ___U3CTypeU3E_0; } inline int32_t* get_address_of_U3CTypeU3E_0() { return &___U3CTypeU3E_0; } inline void set_U3CTypeU3E_0(int32_t value) { ___U3CTypeU3E_0 = value; } inline static int32_t get_offset_of_U3CValueU3E_1() { return static_cast(offsetof(U3CU3E__AnonType0_3_t484929944, ___U3CValueU3E_1)); } inline String_t* get_U3CValueU3E_1() const { return ___U3CValueU3E_1; } inline String_t** get_address_of_U3CValueU3E_1() { return &___U3CValueU3E_1; } inline void set_U3CValueU3E_1(String_t* value) { ___U3CValueU3E_1 = value; Il2CppCodeGenWriteBarrier((&___U3CValueU3E_1), value); } inline static int32_t get_offset_of_U3CIndexU3E_2() { return static_cast(offsetof(U3CU3E__AnonType0_3_t484929944, ___U3CIndexU3E_2)); } inline int32_t get_U3CIndexU3E_2() const { return ___U3CIndexU3E_2; } inline int32_t* get_address_of_U3CIndexU3E_2() { return &___U3CIndexU3E_2; } inline void set_U3CIndexU3E_2(int32_t value) { ___U3CIndexU3E_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3E__ANONTYPE0_3_T484929944_H #ifndef PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t1861056598, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef TEXTASSET_T3022178571_H #define TEXTASSET_T3022178571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextAsset struct TextAsset_t3022178571 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTASSET_T3022178571_H #ifndef TRANSFORM_T3600365921_H #define TRANSFORM_T3600365921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Transform struct Transform_t3600365921 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORM_T3600365921_H #ifndef ACTION_T1264377477_H #define ACTION_T1264377477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action struct Action_t1264377477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_T1264377477_H #ifndef EVENTHANDLER_1_T2907339746_H #define EVENTHANDLER_1_T2907339746_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventHandler`1 struct EventHandler_1_t2907339746 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLER_1_T2907339746_H #ifndef GETFUNC_1_T601956886_H #define GETFUNC_1_T601956886_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t601956886 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T601956886_H #ifndef ACTION_2_T1074178988_H #define ACTION_2_T1074178988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1074178988 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1074178988_H #ifndef GETCSOBJECT_T754952527_H #define GETCSOBJECT_T754952527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetCSObject struct GetCSObject_t754952527 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETCSOBJECT_T754952527_H #ifndef ACTION_2_T1820842380_H #define ACTION_2_T1820842380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1820842380 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1820842380_H #ifndef FUNC_2_T3487522507_H #define FUNC_2_T3487522507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t3487522507 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T3487522507_H #ifndef INTPARAM_T1872826946_H #define INTPARAM_T1872826946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.IntParam struct IntParam_t1872826946 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPARAM_T1872826946_H #ifndef CALCNEW_T680260847_H #define CALCNEW_T680260847_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.InvokeLua/CalcNew struct CalcNew_t680260847 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALCNEW_T680260847_H #ifndef ARRAYACCESS_T1010732446_H #define ARRAYACCESS_T1010732446_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.ArrayAccess struct ArrayAccess_t1010732446 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYACCESS_T1010732446_H #ifndef ENUMPARAM_T1711860956_H #define ENUMPARAM_T1711860956_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.EnumParam struct EnumParam_t1711860956 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMPARAM_T1711860956_H #ifndef ACTION_2_T60432908_H #define ACTION_2_T60432908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t60432908 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T60432908_H #ifndef BEHAVIOUR_T1437897464_H #define BEHAVIOUR_T1437897464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Behaviour struct Behaviour_t1437897464 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEHAVIOUR_T1437897464_H #ifndef VECTOR3PARAM_T2925075643_H #define VECTOR3PARAM_T2925075643_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Vector3Param struct Vector3Param_t2925075643 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3PARAM_T2925075643_H #ifndef ACTION_2_T3161010_H #define ACTION_2_T3161010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3161010 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3161010_H #ifndef GUISKIN_T1244372282_H #define GUISKIN_T1244372282_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GUISkin struct GUISkin_t1244372282 : public ScriptableObject_t2528358522 { public: // UnityEngine.Font UnityEngine.GUISkin::m_Font Font_t1956802104 * ___m_Font_2; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_box GUIStyle_t3956901511 * ___m_box_3; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_button GUIStyle_t3956901511 * ___m_button_4; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_toggle GUIStyle_t3956901511 * ___m_toggle_5; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_label GUIStyle_t3956901511 * ___m_label_6; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_textField GUIStyle_t3956901511 * ___m_textField_7; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_textArea GUIStyle_t3956901511 * ___m_textArea_8; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_window GUIStyle_t3956901511 * ___m_window_9; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSlider GUIStyle_t3956901511 * ___m_horizontalSlider_10; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSliderThumb GUIStyle_t3956901511 * ___m_horizontalSliderThumb_11; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSlider GUIStyle_t3956901511 * ___m_verticalSlider_12; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSliderThumb GUIStyle_t3956901511 * ___m_verticalSliderThumb_13; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbar GUIStyle_t3956901511 * ___m_horizontalScrollbar_14; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarThumb GUIStyle_t3956901511 * ___m_horizontalScrollbarThumb_15; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarLeftButton GUIStyle_t3956901511 * ___m_horizontalScrollbarLeftButton_16; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarRightButton GUIStyle_t3956901511 * ___m_horizontalScrollbarRightButton_17; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbar GUIStyle_t3956901511 * ___m_verticalScrollbar_18; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarThumb GUIStyle_t3956901511 * ___m_verticalScrollbarThumb_19; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarUpButton GUIStyle_t3956901511 * ___m_verticalScrollbarUpButton_20; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarDownButton GUIStyle_t3956901511 * ___m_verticalScrollbarDownButton_21; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_ScrollView GUIStyle_t3956901511 * ___m_ScrollView_22; // UnityEngine.GUIStyle[] UnityEngine.GUISkin::m_CustomStyles GUIStyleU5BU5D_t2383250302* ___m_CustomStyles_23; // UnityEngine.GUISettings UnityEngine.GUISkin::m_Settings GUISettings_t1774757634 * ___m_Settings_24; // System.Collections.Generic.Dictionary`2 UnityEngine.GUISkin::m_Styles Dictionary_2_t3742157810 * ___m_Styles_25; public: inline static int32_t get_offset_of_m_Font_2() { return static_cast(offsetof(GUISkin_t1244372282, ___m_Font_2)); } inline Font_t1956802104 * get_m_Font_2() const { return ___m_Font_2; } inline Font_t1956802104 ** get_address_of_m_Font_2() { return &___m_Font_2; } inline void set_m_Font_2(Font_t1956802104 * value) { ___m_Font_2 = value; Il2CppCodeGenWriteBarrier((&___m_Font_2), value); } inline static int32_t get_offset_of_m_box_3() { return static_cast(offsetof(GUISkin_t1244372282, ___m_box_3)); } inline GUIStyle_t3956901511 * get_m_box_3() const { return ___m_box_3; } inline GUIStyle_t3956901511 ** get_address_of_m_box_3() { return &___m_box_3; } inline void set_m_box_3(GUIStyle_t3956901511 * value) { ___m_box_3 = value; Il2CppCodeGenWriteBarrier((&___m_box_3), value); } inline static int32_t get_offset_of_m_button_4() { return static_cast(offsetof(GUISkin_t1244372282, ___m_button_4)); } inline GUIStyle_t3956901511 * get_m_button_4() const { return ___m_button_4; } inline GUIStyle_t3956901511 ** get_address_of_m_button_4() { return &___m_button_4; } inline void set_m_button_4(GUIStyle_t3956901511 * value) { ___m_button_4 = value; Il2CppCodeGenWriteBarrier((&___m_button_4), value); } inline static int32_t get_offset_of_m_toggle_5() { return static_cast(offsetof(GUISkin_t1244372282, ___m_toggle_5)); } inline GUIStyle_t3956901511 * get_m_toggle_5() const { return ___m_toggle_5; } inline GUIStyle_t3956901511 ** get_address_of_m_toggle_5() { return &___m_toggle_5; } inline void set_m_toggle_5(GUIStyle_t3956901511 * value) { ___m_toggle_5 = value; Il2CppCodeGenWriteBarrier((&___m_toggle_5), value); } inline static int32_t get_offset_of_m_label_6() { return static_cast(offsetof(GUISkin_t1244372282, ___m_label_6)); } inline GUIStyle_t3956901511 * get_m_label_6() const { return ___m_label_6; } inline GUIStyle_t3956901511 ** get_address_of_m_label_6() { return &___m_label_6; } inline void set_m_label_6(GUIStyle_t3956901511 * value) { ___m_label_6 = value; Il2CppCodeGenWriteBarrier((&___m_label_6), value); } inline static int32_t get_offset_of_m_textField_7() { return static_cast(offsetof(GUISkin_t1244372282, ___m_textField_7)); } inline GUIStyle_t3956901511 * get_m_textField_7() const { return ___m_textField_7; } inline GUIStyle_t3956901511 ** get_address_of_m_textField_7() { return &___m_textField_7; } inline void set_m_textField_7(GUIStyle_t3956901511 * value) { ___m_textField_7 = value; Il2CppCodeGenWriteBarrier((&___m_textField_7), value); } inline static int32_t get_offset_of_m_textArea_8() { return static_cast(offsetof(GUISkin_t1244372282, ___m_textArea_8)); } inline GUIStyle_t3956901511 * get_m_textArea_8() const { return ___m_textArea_8; } inline GUIStyle_t3956901511 ** get_address_of_m_textArea_8() { return &___m_textArea_8; } inline void set_m_textArea_8(GUIStyle_t3956901511 * value) { ___m_textArea_8 = value; Il2CppCodeGenWriteBarrier((&___m_textArea_8), value); } inline static int32_t get_offset_of_m_window_9() { return static_cast(offsetof(GUISkin_t1244372282, ___m_window_9)); } inline GUIStyle_t3956901511 * get_m_window_9() const { return ___m_window_9; } inline GUIStyle_t3956901511 ** get_address_of_m_window_9() { return &___m_window_9; } inline void set_m_window_9(GUIStyle_t3956901511 * value) { ___m_window_9 = value; Il2CppCodeGenWriteBarrier((&___m_window_9), value); } inline static int32_t get_offset_of_m_horizontalSlider_10() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalSlider_10)); } inline GUIStyle_t3956901511 * get_m_horizontalSlider_10() const { return ___m_horizontalSlider_10; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalSlider_10() { return &___m_horizontalSlider_10; } inline void set_m_horizontalSlider_10(GUIStyle_t3956901511 * value) { ___m_horizontalSlider_10 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalSlider_10), value); } inline static int32_t get_offset_of_m_horizontalSliderThumb_11() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalSliderThumb_11)); } inline GUIStyle_t3956901511 * get_m_horizontalSliderThumb_11() const { return ___m_horizontalSliderThumb_11; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalSliderThumb_11() { return &___m_horizontalSliderThumb_11; } inline void set_m_horizontalSliderThumb_11(GUIStyle_t3956901511 * value) { ___m_horizontalSliderThumb_11 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalSliderThumb_11), value); } inline static int32_t get_offset_of_m_verticalSlider_12() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalSlider_12)); } inline GUIStyle_t3956901511 * get_m_verticalSlider_12() const { return ___m_verticalSlider_12; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalSlider_12() { return &___m_verticalSlider_12; } inline void set_m_verticalSlider_12(GUIStyle_t3956901511 * value) { ___m_verticalSlider_12 = value; Il2CppCodeGenWriteBarrier((&___m_verticalSlider_12), value); } inline static int32_t get_offset_of_m_verticalSliderThumb_13() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalSliderThumb_13)); } inline GUIStyle_t3956901511 * get_m_verticalSliderThumb_13() const { return ___m_verticalSliderThumb_13; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalSliderThumb_13() { return &___m_verticalSliderThumb_13; } inline void set_m_verticalSliderThumb_13(GUIStyle_t3956901511 * value) { ___m_verticalSliderThumb_13 = value; Il2CppCodeGenWriteBarrier((&___m_verticalSliderThumb_13), value); } inline static int32_t get_offset_of_m_horizontalScrollbar_14() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalScrollbar_14)); } inline GUIStyle_t3956901511 * get_m_horizontalScrollbar_14() const { return ___m_horizontalScrollbar_14; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalScrollbar_14() { return &___m_horizontalScrollbar_14; } inline void set_m_horizontalScrollbar_14(GUIStyle_t3956901511 * value) { ___m_horizontalScrollbar_14 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalScrollbar_14), value); } inline static int32_t get_offset_of_m_horizontalScrollbarThumb_15() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalScrollbarThumb_15)); } inline GUIStyle_t3956901511 * get_m_horizontalScrollbarThumb_15() const { return ___m_horizontalScrollbarThumb_15; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalScrollbarThumb_15() { return &___m_horizontalScrollbarThumb_15; } inline void set_m_horizontalScrollbarThumb_15(GUIStyle_t3956901511 * value) { ___m_horizontalScrollbarThumb_15 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalScrollbarThumb_15), value); } inline static int32_t get_offset_of_m_horizontalScrollbarLeftButton_16() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalScrollbarLeftButton_16)); } inline GUIStyle_t3956901511 * get_m_horizontalScrollbarLeftButton_16() const { return ___m_horizontalScrollbarLeftButton_16; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalScrollbarLeftButton_16() { return &___m_horizontalScrollbarLeftButton_16; } inline void set_m_horizontalScrollbarLeftButton_16(GUIStyle_t3956901511 * value) { ___m_horizontalScrollbarLeftButton_16 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalScrollbarLeftButton_16), value); } inline static int32_t get_offset_of_m_horizontalScrollbarRightButton_17() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalScrollbarRightButton_17)); } inline GUIStyle_t3956901511 * get_m_horizontalScrollbarRightButton_17() const { return ___m_horizontalScrollbarRightButton_17; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalScrollbarRightButton_17() { return &___m_horizontalScrollbarRightButton_17; } inline void set_m_horizontalScrollbarRightButton_17(GUIStyle_t3956901511 * value) { ___m_horizontalScrollbarRightButton_17 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalScrollbarRightButton_17), value); } inline static int32_t get_offset_of_m_verticalScrollbar_18() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalScrollbar_18)); } inline GUIStyle_t3956901511 * get_m_verticalScrollbar_18() const { return ___m_verticalScrollbar_18; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalScrollbar_18() { return &___m_verticalScrollbar_18; } inline void set_m_verticalScrollbar_18(GUIStyle_t3956901511 * value) { ___m_verticalScrollbar_18 = value; Il2CppCodeGenWriteBarrier((&___m_verticalScrollbar_18), value); } inline static int32_t get_offset_of_m_verticalScrollbarThumb_19() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalScrollbarThumb_19)); } inline GUIStyle_t3956901511 * get_m_verticalScrollbarThumb_19() const { return ___m_verticalScrollbarThumb_19; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalScrollbarThumb_19() { return &___m_verticalScrollbarThumb_19; } inline void set_m_verticalScrollbarThumb_19(GUIStyle_t3956901511 * value) { ___m_verticalScrollbarThumb_19 = value; Il2CppCodeGenWriteBarrier((&___m_verticalScrollbarThumb_19), value); } inline static int32_t get_offset_of_m_verticalScrollbarUpButton_20() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalScrollbarUpButton_20)); } inline GUIStyle_t3956901511 * get_m_verticalScrollbarUpButton_20() const { return ___m_verticalScrollbarUpButton_20; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalScrollbarUpButton_20() { return &___m_verticalScrollbarUpButton_20; } inline void set_m_verticalScrollbarUpButton_20(GUIStyle_t3956901511 * value) { ___m_verticalScrollbarUpButton_20 = value; Il2CppCodeGenWriteBarrier((&___m_verticalScrollbarUpButton_20), value); } inline static int32_t get_offset_of_m_verticalScrollbarDownButton_21() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalScrollbarDownButton_21)); } inline GUIStyle_t3956901511 * get_m_verticalScrollbarDownButton_21() const { return ___m_verticalScrollbarDownButton_21; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalScrollbarDownButton_21() { return &___m_verticalScrollbarDownButton_21; } inline void set_m_verticalScrollbarDownButton_21(GUIStyle_t3956901511 * value) { ___m_verticalScrollbarDownButton_21 = value; Il2CppCodeGenWriteBarrier((&___m_verticalScrollbarDownButton_21), value); } inline static int32_t get_offset_of_m_ScrollView_22() { return static_cast(offsetof(GUISkin_t1244372282, ___m_ScrollView_22)); } inline GUIStyle_t3956901511 * get_m_ScrollView_22() const { return ___m_ScrollView_22; } inline GUIStyle_t3956901511 ** get_address_of_m_ScrollView_22() { return &___m_ScrollView_22; } inline void set_m_ScrollView_22(GUIStyle_t3956901511 * value) { ___m_ScrollView_22 = value; Il2CppCodeGenWriteBarrier((&___m_ScrollView_22), value); } inline static int32_t get_offset_of_m_CustomStyles_23() { return static_cast(offsetof(GUISkin_t1244372282, ___m_CustomStyles_23)); } inline GUIStyleU5BU5D_t2383250302* get_m_CustomStyles_23() const { return ___m_CustomStyles_23; } inline GUIStyleU5BU5D_t2383250302** get_address_of_m_CustomStyles_23() { return &___m_CustomStyles_23; } inline void set_m_CustomStyles_23(GUIStyleU5BU5D_t2383250302* value) { ___m_CustomStyles_23 = value; Il2CppCodeGenWriteBarrier((&___m_CustomStyles_23), value); } inline static int32_t get_offset_of_m_Settings_24() { return static_cast(offsetof(GUISkin_t1244372282, ___m_Settings_24)); } inline GUISettings_t1774757634 * get_m_Settings_24() const { return ___m_Settings_24; } inline GUISettings_t1774757634 ** get_address_of_m_Settings_24() { return &___m_Settings_24; } inline void set_m_Settings_24(GUISettings_t1774757634 * value) { ___m_Settings_24 = value; Il2CppCodeGenWriteBarrier((&___m_Settings_24), value); } inline static int32_t get_offset_of_m_Styles_25() { return static_cast(offsetof(GUISkin_t1244372282, ___m_Styles_25)); } inline Dictionary_2_t3742157810 * get_m_Styles_25() const { return ___m_Styles_25; } inline Dictionary_2_t3742157810 ** get_address_of_m_Styles_25() { return &___m_Styles_25; } inline void set_m_Styles_25(Dictionary_2_t3742157810 * value) { ___m_Styles_25 = value; Il2CppCodeGenWriteBarrier((&___m_Styles_25), value); } }; struct GUISkin_t1244372282_StaticFields { public: // UnityEngine.GUISkin/SkinChangedDelegate UnityEngine.GUISkin::m_SkinChanged SkinChangedDelegate_t1143955295 * ___m_SkinChanged_26; // UnityEngine.GUISkin UnityEngine.GUISkin::current GUISkin_t1244372282 * ___current_27; public: inline static int32_t get_offset_of_m_SkinChanged_26() { return static_cast(offsetof(GUISkin_t1244372282_StaticFields, ___m_SkinChanged_26)); } inline SkinChangedDelegate_t1143955295 * get_m_SkinChanged_26() const { return ___m_SkinChanged_26; } inline SkinChangedDelegate_t1143955295 ** get_address_of_m_SkinChanged_26() { return &___m_SkinChanged_26; } inline void set_m_SkinChanged_26(SkinChangedDelegate_t1143955295 * value) { ___m_SkinChanged_26 = value; Il2CppCodeGenWriteBarrier((&___m_SkinChanged_26), value); } inline static int32_t get_offset_of_current_27() { return static_cast(offsetof(GUISkin_t1244372282_StaticFields, ___current_27)); } inline GUISkin_t1244372282 * get_current_27() const { return ___current_27; } inline GUISkin_t1244372282 ** get_address_of_current_27() { return &___current_27; } inline void set_current_27(GUISkin_t1244372282 * value) { ___current_27 = value; Il2CppCodeGenWriteBarrier((&___current_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUISKIN_T1244372282_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef UNITYACTION_T3245792599_H #define UNITYACTION_T3245792599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction struct UnityAction_t3245792599 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_T3245792599_H #ifndef ACTION_3_T2809365772_H #define ACTION_3_T2809365772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2809365772 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2809365772_H #ifndef GETFUNC_1_T3883178102_H #define GETFUNC_1_T3883178102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3883178102 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3883178102_H #ifndef CUSTOMVALUETYPEPARAM_T1524517362_H #define CUSTOMVALUETYPEPARAM_T1524517362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.CustomValueTypeParam struct CustomValueTypeParam_t1524517362 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMVALUETYPEPARAM_T1524517362_H #ifndef DECIMALPARAM_T4056261327_H #define DECIMALPARAM_T4056261327_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.DecimalParam struct DecimalParam_t4056261327 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMALPARAM_T4056261327_H #ifndef ACTION_1_T269755560_H #define ACTION_1_T269755560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t269755560 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T269755560_H #ifndef FUNC_3_T145517001_H #define FUNC_3_T145517001_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`3 struct Func_3_t145517001 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_3_T145517001_H #ifndef OBJECTCAST_T2869028929_H #define OBJECTCAST_T2869028929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCast struct ObjectCast_t2869028929 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCAST_T2869028929_H #ifndef OBJECTCHECK_T3971088829_H #define OBJECTCHECK_T3971088829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCheck struct ObjectCheck_t3971088829 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCHECK_T3971088829_H #ifndef ACTION_3_T1785253317_H #define ACTION_3_T1785253317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1785253317 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1785253317_H #ifndef ACTION_2_T275077503_H #define ACTION_2_T275077503_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t275077503 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T275077503_H #ifndef GETFUNC_1_T4097822697_H #define GETFUNC_1_T4097822697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4097822697 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T4097822697_H #ifndef UPDATECSOBJECT_T4262194437_H #define UPDATECSOBJECT_T4262194437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/UpdateCSObject struct UpdateCSObject_t4262194437 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPDATECSOBJECT_T4262194437_H #ifndef PUSHCSOBJECT_T2825347334_H #define PUSHCSOBJECT_T2825347334_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/PushCSObject struct PushCSObject_t2825347334 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUSHCSOBJECT_T2825347334_H #ifndef ACTION_3_T3147672605_H #define ACTION_3_T3147672605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3147672605 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3147672605_H #ifndef GETFUNC_1_T4221484935_H #define GETFUNC_1_T4221484935_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4221484935 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T4221484935_H #ifndef ACTION_2_T398739741_H #define ACTION_2_T398739741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t398739741 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T398739741_H #ifndef GETFUNC_1_T2859065647_H #define GETFUNC_1_T2859065647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2859065647 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2859065647_H #ifndef GETFUNC_1_T2353945213_H #define GETFUNC_1_T2353945213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2353945213 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2353945213_H #ifndef ACTION_3_T1280132883_H #define ACTION_3_T1280132883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1280132883 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1280132883_H #ifndef LUA_CSFUNCTION_T883524059_H #define LUA_CSFUNCTION_T883524059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaDLL.lua_CSFunction struct lua_CSFunction_t883524059 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUA_CSFUNCTION_T883524059_H #ifndef CUSTOMLOADER_T465830221_H #define CUSTOMLOADER_T465830221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaEnv/CustomLoader struct CustomLoader_t465830221 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMLOADER_T465830221_H #ifndef ACTION_2_T2642173319_H #define ACTION_2_T2642173319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2642173319 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2642173319_H #ifndef GETFUNC_1_T2169951217_H #define GETFUNC_1_T2169951217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2169951217 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2169951217_H #ifndef ACTION_3_T1096138887_H #define ACTION_3_T1096138887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1096138887 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1096138887_H #ifndef ACTION_2_T1905493838_H #define ACTION_2_T1905493838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1905493838 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1905493838_H #ifndef GETFUNC_1_T1433271736_H #define GETFUNC_1_T1433271736_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1433271736 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T1433271736_H #ifndef ACTION_3_T359459406_H #define ACTION_3_T359459406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t359459406 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T359459406_H #ifndef ACTION_2_T3331287749_H #define ACTION_2_T3331287749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3331287749 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3331287749_H #ifndef ACTION_3_T2951024179_H #define ACTION_3_T2951024179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2951024179 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2951024179_H #ifndef GETFUNC_1_T3864406712_H #define GETFUNC_1_T3864406712_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3864406712 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3864406712_H #ifndef ACTION_2_T41661518_H #define ACTION_2_T41661518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t41661518 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T41661518_H #ifndef ACTION_3_T1178898073_H #define ACTION_3_T1178898073_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1178898073 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1178898073_H #ifndef GETFUNC_1_T2252710403_H #define GETFUNC_1_T2252710403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2252710403 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2252710403_H #ifndef ACTION_2_T2724932505_H #define ACTION_2_T2724932505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2724932505 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2724932505_H #ifndef ACTION_3_T2063097791_H #define ACTION_3_T2063097791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2063097791 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2063097791_H #ifndef GETFUNC_1_T3136910121_H #define GETFUNC_1_T3136910121_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3136910121 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3136910121_H #ifndef ACTION_2_T3609132223_H #define ACTION_2_T3609132223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3609132223 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3609132223_H #ifndef ACTION_3_T562177408_H #define ACTION_3_T562177408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t562177408 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T562177408_H #ifndef GETFUNC_1_T1635989738_H #define GETFUNC_1_T1635989738_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1635989738 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T1635989738_H #ifndef ACTION_2_T2108211840_H #define ACTION_2_T2108211840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2108211840 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2108211840_H #ifndef ACTION_3_T2790594382_H #define ACTION_3_T2790594382_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2790594382 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2790594382_H #ifndef GETFUNC_1_T4024836509_H #define GETFUNC_1_T4024836509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t4024836509 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T4024836509_H #ifndef ACTION_2_T202091315_H #define ACTION_2_T202091315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t202091315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T202091315_H #ifndef ACTION_3_T984968159_H #define ACTION_3_T984968159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t984968159 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T984968159_H #ifndef GETFUNC_1_T2058780489_H #define GETFUNC_1_T2058780489_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2058780489 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2058780489_H #ifndef ACTION_2_T2531002591_H #define ACTION_2_T2531002591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2531002591 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2531002591_H #ifndef ACTION_3_T298568315_H #define ACTION_3_T298568315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t298568315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T298568315_H #ifndef GETFUNC_1_T1372380645_H #define GETFUNC_1_T1372380645_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t1372380645 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T1372380645_H #ifndef ACTION_2_T1844602747_H #define ACTION_2_T1844602747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1844602747 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1844602747_H #ifndef ACTION_3_T1561865147_H #define ACTION_3_T1561865147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1561865147 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1561865147_H #ifndef GETFUNC_1_T2635677477_H #define GETFUNC_1_T2635677477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2635677477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2635677477_H #ifndef ACTION_2_T3107899579_H #define ACTION_2_T3107899579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3107899579 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3107899579_H #ifndef TRYARRAYGET_T1731576616_H #define TRYARRAYGET_T1731576616_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/TryArrayGet struct TryArrayGet_t1731576616 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRYARRAYGET_T1731576616_H #ifndef FUNC_2_T1321444127_H #define FUNC_2_T1321444127_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2> struct Func_2_t1321444127 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1321444127_H #ifndef ACTION_2_T2715558928_H #define ACTION_2_T2715558928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2715558928 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2715558928_H #ifndef GETFUNC_1_T2243336826_H #define GETFUNC_1_T2243336826_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2243336826 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2243336826_H #ifndef FUNC_2_T2377163032_H #define FUNC_2_T2377163032_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t2377163032 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2377163032_H #ifndef ACTION_3_T1169524496_H #define ACTION_3_T1169524496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1169524496 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1169524496_H #ifndef ACTION_2_T4281642869_H #define ACTION_2_T4281642869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t4281642869 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T4281642869_H #ifndef ACTION_3_T3024010367_H #define ACTION_3_T3024010367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3024010367 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3024010367_H #ifndef GETFUNC_1_T3809420767_H #define GETFUNC_1_T3809420767_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3809420767 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3809420767_H #ifndef ACTION_3_T2735608437_H #define ACTION_3_T2735608437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2735608437 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2735608437_H #ifndef FUNC_2_T2311415679_H #define FUNC_2_T2311415679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t2311415679 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2311415679_H #ifndef FUNC_3_T812472829_H #define FUNC_3_T812472829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`3__AnonType1`2> struct Func_3_t812472829 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_3_T812472829_H #ifndef FUNC_2_T942717935_H #define FUNC_2_T942717935_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t942717935 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T942717935_H #ifndef FUNC_2_T4152421637_H #define FUNC_2_T4152421637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t4152421637 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T4152421637_H #ifndef ACTION_3_T3823111852_H #define ACTION_3_T3823111852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t3823111852 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T3823111852_H #ifndef ACTION_2_T3395938850_H #define ACTION_2_T3395938850_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3395938850 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3395938850_H #ifndef GETFUNC_1_T2923716748_H #define GETFUNC_1_T2923716748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2923716748 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2923716748_H #ifndef FUNC_2_T2974038919_H #define FUNC_2_T2974038919_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2,System.Collections.Generic.IEnumerable`1> struct Func_2_t2974038919 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2974038919_H #ifndef FUNC_2_T305537246_H #define FUNC_2_T305537246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2,System.Type> struct Func_2_t305537246 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T305537246_H #ifndef FUNC_2_T1820654754_H #define FUNC_2_T1820654754_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2<<>__AnonType1`2,System.Reflection.MethodInfo> struct Func_2_t1820654754 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1820654754_H #ifndef FUNC_2_T2426973266_H #define FUNC_2_T2426973266_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2<<>__AnonType1`2,System.Type> struct Func_2_t2426973266 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2426973266_H #ifndef FUNC_2_T40316471_H #define FUNC_2_T40316471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2<<>__AnonType1`2,System.Boolean> struct Func_2_t40316471 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T40316471_H #ifndef ACTION_3_T1849904418_H #define ACTION_3_T1849904418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1849904418 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1849904418_H #ifndef FUNC_2_T2974062076_H #define FUNC_2_T2974062076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2<<>__AnonType0`3,XLua.TemplateEngine.Chunk> struct Func_2_t2974062076 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2974062076_H #ifndef ACTION_2_T3115015729_H #define ACTION_2_T3115015729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3115015729 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3115015729_H #ifndef GETFUNC_1_T2642793627_H #define GETFUNC_1_T2642793627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2642793627 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2642793627_H #ifndef ACTION_3_T1568981297_H #define ACTION_3_T1568981297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1568981297 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1568981297_H #ifndef FUNC_2_T561252955_H #define FUNC_2_T561252955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t561252955 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T561252955_H #ifndef ACTION_2_T2861257736_H #define ACTION_2_T2861257736_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2861257736 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2861257736_H #ifndef GETFUNC_1_T2389035634_H #define GETFUNC_1_T2389035634_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t2389035634 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T2389035634_H #ifndef TRYARRAYSET_T1732363048_H #define TRYARRAYSET_T1732363048_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/TryArraySet struct TryArraySet_t1732363048 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRYARRAYSET_T1732363048_H #ifndef ACTION_2_T2826167315_H #define ACTION_2_T2826167315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2826167315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2826167315_H #ifndef ACTION_3_T2799146466_H #define ACTION_3_T2799146466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2799146466 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2799146466_H #ifndef GETFUNC_1_T3872958796_H #define GETFUNC_1_T3872958796_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3872958796 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3872958796_H #ifndef ACTION_2_T50213602_H #define ACTION_2_T50213602_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t50213602 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T50213602_H #ifndef ACTION_3_T1315223304_H #define ACTION_3_T1315223304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t1315223304 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T1315223304_H #ifndef ACTION_3_T2332323910_H #define ACTION_3_T2332323910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t2332323910 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T2332323910_H #ifndef FUNC_2_T2666968375_H #define FUNC_2_T2666968375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2<<>__AnonType0`3,System.Int32> struct Func_2_t2666968375 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2666968375_H #ifndef GETFUNC_1_T3406136240_H #define GETFUNC_1_T3406136240_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetFunc`1 struct GetFunc_1_t3406136240 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETFUNC_1_T3406136240_H #ifndef FUNC_2_T1486249524_H #define FUNC_2_T1486249524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2__AnonType0`3> struct Func_2_t1486249524 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1486249524_H #ifndef ACTION_2_T3878358342_H #define ACTION_2_T3878358342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3878358342 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3878358342_H #ifndef MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef GENERICMETHODEXAMPLE_T2620225255_H #define GENERICMETHODEXAMPLE_T2620225255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.GenericMethodExample struct GenericMethodExample_t2620225255 : public MonoBehaviour_t3962482529 { public: // XLua.LuaEnv XLuaTest.GenericMethodExample::env LuaEnv_t2152703515 * ___env_3; public: inline static int32_t get_offset_of_env_3() { return static_cast(offsetof(GenericMethodExample_t2620225255, ___env_3)); } inline LuaEnv_t2152703515 * get_env_3() const { return ___env_3; } inline LuaEnv_t2152703515 ** get_address_of_env_3() { return &___env_3; } inline void set_env_3(LuaEnv_t2152703515 * value) { ___env_3 = value; Il2CppCodeGenWriteBarrier((&___env_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GENERICMETHODEXAMPLE_T2620225255_H #ifndef SIGNATURELOADERTEST_T505974306_H #define SIGNATURELOADERTEST_T505974306_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.SignatureLoaderTest struct SignatureLoaderTest_t505974306 : public MonoBehaviour_t3962482529 { public: public: }; struct SignatureLoaderTest_t505974306_StaticFields { public: // System.String XLuaTest.SignatureLoaderTest::PUBLIC_KEY String_t* ___PUBLIC_KEY_2; // XLua.LuaEnv/CustomLoader XLuaTest.SignatureLoaderTest::<>f__am$cache0 CustomLoader_t465830221 * ___U3CU3Ef__amU24cache0_3; public: inline static int32_t get_offset_of_PUBLIC_KEY_2() { return static_cast(offsetof(SignatureLoaderTest_t505974306_StaticFields, ___PUBLIC_KEY_2)); } inline String_t* get_PUBLIC_KEY_2() const { return ___PUBLIC_KEY_2; } inline String_t** get_address_of_PUBLIC_KEY_2() { return &___PUBLIC_KEY_2; } inline void set_PUBLIC_KEY_2(String_t* value) { ___PUBLIC_KEY_2 = value; Il2CppCodeGenWriteBarrier((&___PUBLIC_KEY_2), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_3() { return static_cast(offsetof(SignatureLoaderTest_t505974306_StaticFields, ___U3CU3Ef__amU24cache0_3)); } inline CustomLoader_t465830221 * get_U3CU3Ef__amU24cache0_3() const { return ___U3CU3Ef__amU24cache0_3; } inline CustomLoader_t465830221 ** get_address_of_U3CU3Ef__amU24cache0_3() { return &___U3CU3Ef__amU24cache0_3; } inline void set_U3CU3Ef__amU24cache0_3(CustomLoader_t465830221 * value) { ___U3CU3Ef__amU24cache0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIGNATURELOADERTEST_T505974306_H #ifndef UIBEHAVIOUR_T3495933518_H #define UIBEHAVIOUR_T3495933518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_t3495933518 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBEHAVIOUR_T3495933518_H #ifndef REIMPLEMENTINLUA_T250057993_H #define REIMPLEMENTINLUA_T250057993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.ReImplementInLua struct ReImplementInLua_t250057993 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REIMPLEMENTINLUA_T250057993_H #ifndef INVOKELUA_T3966418546_H #define INVOKELUA_T3966418546_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.InvokeLua struct InvokeLua_t3966418546 : public MonoBehaviour_t3962482529 { public: // System.String XLuaTest.InvokeLua::script String_t* ___script_2; public: inline static int32_t get_offset_of_script_2() { return static_cast(offsetof(InvokeLua_t3966418546, ___script_2)); } inline String_t* get_script_2() const { return ___script_2; } inline String_t** get_address_of_script_2() { return &___script_2; } inline void set_script_2(String_t* value) { ___script_2 = value; Il2CppCodeGenWriteBarrier((&___script_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVOKELUA_T3966418546_H #ifndef RAWOBJECTTEST_T3414887830_H #define RAWOBJECTTEST_T3414887830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.RawObjectTest struct RawObjectTest_t3414887830 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAWOBJECTTEST_T3414887830_H #ifndef HOTFIXTEST_T1898123918_H #define HOTFIXTEST_T1898123918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.HotfixTest struct HotfixTest_t1898123918 : public MonoBehaviour_t3962482529 { public: // XLua.LuaEnv XLuaTest.HotfixTest::luaenv LuaEnv_t2152703515 * ___luaenv_2; // System.Int32 XLuaTest.HotfixTest::tick int32_t ___tick_3; public: inline static int32_t get_offset_of_luaenv_2() { return static_cast(offsetof(HotfixTest_t1898123918, ___luaenv_2)); } inline LuaEnv_t2152703515 * get_luaenv_2() const { return ___luaenv_2; } inline LuaEnv_t2152703515 ** get_address_of_luaenv_2() { return &___luaenv_2; } inline void set_luaenv_2(LuaEnv_t2152703515 * value) { ___luaenv_2 = value; Il2CppCodeGenWriteBarrier((&___luaenv_2), value); } inline static int32_t get_offset_of_tick_3() { return static_cast(offsetof(HotfixTest_t1898123918, ___tick_3)); } inline int32_t get_tick_3() const { return ___tick_3; } inline int32_t* get_address_of_tick_3() { return &___tick_3; } inline void set_tick_3(int32_t value) { ___tick_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTFIXTEST_T1898123918_H #ifndef NOGC_T2304347923_H #define NOGC_T2304347923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.NoGc struct NoGc_t2304347923 : public MonoBehaviour_t3962482529 { public: // XLua.LuaEnv XLuaTest.NoGc::luaenv LuaEnv_t2152703515 * ___luaenv_2; // XLuaTest.IntParam XLuaTest.NoGc::f1 IntParam_t1872826946 * ___f1_3; // XLuaTest.Vector3Param XLuaTest.NoGc::f2 Vector3Param_t2925075643 * ___f2_4; // XLuaTest.CustomValueTypeParam XLuaTest.NoGc::f3 CustomValueTypeParam_t1524517362 * ___f3_5; // XLuaTest.EnumParam XLuaTest.NoGc::f4 EnumParam_t1711860956 * ___f4_6; // XLuaTest.DecimalParam XLuaTest.NoGc::f5 DecimalParam_t4056261327 * ___f5_7; // XLuaTest.ArrayAccess XLuaTest.NoGc::farr ArrayAccess_t1010732446 * ___farr_8; // System.Action XLuaTest.NoGc::flua Action_t1264377477 * ___flua_9; // XLuaTest.IExchanger XLuaTest.NoGc::ie RuntimeObject* ___ie_10; // XLua.LuaFunction XLuaTest.NoGc::add LuaFunction_t431395339 * ___add_11; // System.Double[] XLuaTest.NoGc::a1 DoubleU5BU5D_t3413330114* ___a1_12; // UnityEngine.Vector3[] XLuaTest.NoGc::a2 Vector3U5BU5D_t1718750761* ___a2_13; // XLuaTest.MyStruct[] XLuaTest.NoGc::a3 MyStructU5BU5D_t224763702* ___a3_14; // XLuaTest.MyEnum[] XLuaTest.NoGc::a4 MyEnumU5BU5D_t3063337185* ___a4_15; // System.Decimal[] XLuaTest.NoGc::a5 DecimalU5BU5D_t1145110141* ___a5_16; public: inline static int32_t get_offset_of_luaenv_2() { return static_cast(offsetof(NoGc_t2304347923, ___luaenv_2)); } inline LuaEnv_t2152703515 * get_luaenv_2() const { return ___luaenv_2; } inline LuaEnv_t2152703515 ** get_address_of_luaenv_2() { return &___luaenv_2; } inline void set_luaenv_2(LuaEnv_t2152703515 * value) { ___luaenv_2 = value; Il2CppCodeGenWriteBarrier((&___luaenv_2), value); } inline static int32_t get_offset_of_f1_3() { return static_cast(offsetof(NoGc_t2304347923, ___f1_3)); } inline IntParam_t1872826946 * get_f1_3() const { return ___f1_3; } inline IntParam_t1872826946 ** get_address_of_f1_3() { return &___f1_3; } inline void set_f1_3(IntParam_t1872826946 * value) { ___f1_3 = value; Il2CppCodeGenWriteBarrier((&___f1_3), value); } inline static int32_t get_offset_of_f2_4() { return static_cast(offsetof(NoGc_t2304347923, ___f2_4)); } inline Vector3Param_t2925075643 * get_f2_4() const { return ___f2_4; } inline Vector3Param_t2925075643 ** get_address_of_f2_4() { return &___f2_4; } inline void set_f2_4(Vector3Param_t2925075643 * value) { ___f2_4 = value; Il2CppCodeGenWriteBarrier((&___f2_4), value); } inline static int32_t get_offset_of_f3_5() { return static_cast(offsetof(NoGc_t2304347923, ___f3_5)); } inline CustomValueTypeParam_t1524517362 * get_f3_5() const { return ___f3_5; } inline CustomValueTypeParam_t1524517362 ** get_address_of_f3_5() { return &___f3_5; } inline void set_f3_5(CustomValueTypeParam_t1524517362 * value) { ___f3_5 = value; Il2CppCodeGenWriteBarrier((&___f3_5), value); } inline static int32_t get_offset_of_f4_6() { return static_cast(offsetof(NoGc_t2304347923, ___f4_6)); } inline EnumParam_t1711860956 * get_f4_6() const { return ___f4_6; } inline EnumParam_t1711860956 ** get_address_of_f4_6() { return &___f4_6; } inline void set_f4_6(EnumParam_t1711860956 * value) { ___f4_6 = value; Il2CppCodeGenWriteBarrier((&___f4_6), value); } inline static int32_t get_offset_of_f5_7() { return static_cast(offsetof(NoGc_t2304347923, ___f5_7)); } inline DecimalParam_t4056261327 * get_f5_7() const { return ___f5_7; } inline DecimalParam_t4056261327 ** get_address_of_f5_7() { return &___f5_7; } inline void set_f5_7(DecimalParam_t4056261327 * value) { ___f5_7 = value; Il2CppCodeGenWriteBarrier((&___f5_7), value); } inline static int32_t get_offset_of_farr_8() { return static_cast(offsetof(NoGc_t2304347923, ___farr_8)); } inline ArrayAccess_t1010732446 * get_farr_8() const { return ___farr_8; } inline ArrayAccess_t1010732446 ** get_address_of_farr_8() { return &___farr_8; } inline void set_farr_8(ArrayAccess_t1010732446 * value) { ___farr_8 = value; Il2CppCodeGenWriteBarrier((&___farr_8), value); } inline static int32_t get_offset_of_flua_9() { return static_cast(offsetof(NoGc_t2304347923, ___flua_9)); } inline Action_t1264377477 * get_flua_9() const { return ___flua_9; } inline Action_t1264377477 ** get_address_of_flua_9() { return &___flua_9; } inline void set_flua_9(Action_t1264377477 * value) { ___flua_9 = value; Il2CppCodeGenWriteBarrier((&___flua_9), value); } inline static int32_t get_offset_of_ie_10() { return static_cast(offsetof(NoGc_t2304347923, ___ie_10)); } inline RuntimeObject* get_ie_10() const { return ___ie_10; } inline RuntimeObject** get_address_of_ie_10() { return &___ie_10; } inline void set_ie_10(RuntimeObject* value) { ___ie_10 = value; Il2CppCodeGenWriteBarrier((&___ie_10), value); } inline static int32_t get_offset_of_add_11() { return static_cast(offsetof(NoGc_t2304347923, ___add_11)); } inline LuaFunction_t431395339 * get_add_11() const { return ___add_11; } inline LuaFunction_t431395339 ** get_address_of_add_11() { return &___add_11; } inline void set_add_11(LuaFunction_t431395339 * value) { ___add_11 = value; Il2CppCodeGenWriteBarrier((&___add_11), value); } inline static int32_t get_offset_of_a1_12() { return static_cast(offsetof(NoGc_t2304347923, ___a1_12)); } inline DoubleU5BU5D_t3413330114* get_a1_12() const { return ___a1_12; } inline DoubleU5BU5D_t3413330114** get_address_of_a1_12() { return &___a1_12; } inline void set_a1_12(DoubleU5BU5D_t3413330114* value) { ___a1_12 = value; Il2CppCodeGenWriteBarrier((&___a1_12), value); } inline static int32_t get_offset_of_a2_13() { return static_cast(offsetof(NoGc_t2304347923, ___a2_13)); } inline Vector3U5BU5D_t1718750761* get_a2_13() const { return ___a2_13; } inline Vector3U5BU5D_t1718750761** get_address_of_a2_13() { return &___a2_13; } inline void set_a2_13(Vector3U5BU5D_t1718750761* value) { ___a2_13 = value; Il2CppCodeGenWriteBarrier((&___a2_13), value); } inline static int32_t get_offset_of_a3_14() { return static_cast(offsetof(NoGc_t2304347923, ___a3_14)); } inline MyStructU5BU5D_t224763702* get_a3_14() const { return ___a3_14; } inline MyStructU5BU5D_t224763702** get_address_of_a3_14() { return &___a3_14; } inline void set_a3_14(MyStructU5BU5D_t224763702* value) { ___a3_14 = value; Il2CppCodeGenWriteBarrier((&___a3_14), value); } inline static int32_t get_offset_of_a4_15() { return static_cast(offsetof(NoGc_t2304347923, ___a4_15)); } inline MyEnumU5BU5D_t3063337185* get_a4_15() const { return ___a4_15; } inline MyEnumU5BU5D_t3063337185** get_address_of_a4_15() { return &___a4_15; } inline void set_a4_15(MyEnumU5BU5D_t3063337185* value) { ___a4_15 = value; Il2CppCodeGenWriteBarrier((&___a4_15), value); } inline static int32_t get_offset_of_a5_16() { return static_cast(offsetof(NoGc_t2304347923, ___a5_16)); } inline DecimalU5BU5D_t1145110141* get_a5_16() const { return ___a5_16; } inline DecimalU5BU5D_t1145110141** get_address_of_a5_16() { return &___a5_16; } inline void set_a5_16(DecimalU5BU5D_t1145110141* value) { ___a5_16 = value; Il2CppCodeGenWriteBarrier((&___a5_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOGC_T2304347923_H #ifndef COROUTINETEST_T2019281894_H #define COROUTINETEST_T2019281894_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.CoroutineTest struct CoroutineTest_t2019281894 : public MonoBehaviour_t3962482529 { public: // XLua.LuaEnv XLuaTest.CoroutineTest::luaenv LuaEnv_t2152703515 * ___luaenv_2; public: inline static int32_t get_offset_of_luaenv_2() { return static_cast(offsetof(CoroutineTest_t2019281894, ___luaenv_2)); } inline LuaEnv_t2152703515 * get_luaenv_2() const { return ___luaenv_2; } inline LuaEnv_t2152703515 ** get_address_of_luaenv_2() { return &___luaenv_2; } inline void set_luaenv_2(LuaEnv_t2152703515 * value) { ___luaenv_2 = value; Il2CppCodeGenWriteBarrier((&___luaenv_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COROUTINETEST_T2019281894_H #ifndef HOTFIXTEST2_T1694306958_H #define HOTFIXTEST2_T1694306958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.HotfixTest2 struct HotfixTest2_t1694306958 : public MonoBehaviour_t3962482529 { public: public: }; struct HotfixTest2_t1694306958_StaticFields { public: // System.Action`2 XLuaTest.HotfixTest2::<>f__am$cache0 Action_2_t1820842380 * ___U3CU3Ef__amU24cache0_2; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_2() { return static_cast(offsetof(HotfixTest2_t1694306958_StaticFields, ___U3CU3Ef__amU24cache0_2)); } inline Action_2_t1820842380 * get_U3CU3Ef__amU24cache0_2() const { return ___U3CU3Ef__amU24cache0_2; } inline Action_2_t1820842380 ** get_address_of_U3CU3Ef__amU24cache0_2() { return &___U3CU3Ef__amU24cache0_2; } inline void set_U3CU3Ef__amU24cache0_2(Action_2_t1820842380 * value) { ___U3CU3Ef__amU24cache0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTFIXTEST2_T1694306958_H #ifndef LUABEHAVIOUR_T310118987_H #define LUABEHAVIOUR_T310118987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.LuaBehaviour struct LuaBehaviour_t310118987 : public MonoBehaviour_t3962482529 { public: // UnityEngine.TextAsset XLuaTest.LuaBehaviour::luaScript TextAsset_t3022178571 * ___luaScript_2; // XLuaTest.Injection[] XLuaTest.LuaBehaviour::injections InjectionU5BU5D_t3549262654* ___injections_3; // System.Action XLuaTest.LuaBehaviour::luaStart Action_t1264377477 * ___luaStart_7; // System.Action XLuaTest.LuaBehaviour::luaUpdate Action_t1264377477 * ___luaUpdate_8; // System.Action XLuaTest.LuaBehaviour::luaOnDestroy Action_t1264377477 * ___luaOnDestroy_9; // XLua.LuaTable XLuaTest.LuaBehaviour::scriptEnv LuaTable_t1631611336 * ___scriptEnv_10; public: inline static int32_t get_offset_of_luaScript_2() { return static_cast(offsetof(LuaBehaviour_t310118987, ___luaScript_2)); } inline TextAsset_t3022178571 * get_luaScript_2() const { return ___luaScript_2; } inline TextAsset_t3022178571 ** get_address_of_luaScript_2() { return &___luaScript_2; } inline void set_luaScript_2(TextAsset_t3022178571 * value) { ___luaScript_2 = value; Il2CppCodeGenWriteBarrier((&___luaScript_2), value); } inline static int32_t get_offset_of_injections_3() { return static_cast(offsetof(LuaBehaviour_t310118987, ___injections_3)); } inline InjectionU5BU5D_t3549262654* get_injections_3() const { return ___injections_3; } inline InjectionU5BU5D_t3549262654** get_address_of_injections_3() { return &___injections_3; } inline void set_injections_3(InjectionU5BU5D_t3549262654* value) { ___injections_3 = value; Il2CppCodeGenWriteBarrier((&___injections_3), value); } inline static int32_t get_offset_of_luaStart_7() { return static_cast(offsetof(LuaBehaviour_t310118987, ___luaStart_7)); } inline Action_t1264377477 * get_luaStart_7() const { return ___luaStart_7; } inline Action_t1264377477 ** get_address_of_luaStart_7() { return &___luaStart_7; } inline void set_luaStart_7(Action_t1264377477 * value) { ___luaStart_7 = value; Il2CppCodeGenWriteBarrier((&___luaStart_7), value); } inline static int32_t get_offset_of_luaUpdate_8() { return static_cast(offsetof(LuaBehaviour_t310118987, ___luaUpdate_8)); } inline Action_t1264377477 * get_luaUpdate_8() const { return ___luaUpdate_8; } inline Action_t1264377477 ** get_address_of_luaUpdate_8() { return &___luaUpdate_8; } inline void set_luaUpdate_8(Action_t1264377477 * value) { ___luaUpdate_8 = value; Il2CppCodeGenWriteBarrier((&___luaUpdate_8), value); } inline static int32_t get_offset_of_luaOnDestroy_9() { return static_cast(offsetof(LuaBehaviour_t310118987, ___luaOnDestroy_9)); } inline Action_t1264377477 * get_luaOnDestroy_9() const { return ___luaOnDestroy_9; } inline Action_t1264377477 ** get_address_of_luaOnDestroy_9() { return &___luaOnDestroy_9; } inline void set_luaOnDestroy_9(Action_t1264377477 * value) { ___luaOnDestroy_9 = value; Il2CppCodeGenWriteBarrier((&___luaOnDestroy_9), value); } inline static int32_t get_offset_of_scriptEnv_10() { return static_cast(offsetof(LuaBehaviour_t310118987, ___scriptEnv_10)); } inline LuaTable_t1631611336 * get_scriptEnv_10() const { return ___scriptEnv_10; } inline LuaTable_t1631611336 ** get_address_of_scriptEnv_10() { return &___scriptEnv_10; } inline void set_scriptEnv_10(LuaTable_t1631611336 * value) { ___scriptEnv_10 = value; Il2CppCodeGenWriteBarrier((&___scriptEnv_10), value); } }; struct LuaBehaviour_t310118987_StaticFields { public: // XLua.LuaEnv XLuaTest.LuaBehaviour::luaEnv LuaEnv_t2152703515 * ___luaEnv_4; // System.Single XLuaTest.LuaBehaviour::lastGCTime float ___lastGCTime_5; public: inline static int32_t get_offset_of_luaEnv_4() { return static_cast(offsetof(LuaBehaviour_t310118987_StaticFields, ___luaEnv_4)); } inline LuaEnv_t2152703515 * get_luaEnv_4() const { return ___luaEnv_4; } inline LuaEnv_t2152703515 ** get_address_of_luaEnv_4() { return &___luaEnv_4; } inline void set_luaEnv_4(LuaEnv_t2152703515 * value) { ___luaEnv_4 = value; Il2CppCodeGenWriteBarrier((&___luaEnv_4), value); } inline static int32_t get_offset_of_lastGCTime_5() { return static_cast(offsetof(LuaBehaviour_t310118987_StaticFields, ___lastGCTime_5)); } inline float get_lastGCTime_5() const { return ___lastGCTime_5; } inline float* get_address_of_lastGCTime_5() { return &___lastGCTime_5; } inline void set_lastGCTime_5(float value) { ___lastGCTime_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUABEHAVIOUR_T310118987_H #ifndef COROUTINE_RUNNER_T2531114070_H #define COROUTINE_RUNNER_T2531114070_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Coroutine_Runner struct Coroutine_Runner_t2531114070 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COROUTINE_RUNNER_T2531114070_H #ifndef HELLOWORLD_T1975552898_H #define HELLOWORLD_T1975552898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Helloworld struct Helloworld_t1975552898 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HELLOWORLD_T1975552898_H #ifndef ASYNCTEST_T3083640661_H #define ASYNCTEST_T3083640661_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.AsyncTest struct AsyncTest_t3083640661 : public MonoBehaviour_t3962482529 { public: // XLua.LuaEnv XLuaTest.AsyncTest::luaenv LuaEnv_t2152703515 * ___luaenv_2; public: inline static int32_t get_offset_of_luaenv_2() { return static_cast(offsetof(AsyncTest_t3083640661, ___luaenv_2)); } inline LuaEnv_t2152703515 * get_luaenv_2() const { return ___luaenv_2; } inline LuaEnv_t2152703515 ** get_address_of_luaenv_2() { return &___luaenv_2; } inline void set_luaenv_2(LuaEnv_t2152703515 * value) { ___luaenv_2 = value; Il2CppCodeGenWriteBarrier((&___luaenv_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCTEST_T3083640661_H #ifndef MESSAGEBOX_T2165750127_H #define MESSAGEBOX_T2165750127_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MessageBox struct MessageBox_t2165750127 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESSAGEBOX_T2165750127_H #ifndef SELECTABLE_T3250028441_H #define SELECTABLE_T3250028441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable struct Selectable_t3250028441 : public UIBehaviour_t3495933518 { public: // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t3049316579 ___m_Navigation_3; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_4; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t2139031574 ___m_Colors_5; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t1362986479 ___m_SpriteState_6; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_t2532145056 * ___m_AnimationTriggers_7; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_8; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_t1660335611 * ___m_TargetGraphic_9; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_10; // UnityEngine.UI.Selectable/SelectionState UnityEngine.UI.Selectable::m_CurrentSelectionState int32_t ___m_CurrentSelectionState_11; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_12; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_13; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_14; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t1260619206 * ___m_CanvasGroupCache_15; public: inline static int32_t get_offset_of_m_Navigation_3() { return static_cast(offsetof(Selectable_t3250028441, ___m_Navigation_3)); } inline Navigation_t3049316579 get_m_Navigation_3() const { return ___m_Navigation_3; } inline Navigation_t3049316579 * get_address_of_m_Navigation_3() { return &___m_Navigation_3; } inline void set_m_Navigation_3(Navigation_t3049316579 value) { ___m_Navigation_3 = value; } inline static int32_t get_offset_of_m_Transition_4() { return static_cast(offsetof(Selectable_t3250028441, ___m_Transition_4)); } inline int32_t get_m_Transition_4() const { return ___m_Transition_4; } inline int32_t* get_address_of_m_Transition_4() { return &___m_Transition_4; } inline void set_m_Transition_4(int32_t value) { ___m_Transition_4 = value; } inline static int32_t get_offset_of_m_Colors_5() { return static_cast(offsetof(Selectable_t3250028441, ___m_Colors_5)); } inline ColorBlock_t2139031574 get_m_Colors_5() const { return ___m_Colors_5; } inline ColorBlock_t2139031574 * get_address_of_m_Colors_5() { return &___m_Colors_5; } inline void set_m_Colors_5(ColorBlock_t2139031574 value) { ___m_Colors_5 = value; } inline static int32_t get_offset_of_m_SpriteState_6() { return static_cast(offsetof(Selectable_t3250028441, ___m_SpriteState_6)); } inline SpriteState_t1362986479 get_m_SpriteState_6() const { return ___m_SpriteState_6; } inline SpriteState_t1362986479 * get_address_of_m_SpriteState_6() { return &___m_SpriteState_6; } inline void set_m_SpriteState_6(SpriteState_t1362986479 value) { ___m_SpriteState_6 = value; } inline static int32_t get_offset_of_m_AnimationTriggers_7() { return static_cast(offsetof(Selectable_t3250028441, ___m_AnimationTriggers_7)); } inline AnimationTriggers_t2532145056 * get_m_AnimationTriggers_7() const { return ___m_AnimationTriggers_7; } inline AnimationTriggers_t2532145056 ** get_address_of_m_AnimationTriggers_7() { return &___m_AnimationTriggers_7; } inline void set_m_AnimationTriggers_7(AnimationTriggers_t2532145056 * value) { ___m_AnimationTriggers_7 = value; Il2CppCodeGenWriteBarrier((&___m_AnimationTriggers_7), value); } inline static int32_t get_offset_of_m_Interactable_8() { return static_cast(offsetof(Selectable_t3250028441, ___m_Interactable_8)); } inline bool get_m_Interactable_8() const { return ___m_Interactable_8; } inline bool* get_address_of_m_Interactable_8() { return &___m_Interactable_8; } inline void set_m_Interactable_8(bool value) { ___m_Interactable_8 = value; } inline static int32_t get_offset_of_m_TargetGraphic_9() { return static_cast(offsetof(Selectable_t3250028441, ___m_TargetGraphic_9)); } inline Graphic_t1660335611 * get_m_TargetGraphic_9() const { return ___m_TargetGraphic_9; } inline Graphic_t1660335611 ** get_address_of_m_TargetGraphic_9() { return &___m_TargetGraphic_9; } inline void set_m_TargetGraphic_9(Graphic_t1660335611 * value) { ___m_TargetGraphic_9 = value; Il2CppCodeGenWriteBarrier((&___m_TargetGraphic_9), value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_10() { return static_cast(offsetof(Selectable_t3250028441, ___m_GroupsAllowInteraction_10)); } inline bool get_m_GroupsAllowInteraction_10() const { return ___m_GroupsAllowInteraction_10; } inline bool* get_address_of_m_GroupsAllowInteraction_10() { return &___m_GroupsAllowInteraction_10; } inline void set_m_GroupsAllowInteraction_10(bool value) { ___m_GroupsAllowInteraction_10 = value; } inline static int32_t get_offset_of_m_CurrentSelectionState_11() { return static_cast(offsetof(Selectable_t3250028441, ___m_CurrentSelectionState_11)); } inline int32_t get_m_CurrentSelectionState_11() const { return ___m_CurrentSelectionState_11; } inline int32_t* get_address_of_m_CurrentSelectionState_11() { return &___m_CurrentSelectionState_11; } inline void set_m_CurrentSelectionState_11(int32_t value) { ___m_CurrentSelectionState_11 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_12() { return static_cast(offsetof(Selectable_t3250028441, ___U3CisPointerInsideU3Ek__BackingField_12)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_12() const { return ___U3CisPointerInsideU3Ek__BackingField_12; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_12() { return &___U3CisPointerInsideU3Ek__BackingField_12; } inline void set_U3CisPointerInsideU3Ek__BackingField_12(bool value) { ___U3CisPointerInsideU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_13() { return static_cast(offsetof(Selectable_t3250028441, ___U3CisPointerDownU3Ek__BackingField_13)); } inline bool get_U3CisPointerDownU3Ek__BackingField_13() const { return ___U3CisPointerDownU3Ek__BackingField_13; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_13() { return &___U3CisPointerDownU3Ek__BackingField_13; } inline void set_U3CisPointerDownU3Ek__BackingField_13(bool value) { ___U3CisPointerDownU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_14() { return static_cast(offsetof(Selectable_t3250028441, ___U3ChasSelectionU3Ek__BackingField_14)); } inline bool get_U3ChasSelectionU3Ek__BackingField_14() const { return ___U3ChasSelectionU3Ek__BackingField_14; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_14() { return &___U3ChasSelectionU3Ek__BackingField_14; } inline void set_U3ChasSelectionU3Ek__BackingField_14(bool value) { ___U3ChasSelectionU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_15() { return static_cast(offsetof(Selectable_t3250028441, ___m_CanvasGroupCache_15)); } inline List_1_t1260619206 * get_m_CanvasGroupCache_15() const { return ___m_CanvasGroupCache_15; } inline List_1_t1260619206 ** get_address_of_m_CanvasGroupCache_15() { return &___m_CanvasGroupCache_15; } inline void set_m_CanvasGroupCache_15(List_1_t1260619206 * value) { ___m_CanvasGroupCache_15 = value; Il2CppCodeGenWriteBarrier((&___m_CanvasGroupCache_15), value); } }; struct Selectable_t3250028441_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::s_List List_1_t427135887 * ___s_List_2; public: inline static int32_t get_offset_of_s_List_2() { return static_cast(offsetof(Selectable_t3250028441_StaticFields, ___s_List_2)); } inline List_1_t427135887 * get_s_List_2() const { return ___s_List_2; } inline List_1_t427135887 ** get_address_of_s_List_2() { return &___s_List_2; } inline void set_s_List_2(List_1_t427135887 * value) { ___s_List_2 = value; Il2CppCodeGenWriteBarrier((&___s_List_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTABLE_T3250028441_H #ifndef GRAPHIC_T1660335611_H #define GRAPHIC_T1660335611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Graphic struct Graphic_t1660335611 : public UIBehaviour_t3495933518 { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t340375123 * ___m_Material_4; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_t2555686324 ___m_Color_5; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_6; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t3704657025 * ___m_RectTransform_7; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_t2598313366 * ___m_CanvasRenderer_8; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t3310196443 * ___m_Canvas_9; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_10; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_11; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t3245792599 * ___m_OnDirtyLayoutCallback_12; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t3245792599 * ___m_OnDirtyVertsCallback_13; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t3245792599 * ___m_OnDirtyMaterialCallback_14; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_t3055525458 * ___m_ColorTweenRunner_17; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; public: inline static int32_t get_offset_of_m_Material_4() { return static_cast(offsetof(Graphic_t1660335611, ___m_Material_4)); } inline Material_t340375123 * get_m_Material_4() const { return ___m_Material_4; } inline Material_t340375123 ** get_address_of_m_Material_4() { return &___m_Material_4; } inline void set_m_Material_4(Material_t340375123 * value) { ___m_Material_4 = value; Il2CppCodeGenWriteBarrier((&___m_Material_4), value); } inline static int32_t get_offset_of_m_Color_5() { return static_cast(offsetof(Graphic_t1660335611, ___m_Color_5)); } inline Color_t2555686324 get_m_Color_5() const { return ___m_Color_5; } inline Color_t2555686324 * get_address_of_m_Color_5() { return &___m_Color_5; } inline void set_m_Color_5(Color_t2555686324 value) { ___m_Color_5 = value; } inline static int32_t get_offset_of_m_RaycastTarget_6() { return static_cast(offsetof(Graphic_t1660335611, ___m_RaycastTarget_6)); } inline bool get_m_RaycastTarget_6() const { return ___m_RaycastTarget_6; } inline bool* get_address_of_m_RaycastTarget_6() { return &___m_RaycastTarget_6; } inline void set_m_RaycastTarget_6(bool value) { ___m_RaycastTarget_6 = value; } inline static int32_t get_offset_of_m_RectTransform_7() { return static_cast(offsetof(Graphic_t1660335611, ___m_RectTransform_7)); } inline RectTransform_t3704657025 * get_m_RectTransform_7() const { return ___m_RectTransform_7; } inline RectTransform_t3704657025 ** get_address_of_m_RectTransform_7() { return &___m_RectTransform_7; } inline void set_m_RectTransform_7(RectTransform_t3704657025 * value) { ___m_RectTransform_7 = value; Il2CppCodeGenWriteBarrier((&___m_RectTransform_7), value); } inline static int32_t get_offset_of_m_CanvasRenderer_8() { return static_cast(offsetof(Graphic_t1660335611, ___m_CanvasRenderer_8)); } inline CanvasRenderer_t2598313366 * get_m_CanvasRenderer_8() const { return ___m_CanvasRenderer_8; } inline CanvasRenderer_t2598313366 ** get_address_of_m_CanvasRenderer_8() { return &___m_CanvasRenderer_8; } inline void set_m_CanvasRenderer_8(CanvasRenderer_t2598313366 * value) { ___m_CanvasRenderer_8 = value; Il2CppCodeGenWriteBarrier((&___m_CanvasRenderer_8), value); } inline static int32_t get_offset_of_m_Canvas_9() { return static_cast(offsetof(Graphic_t1660335611, ___m_Canvas_9)); } inline Canvas_t3310196443 * get_m_Canvas_9() const { return ___m_Canvas_9; } inline Canvas_t3310196443 ** get_address_of_m_Canvas_9() { return &___m_Canvas_9; } inline void set_m_Canvas_9(Canvas_t3310196443 * value) { ___m_Canvas_9 = value; Il2CppCodeGenWriteBarrier((&___m_Canvas_9), value); } inline static int32_t get_offset_of_m_VertsDirty_10() { return static_cast(offsetof(Graphic_t1660335611, ___m_VertsDirty_10)); } inline bool get_m_VertsDirty_10() const { return ___m_VertsDirty_10; } inline bool* get_address_of_m_VertsDirty_10() { return &___m_VertsDirty_10; } inline void set_m_VertsDirty_10(bool value) { ___m_VertsDirty_10 = value; } inline static int32_t get_offset_of_m_MaterialDirty_11() { return static_cast(offsetof(Graphic_t1660335611, ___m_MaterialDirty_11)); } inline bool get_m_MaterialDirty_11() const { return ___m_MaterialDirty_11; } inline bool* get_address_of_m_MaterialDirty_11() { return &___m_MaterialDirty_11; } inline void set_m_MaterialDirty_11(bool value) { ___m_MaterialDirty_11 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_12() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyLayoutCallback_12)); } inline UnityAction_t3245792599 * get_m_OnDirtyLayoutCallback_12() const { return ___m_OnDirtyLayoutCallback_12; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyLayoutCallback_12() { return &___m_OnDirtyLayoutCallback_12; } inline void set_m_OnDirtyLayoutCallback_12(UnityAction_t3245792599 * value) { ___m_OnDirtyLayoutCallback_12 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyLayoutCallback_12), value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_13() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyVertsCallback_13)); } inline UnityAction_t3245792599 * get_m_OnDirtyVertsCallback_13() const { return ___m_OnDirtyVertsCallback_13; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyVertsCallback_13() { return &___m_OnDirtyVertsCallback_13; } inline void set_m_OnDirtyVertsCallback_13(UnityAction_t3245792599 * value) { ___m_OnDirtyVertsCallback_13 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyVertsCallback_13), value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_14() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyMaterialCallback_14)); } inline UnityAction_t3245792599 * get_m_OnDirtyMaterialCallback_14() const { return ___m_OnDirtyMaterialCallback_14; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyMaterialCallback_14() { return &___m_OnDirtyMaterialCallback_14; } inline void set_m_OnDirtyMaterialCallback_14(UnityAction_t3245792599 * value) { ___m_OnDirtyMaterialCallback_14 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyMaterialCallback_14), value); } inline static int32_t get_offset_of_m_ColorTweenRunner_17() { return static_cast(offsetof(Graphic_t1660335611, ___m_ColorTweenRunner_17)); } inline TweenRunner_1_t3055525458 * get_m_ColorTweenRunner_17() const { return ___m_ColorTweenRunner_17; } inline TweenRunner_1_t3055525458 ** get_address_of_m_ColorTweenRunner_17() { return &___m_ColorTweenRunner_17; } inline void set_m_ColorTweenRunner_17(TweenRunner_1_t3055525458 * value) { ___m_ColorTweenRunner_17 = value; Il2CppCodeGenWriteBarrier((&___m_ColorTweenRunner_17), value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() { return static_cast(offsetof(Graphic_t1660335611, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_18(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18 = value; } }; struct Graphic_t1660335611_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t340375123 * ___s_DefaultUI_2; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t3840446185 * ___s_WhiteTexture_3; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t3648964284 * ___s_Mesh_15; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_t2453304189 * ___s_VertexHelper_16; public: inline static int32_t get_offset_of_s_DefaultUI_2() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_DefaultUI_2)); } inline Material_t340375123 * get_s_DefaultUI_2() const { return ___s_DefaultUI_2; } inline Material_t340375123 ** get_address_of_s_DefaultUI_2() { return &___s_DefaultUI_2; } inline void set_s_DefaultUI_2(Material_t340375123 * value) { ___s_DefaultUI_2 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultUI_2), value); } inline static int32_t get_offset_of_s_WhiteTexture_3() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_WhiteTexture_3)); } inline Texture2D_t3840446185 * get_s_WhiteTexture_3() const { return ___s_WhiteTexture_3; } inline Texture2D_t3840446185 ** get_address_of_s_WhiteTexture_3() { return &___s_WhiteTexture_3; } inline void set_s_WhiteTexture_3(Texture2D_t3840446185 * value) { ___s_WhiteTexture_3 = value; Il2CppCodeGenWriteBarrier((&___s_WhiteTexture_3), value); } inline static int32_t get_offset_of_s_Mesh_15() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_Mesh_15)); } inline Mesh_t3648964284 * get_s_Mesh_15() const { return ___s_Mesh_15; } inline Mesh_t3648964284 ** get_address_of_s_Mesh_15() { return &___s_Mesh_15; } inline void set_s_Mesh_15(Mesh_t3648964284 * value) { ___s_Mesh_15 = value; Il2CppCodeGenWriteBarrier((&___s_Mesh_15), value); } inline static int32_t get_offset_of_s_VertexHelper_16() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_VertexHelper_16)); } inline VertexHelper_t2453304189 * get_s_VertexHelper_16() const { return ___s_VertexHelper_16; } inline VertexHelper_t2453304189 ** get_address_of_s_VertexHelper_16() { return &___s_VertexHelper_16; } inline void set_s_VertexHelper_16(VertexHelper_t2453304189 * value) { ___s_VertexHelper_16 = value; Il2CppCodeGenWriteBarrier((&___s_VertexHelper_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GRAPHIC_T1660335611_H #ifndef MASKABLEGRAPHIC_T3839221559_H #define MASKABLEGRAPHIC_T3839221559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t3839221559 : public Graphic_t1660335611 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_19; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t340375123 * ___m_MaskMaterial_20; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_t3474889437 * ___m_ParentMask_21; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_22; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_23; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t3661388177 * ___m_OnCullStateChanged_24; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_25; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_26; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t1718750761* ___m_Corners_27; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_19() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ShouldRecalculateStencil_19)); } inline bool get_m_ShouldRecalculateStencil_19() const { return ___m_ShouldRecalculateStencil_19; } inline bool* get_address_of_m_ShouldRecalculateStencil_19() { return &___m_ShouldRecalculateStencil_19; } inline void set_m_ShouldRecalculateStencil_19(bool value) { ___m_ShouldRecalculateStencil_19 = value; } inline static int32_t get_offset_of_m_MaskMaterial_20() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_MaskMaterial_20)); } inline Material_t340375123 * get_m_MaskMaterial_20() const { return ___m_MaskMaterial_20; } inline Material_t340375123 ** get_address_of_m_MaskMaterial_20() { return &___m_MaskMaterial_20; } inline void set_m_MaskMaterial_20(Material_t340375123 * value) { ___m_MaskMaterial_20 = value; Il2CppCodeGenWriteBarrier((&___m_MaskMaterial_20), value); } inline static int32_t get_offset_of_m_ParentMask_21() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ParentMask_21)); } inline RectMask2D_t3474889437 * get_m_ParentMask_21() const { return ___m_ParentMask_21; } inline RectMask2D_t3474889437 ** get_address_of_m_ParentMask_21() { return &___m_ParentMask_21; } inline void set_m_ParentMask_21(RectMask2D_t3474889437 * value) { ___m_ParentMask_21 = value; Il2CppCodeGenWriteBarrier((&___m_ParentMask_21), value); } inline static int32_t get_offset_of_m_Maskable_22() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_Maskable_22)); } inline bool get_m_Maskable_22() const { return ___m_Maskable_22; } inline bool* get_address_of_m_Maskable_22() { return &___m_Maskable_22; } inline void set_m_Maskable_22(bool value) { ___m_Maskable_22 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_23() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_IncludeForMasking_23)); } inline bool get_m_IncludeForMasking_23() const { return ___m_IncludeForMasking_23; } inline bool* get_address_of_m_IncludeForMasking_23() { return &___m_IncludeForMasking_23; } inline void set_m_IncludeForMasking_23(bool value) { ___m_IncludeForMasking_23 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_24() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_OnCullStateChanged_24)); } inline CullStateChangedEvent_t3661388177 * get_m_OnCullStateChanged_24() const { return ___m_OnCullStateChanged_24; } inline CullStateChangedEvent_t3661388177 ** get_address_of_m_OnCullStateChanged_24() { return &___m_OnCullStateChanged_24; } inline void set_m_OnCullStateChanged_24(CullStateChangedEvent_t3661388177 * value) { ___m_OnCullStateChanged_24 = value; Il2CppCodeGenWriteBarrier((&___m_OnCullStateChanged_24), value); } inline static int32_t get_offset_of_m_ShouldRecalculate_25() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ShouldRecalculate_25)); } inline bool get_m_ShouldRecalculate_25() const { return ___m_ShouldRecalculate_25; } inline bool* get_address_of_m_ShouldRecalculate_25() { return &___m_ShouldRecalculate_25; } inline void set_m_ShouldRecalculate_25(bool value) { ___m_ShouldRecalculate_25 = value; } inline static int32_t get_offset_of_m_StencilValue_26() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_StencilValue_26)); } inline int32_t get_m_StencilValue_26() const { return ___m_StencilValue_26; } inline int32_t* get_address_of_m_StencilValue_26() { return &___m_StencilValue_26; } inline void set_m_StencilValue_26(int32_t value) { ___m_StencilValue_26 = value; } inline static int32_t get_offset_of_m_Corners_27() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_Corners_27)); } inline Vector3U5BU5D_t1718750761* get_m_Corners_27() const { return ___m_Corners_27; } inline Vector3U5BU5D_t1718750761** get_address_of_m_Corners_27() { return &___m_Corners_27; } inline void set_m_Corners_27(Vector3U5BU5D_t1718750761* value) { ___m_Corners_27 = value; Il2CppCodeGenWriteBarrier((&___m_Corners_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MASKABLEGRAPHIC_T3839221559_H #ifndef BUTTON_T4055032469_H #define BUTTON_T4055032469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Button struct Button_t4055032469 : public Selectable_t3250028441 { public: // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick ButtonClickedEvent_t48803504 * ___m_OnClick_16; public: inline static int32_t get_offset_of_m_OnClick_16() { return static_cast(offsetof(Button_t4055032469, ___m_OnClick_16)); } inline ButtonClickedEvent_t48803504 * get_m_OnClick_16() const { return ___m_OnClick_16; } inline ButtonClickedEvent_t48803504 ** get_address_of_m_OnClick_16() { return &___m_OnClick_16; } inline void set_m_OnClick_16(ButtonClickedEvent_t48803504 * value) { ___m_OnClick_16 = value; Il2CppCodeGenWriteBarrier((&___m_OnClick_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUTTON_T4055032469_H #ifndef TEXT_T1901882714_H #define TEXT_T1901882714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Text struct Text_t1901882714 : public MaskableGraphic_t3839221559 { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t746620069 * ___m_FontData_28; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_29; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t3211863866 * ___m_TextCache_30; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t3211863866 * ___m_TextCacheForLayout_31; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_33; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_t1981460040* ___m_TempVerts_34; public: inline static int32_t get_offset_of_m_FontData_28() { return static_cast(offsetof(Text_t1901882714, ___m_FontData_28)); } inline FontData_t746620069 * get_m_FontData_28() const { return ___m_FontData_28; } inline FontData_t746620069 ** get_address_of_m_FontData_28() { return &___m_FontData_28; } inline void set_m_FontData_28(FontData_t746620069 * value) { ___m_FontData_28 = value; Il2CppCodeGenWriteBarrier((&___m_FontData_28), value); } inline static int32_t get_offset_of_m_Text_29() { return static_cast(offsetof(Text_t1901882714, ___m_Text_29)); } inline String_t* get_m_Text_29() const { return ___m_Text_29; } inline String_t** get_address_of_m_Text_29() { return &___m_Text_29; } inline void set_m_Text_29(String_t* value) { ___m_Text_29 = value; Il2CppCodeGenWriteBarrier((&___m_Text_29), value); } inline static int32_t get_offset_of_m_TextCache_30() { return static_cast(offsetof(Text_t1901882714, ___m_TextCache_30)); } inline TextGenerator_t3211863866 * get_m_TextCache_30() const { return ___m_TextCache_30; } inline TextGenerator_t3211863866 ** get_address_of_m_TextCache_30() { return &___m_TextCache_30; } inline void set_m_TextCache_30(TextGenerator_t3211863866 * value) { ___m_TextCache_30 = value; Il2CppCodeGenWriteBarrier((&___m_TextCache_30), value); } inline static int32_t get_offset_of_m_TextCacheForLayout_31() { return static_cast(offsetof(Text_t1901882714, ___m_TextCacheForLayout_31)); } inline TextGenerator_t3211863866 * get_m_TextCacheForLayout_31() const { return ___m_TextCacheForLayout_31; } inline TextGenerator_t3211863866 ** get_address_of_m_TextCacheForLayout_31() { return &___m_TextCacheForLayout_31; } inline void set_m_TextCacheForLayout_31(TextGenerator_t3211863866 * value) { ___m_TextCacheForLayout_31 = value; Il2CppCodeGenWriteBarrier((&___m_TextCacheForLayout_31), value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_33() { return static_cast(offsetof(Text_t1901882714, ___m_DisableFontTextureRebuiltCallback_33)); } inline bool get_m_DisableFontTextureRebuiltCallback_33() const { return ___m_DisableFontTextureRebuiltCallback_33; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_33() { return &___m_DisableFontTextureRebuiltCallback_33; } inline void set_m_DisableFontTextureRebuiltCallback_33(bool value) { ___m_DisableFontTextureRebuiltCallback_33 = value; } inline static int32_t get_offset_of_m_TempVerts_34() { return static_cast(offsetof(Text_t1901882714, ___m_TempVerts_34)); } inline UIVertexU5BU5D_t1981460040* get_m_TempVerts_34() const { return ___m_TempVerts_34; } inline UIVertexU5BU5D_t1981460040** get_address_of_m_TempVerts_34() { return &___m_TempVerts_34; } inline void set_m_TempVerts_34(UIVertexU5BU5D_t1981460040* value) { ___m_TempVerts_34 = value; Il2CppCodeGenWriteBarrier((&___m_TempVerts_34), value); } }; struct Text_t1901882714_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t340375123 * ___s_DefaultText_32; public: inline static int32_t get_offset_of_s_DefaultText_32() { return static_cast(offsetof(Text_t1901882714_StaticFields, ___s_DefaultText_32)); } inline Material_t340375123 * get_s_DefaultText_32() const { return ___s_DefaultText_32; } inline Material_t340375123 ** get_address_of_s_DefaultText_32() { return &___s_DefaultText_32; } inline void set_s_DefaultText_32(Material_t340375123 * value) { ___s_DefaultText_32 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultText_32), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXT_T1901882714_H // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // XLua.ObjectCheck[] struct ObjectCheckU5BU5D_t2146637488 : public RuntimeArray { public: ALIGN_FIELD (8) ObjectCheck_t3971088829 * m_Items[1]; public: inline ObjectCheck_t3971088829 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ObjectCheck_t3971088829 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ObjectCheck_t3971088829 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ObjectCheck_t3971088829 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ObjectCheck_t3971088829 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ObjectCheck_t3971088829 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // XLua.ObjectCast[] struct ObjectCastU5BU5D_t1796526492 : public RuntimeArray { public: ALIGN_FIELD (8) ObjectCast_t2869028929 * m_Items[1]; public: inline ObjectCast_t2869028929 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ObjectCast_t2869028929 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ObjectCast_t2869028929 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ObjectCast_t2869028929 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ObjectCast_t2869028929 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ObjectCast_t2869028929 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Boolean[] struct BooleanU5BU5D_t2897418192 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t1444911251 : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t3413330114 : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_t2559172825 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t1659327989 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t2651576203 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_t3686840178 : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.UInt16[] struct UInt16U5BU5D_t3326319531 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_t2770800703 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056 : public RuntimeArray { public: ALIGN_FIELD (8) intptr_t m_Items[1]; public: inline intptr_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline intptr_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, intptr_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline intptr_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline intptr_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, intptr_t value) { m_Items[index] = value; } }; // System.Decimal[] struct DecimalU5BU5D_t1145110141 : public RuntimeArray { public: ALIGN_FIELD (8) Decimal_t2948259380 m_Items[1]; public: inline Decimal_t2948259380 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Decimal_t2948259380 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Decimal_t2948259380 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Decimal_t2948259380 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Decimal_t2948259380 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t2948259380 value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MethodBase[] struct MethodBaseU5BU5D_t779831733 : public RuntimeArray { public: ALIGN_FIELD (8) MethodBase_t * m_Items[1]; public: inline MethodBase_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodBase_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MethodBase_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodBase_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodBase_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodBase_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361 : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // XLuaTest.Pedding[] struct PeddingU5BU5D_t3342115670 : public RuntimeArray { public: ALIGN_FIELD (8) Pedding_t3796070799 m_Items[1]; public: inline Pedding_t3796070799 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Pedding_t3796070799 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Pedding_t3796070799 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Pedding_t3796070799 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Pedding_t3796070799 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Pedding_t3796070799 value) { m_Items[index] = value; } }; // XLuaTest.MyStruct[] struct MyStructU5BU5D_t224763702 : public RuntimeArray { public: ALIGN_FIELD (8) MyStruct_t514849583 m_Items[1]; public: inline MyStruct_t514849583 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MyStruct_t514849583 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MyStruct_t514849583 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline MyStruct_t514849583 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MyStruct_t514849583 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MyStruct_t514849583 value) { m_Items[index] = value; } }; // XLuaTest.PushAsTableStruct[] struct PushAsTableStructU5BU5D_t621722152 : public RuntimeArray { public: ALIGN_FIELD (8) PushAsTableStruct_t2836609445 m_Items[1]; public: inline PushAsTableStruct_t2836609445 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PushAsTableStruct_t2836609445 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PushAsTableStruct_t2836609445 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline PushAsTableStruct_t2836609445 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PushAsTableStruct_t2836609445 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PushAsTableStruct_t2836609445 value) { m_Items[index] = value; } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986 : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_t2156229523 m_Items[1]; public: inline Vector2_t2156229523 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_t2156229523 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector2_t2156229523 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_t2156229523 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_t2156229523 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t2156229523 value) { m_Items[index] = value; } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1]; public: inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t3722313464 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value) { m_Items[index] = value; } }; // UnityEngine.Vector4[] struct Vector4U5BU5D_t934056436 : public RuntimeArray { public: ALIGN_FIELD (8) Vector4_t3319028937 m_Items[1]; public: inline Vector4_t3319028937 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector4_t3319028937 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector4_t3319028937 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector4_t3319028937 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector4_t3319028937 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_t3319028937 value) { m_Items[index] = value; } }; // UnityEngine.Color[] struct ColorU5BU5D_t941916413 : public RuntimeArray { public: ALIGN_FIELD (8) Color_t2555686324 m_Items[1]; public: inline Color_t2555686324 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_t2555686324 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Color_t2555686324 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_t2555686324 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_t2555686324 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_t2555686324 value) { m_Items[index] = value; } }; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t2571361770 : public RuntimeArray { public: ALIGN_FIELD (8) Quaternion_t2301928331 m_Items[1]; public: inline Quaternion_t2301928331 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Quaternion_t2301928331 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Quaternion_t2301928331 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Quaternion_t2301928331 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Quaternion_t2301928331 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Quaternion_t2301928331 value) { m_Items[index] = value; } }; // UnityEngine.Ray[] struct RayU5BU5D_t1836217960 : public RuntimeArray { public: ALIGN_FIELD (8) Ray_t3785851493 m_Items[1]; public: inline Ray_t3785851493 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Ray_t3785851493 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Ray_t3785851493 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Ray_t3785851493 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Ray_t3785851493 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Ray_t3785851493 value) { m_Items[index] = value; } }; // UnityEngine.Bounds[] struct BoundsU5BU5D_t3642494291 : public RuntimeArray { public: ALIGN_FIELD (8) Bounds_t2266837910 m_Items[1]; public: inline Bounds_t2266837910 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bounds_t2266837910 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Bounds_t2266837910 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bounds_t2266837910 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bounds_t2266837910 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bounds_t2266837910 value) { m_Items[index] = value; } }; // UnityEngine.Ray2D[] struct Ray2DU5BU5D_t528440207 : public RuntimeArray { public: ALIGN_FIELD (8) Ray2D_t2082843914 m_Items[1]; public: inline Ray2D_t2082843914 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Ray2D_t2082843914 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Ray2D_t2082843914 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Ray2D_t2082843914 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Ray2D_t2082843914 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Ray2D_t2082843914 value) { m_Items[index] = value; } }; // DG.Tweening.AutoPlay[] struct AutoPlayU5BU5D_t3356886732 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.AxisConstraint[] struct AxisConstraintU5BU5D_t129559449 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.Ease[] struct EaseU5BU5D_t208787639 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.LogBehaviour[] struct LogBehaviourU5BU5D_t3565768338 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.LoopType[] struct LoopTypeU5BU5D_t4077846647 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.PathMode[] struct PathModeU5BU5D_t2881816821 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.PathType[] struct PathTypeU5BU5D_t2637071820 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.RotateMode[] struct RotateModeU5BU5D_t1198520587 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.ScrambleMode[] struct ScrambleModeU5BU5D_t2400077643 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.TweenType[] struct TweenTypeU5BU5D_t4071923671 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DG.Tweening.UpdateType[] struct UpdateTypeU5BU5D_t221619635 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // XLuaTest.MyEnum[] struct MyEnumU5BU5D_t3063337185 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854 : public RuntimeArray { public: ALIGN_FIELD (8) Assembly_t * m_Items[1]; public: inline Assembly_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Assembly_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Assembly_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980 : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.EventInfo[] struct EventInfoU5BU5D_t3237081491 : public RuntimeArray { public: ALIGN_FIELD (8) EventInfo_t * m_Items[1]; public: inline EventInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, EventInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline EventInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t1302094432 : public RuntimeArray { public: ALIGN_FIELD (8) MemberInfo_t * m_Items[1]; public: inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MemberInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // XLuaTest.Injection[] struct InjectionU5BU5D_t3549262654 : public RuntimeArray { public: ALIGN_FIELD (8) Injection_t1663173063 * m_Items[1]; public: inline Injection_t1663173063 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Injection_t1663173063 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Injection_t1663173063 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Injection_t1663173063 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Injection_t1663173063 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Injection_t1663173063 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1578862614_gshared (Action_2_t2470008838 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m4277152501_gshared (Action_2_t60432908 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m1415074886_gshared (GetFunc_1_t3883178102 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2174896501_gshared (Action_3_t2809365772 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisPedding_t3796070799_m4130292574_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t60432908 * ___push0, GetFunc_1_t3883178102 * ___get1, Action_3_t2809365772 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m205169698_gshared (Action_2_t1074178988 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m4043031051_gshared (GetFunc_1_t601956886 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m679353483_gshared (Action_3_t3823111852 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyStruct_t514849583_m1729578157_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t1074178988 * ___push0, GetFunc_1_t601956886 * ___get1, Action_3_t3823111852 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3591319301_gshared (Action_2_t3395938850 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m3850027432_gshared (GetFunc_1_t2923716748 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m10545248_gshared (Action_3_t1849904418 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisPushAsTableStruct_t2836609445_m3353630402_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t3395938850 * ___push0, GetFunc_1_t2923716748 * ___get1, Action_3_t1849904418 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3328826376_gshared (Action_2_t2715558928 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m1646750422_gshared (GetFunc_1_t2243336826 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3566901789_gshared (Action_3_t1169524496 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector2_t2156229523_m3695638043_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t2715558928 * ___push0, GetFunc_1_t2243336826 * ___get1, Action_3_t1169524496 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m777399620_gshared (Action_2_t4281642869 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m2481566646_gshared (GetFunc_1_t3809420767 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m4020574245_gshared (Action_3_t2735608437 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector3_t3722313464_m659580672_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t4281642869 * ___push0, GetFunc_1_t3809420767 * ___get1, Action_3_t2735608437 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m144446335_gshared (Action_2_t3878358342 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m3528333574_gshared (GetFunc_1_t3406136240 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2930410803_gshared (Action_3_t2332323910 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector4_t3319028937_m4273397462_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t3878358342 * ___push0, GetFunc_1_t3406136240 * ___get1, Action_3_t2332323910 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1715527655_gshared (Action_2_t3115015729 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m1621755821_gshared (GetFunc_1_t2642793627 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m4242613009_gshared (Action_3_t1568981297 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisColor_t2555686324_m2237022657_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t3115015729 * ___push0, GetFunc_1_t2642793627 * ___get1, Action_3_t1568981297 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m924721618_gshared (Action_2_t2861257736 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m2562793176_gshared (GetFunc_1_t2389035634 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3619848857_gshared (Action_3_t1315223304 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisQuaternion_t2301928331_m4236483251_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t2861257736 * ___push0, GetFunc_1_t2389035634 * ___get1, Action_3_t1315223304 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2562893154_gshared (Action_2_t50213602 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m1456185845_gshared (GetFunc_1_t3872958796 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m4114207330_gshared (Action_3_t2799146466 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay_t3785851493_m32565237_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t50213602 * ___push0, GetFunc_1_t3872958796 * ___get1, Action_3_t2799146466 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2802246566_gshared (Action_2_t2826167315 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m4205555913_gshared (GetFunc_1_t2353945213 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3180935990_gshared (Action_3_t1280132883 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisBounds_t2266837910_m1336659451_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t2826167315 * ___push0, GetFunc_1_t2353945213 * ___get1, Action_3_t1280132883 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3760153047_gshared (Action_2_t2642173319 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m2329344540_gshared (GetFunc_1_t2169951217 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m104467511_gshared (Action_3_t1096138887 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay2D_t2082843914_m3050880484_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t2642173319 * ___push0, GetFunc_1_t2169951217 * ___get1, Action_3_t1096138887 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1930516337_gshared (Action_2_t1905493838 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m2140877218_gshared (GetFunc_1_t1433271736 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3340322593_gshared (Action_3_t359459406 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisAutoPlay_t1346164433_m1358289309_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t1905493838 * ___push0, GetFunc_1_t1433271736 * ___get1, Action_3_t359459406 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m640394970_gshared (Action_2_t3331287749 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m429956115_gshared (GetFunc_1_t2859065647 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2637837205_gshared (Action_3_t1785253317 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisAxisConstraint_t2771958344_m3783936550_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t3331287749 * ___push0, GetFunc_1_t2859065647 * ___get1, Action_3_t1785253317 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m610894072_gshared (Action_2_t275077503 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m283698005_gshared (GetFunc_1_t4097822697 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3616950338_gshared (Action_3_t3024010367 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisEase_t4010715394_m3240425306_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t275077503 * ___push0, GetFunc_1_t4097822697 * ___get1, Action_3_t3024010367 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m3253990114_gshared (Action_2_t2108211840 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m175500126_gshared (GetFunc_1_t1635989738 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m189699984_gshared (Action_3_t562177408 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisLogBehaviour_t1548882435_m3234118176_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t2108211840 * ___push0, GetFunc_1_t1635989738 * ___get1, Action_3_t562177408 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1517537903_gshared (Action_2_t3609132223 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m3147349839_gshared (GetFunc_1_t3136910121 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m4194668243_gshared (Action_3_t2063097791 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisLoopType_t3049802818_m3878700322_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t3609132223 * ___push0, GetFunc_1_t3136910121 * ___get1, Action_3_t2063097791 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m33444022_gshared (Action_2_t2724932505 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m1225759394_gshared (GetFunc_1_t2252710403 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2370607708_gshared (Action_3_t1178898073 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathMode_t2165603100_m2054771345_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t2724932505 * ___push0, GetFunc_1_t2252710403 * ___get1, Action_3_t1178898073 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m58470251_gshared (Action_2_t41661518 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m2491939930_gshared (GetFunc_1_t3864406712 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m1522236192_gshared (Action_3_t2790594382 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathType_t3777299409_m3953941776_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t41661518 * ___push0, GetFunc_1_t3864406712 * ___get1, Action_3_t2790594382 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m109857175_gshared (Action_2_t3107899579 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m136009375_gshared (GetFunc_1_t2635677477 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3380138179_gshared (Action_3_t1561865147 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisRotateMode_t2548570174_m3982452637_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t3107899579 * ___push0, GetFunc_1_t2635677477 * ___get1, Action_3_t1561865147 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1930819314_gshared (Action_2_t1844602747 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m774304013_gshared (GetFunc_1_t1372380645 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3834639968_gshared (Action_3_t298568315 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisScrambleMode_t1285273342_m2521040253_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t1844602747 * ___push0, GetFunc_1_t1372380645 * ___get1, Action_3_t298568315 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m53037110_gshared (Action_2_t2531002591 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m640944550_gshared (GetFunc_1_t2058780489 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m1744396458_gshared (Action_3_t984968159 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisTweenType_t1971673186_m2091967394_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t2531002591 * ___push0, GetFunc_1_t2058780489 * ___get1, Action_3_t984968159 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2008913480_gshared (Action_2_t202091315 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m1848576192_gshared (GetFunc_1_t4024836509 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m3876241935_gshared (Action_3_t2951024179 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisUpdateType_t3937729206_m1071272545_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t202091315 * ___push0, GetFunc_1_t4024836509 * ___get1, Action_3_t2951024179 * ___update2, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2894142489_gshared (Action_2_t398739741 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetFunc_1__ctor_m2395328805_gshared (GetFunc_1_t4221484935 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_3__ctor_m2927018890_gshared (Action_3_t3147672605 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyEnum_t4134377632_m2508145993_gshared (ObjectTranslator_t2020767555 * __this, Action_2_t398739741 * ___push0, GetFunc_1_t4221484935 * ___get1, Action_3_t3147672605 * ___update2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m517598155_gshared (Dictionary_2_t1301971883 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m4152290082_gshared (Dictionary_2_t1301971883 * __this, intptr_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1045591573_gshared (Dictionary_2_t1301971883 * __this, intptr_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m4048355558_gshared (Dictionary_2_t1301971883 * __this, intptr_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m2521704440_gshared (Dictionary_2_t1301971883 * __this, intptr_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3213809058_gshared (List_1_t1569362707 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m697420525_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m361000296_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m1544293466_gshared (List_1_t1569362707 * __this, bool p0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* List_1_ToArray_m4168020446_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* List_1_ToArray_m3295195900_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR BooleanU5BU5D_t2897418192* List_1_ToArray_m3090942717_gshared (List_1_t1569362707 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3280774074_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2146457487 List_1_GetEnumerator_m2930774921_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m470245444_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2142368520_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3007748546_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2654125393_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_TisRuntimeObject_m824955942_gshared (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, RuntimeObject ** ___v2, const RuntimeMethod* method); // TValue XLua.LuaTable::Get(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_Get_TisRuntimeObject_m1925829881_gshared (LuaTable_t1631611336 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2387223709_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Cast_TisRuntimeObject_m4015728326_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m406556452_gshared (Func_2_t2447130374 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m3244726840_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t2447130374 * p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Concat(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Concat_TisRuntimeObject_m1054524938_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m1645301223_gshared (Func_2_t2317969963 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisInt32_t2950945753_m886958096_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t2317969963 * p1, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR List_1_t257213610 * Enumerable_ToList_TisRuntimeObject_m1484080463_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, const RuntimeMethod* method); // System.Void <>__AnonType0`3::.ctor(__T,__T,__T) extern "C" IL2CPP_METHOD_ATTR void U3CU3E__AnonType0_3__ctor_m82247295_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, int32_t p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // __T <>__AnonType0`3::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t U3CU3E__AnonType0_3_get_Index_m276524716_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, const RuntimeMethod* method); // __T <>__AnonType0`3::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t U3CU3E__AnonType0_3_get_Type_m3095336756_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, const RuntimeMethod* method); // __T <>__AnonType0`3::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3E__AnonType0_3_get_Value_m193917808_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m3104565095_gshared (Func_2_t3759279471 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m3454096398_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t3759279471 * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void List_1_AddRange_m3709462088_gshared (List_1_t257213610 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_3__ctor_m1375075958_gshared (Func_3_t3398609381 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany(System.Collections.Generic.IEnumerable`1,System.Func`2>,System.Func`3) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m3157626840_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t1426983263 * p1, Func_3_t3398609381 * p2, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1> System.Linq.Enumerable::GroupBy(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_GroupBy_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m2951888322_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t2447130374 * p1, Func_2_t2447130374 * p2, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Linq.Enumerable::ToDictionary(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t132545152 * Enumerable_ToDictionary_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m2600585073_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t2447130374 * p1, Func_2_t2447130374 * p2, const RuntimeMethod* method); // System.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_m3263502946_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t3759279471 * p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Join(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2,System.Func`3) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Join_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m1740908351_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, RuntimeObject* p1, Func_2_t2447130374 * p2, Func_2_t2447130374 * p3, Func_3_t3398609381 * p4, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1573226589_gshared (Dictionary_2_t2488212927 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m2893875154_gshared (Dictionary_2_t2488212927 * __this, MethodKey_t431904033 p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2278349286_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m485683011_gshared (Dictionary_2_t2488212927 * __this, MethodKey_t431904033 p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t147428406 Dictionary_2_GetEnumerator_m2826212963_gshared (Dictionary_2_t2488212927 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t590917798 Enumerator_get_Current_m3334612461_gshared (Enumerator_t147428406 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR MethodKey_t431904033 KeyValuePair_2_get_Key_m2765476079_gshared (KeyValuePair_2_t590917798 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m2714930061_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m1290107598_gshared (KeyValuePair_2_t590917798 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2060023603_gshared (Enumerator_t147428406 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m4133650089_gshared (Enumerator_t147428406 * __this, const RuntimeMethod* method); // System.Void <>__AnonType1`2::.ctor(__T,__T) extern "C" IL2CPP_METHOD_ATTR void U3CU3E__AnonType1_2__ctor_m3795416342_gshared (U3CU3E__AnonType1_2_t1955971020 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // __T <>__AnonType1`2::get_method() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3E__AnonType1_2_get_method_m273780770_gshared (U3CU3E__AnonType1_2_t1955971020 * __this, const RuntimeMethod* method); // System.Void XLuaTest.BaseTestBase`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseTestBase_1__ctor_m3282026525_gshared (BaseTestBase_1_t734865881 * __this, const RuntimeMethod* method); // System.Void XLuaTest.BaseTestBase`1::Foo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BaseTestBase_1_Foo_m533812525_gshared (BaseTestBase_1_t734865881 * __this, int32_t p0, const RuntimeMethod* method); // T XLuaTest.HotfixCalc::Test1() extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_Test1_TisInt32_t2950945753_m3480346607_gshared (HotfixCalc_t3327167615 * __this, const RuntimeMethod* method); // T XLuaTest.HotfixCalc::Test1() extern "C" IL2CPP_METHOD_ATTR double HotfixCalc_Test1_TisDouble_t594665363_m863247807_gshared (HotfixCalc_t3327167615 * __this, const RuntimeMethod* method); // T1 XLuaTest.HotfixCalc::Test2(T1,T2&,T3&) extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_Test2_TisInt32_t2950945753_TisDouble_t594665363_TisRuntimeObject_m1985352742_gshared (HotfixCalc_t3327167615 * __this, int32_t ___a0, double* ___b1, RuntimeObject ** ___c2, const RuntimeMethod* method); // System.Int32 XLuaTest.HotfixCalc::Test3(T) extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_Test3_TisRuntimeObject_m3928656549_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___a0, const RuntimeMethod* method); // System.Int32 XLuaTest.HotfixCalc::Test3(T) extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_Test3_TisInt32_t2950945753_m358094845_gshared (RuntimeObject * __this /* static, unused */, int32_t ___a0, const RuntimeMethod* method); // System.Void XLuaTest.HotfixCalc::Test4(T) extern "C" IL2CPP_METHOD_ATTR void HotfixCalc_Test4_TisRuntimeObject_m542505668_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___a0, const RuntimeMethod* method); // System.Void XLuaTest.HotfixCalc::Test4(T) extern "C" IL2CPP_METHOD_ATTR void HotfixCalc_Test4_TisInt32_t2950945753_m3308735801_gshared (RuntimeObject * __this /* static, unused */, int32_t ___a0, const RuntimeMethod* method); // System.Void XLuaTest.HotfixCalc::Test5(System.Int32,T[]) extern "C" IL2CPP_METHOD_ATTR void HotfixCalc_Test5_TisRuntimeObject_m1514355457_gshared (HotfixCalc_t3327167615 * __this, int32_t ___a0, ObjectU5BU5D_t2843939325* ___arg1, const RuntimeMethod* method); // System.Void XLuaTest.HotfixCalc::Test5(System.Int32,T[]) extern "C" IL2CPP_METHOD_ATTR void HotfixCalc_Test5_TisInt32_t2950945753_m4187918509_gshared (HotfixCalc_t3327167615 * __this, int32_t ___a0, Int32U5BU5D_t385246372* ___arg1, const RuntimeMethod* method); // System.Void XLuaTest.GenericClass`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void GenericClass_1__ctor_m2609532041_gshared (GenericClass_1_t2299288884 * __this, double p0, const RuntimeMethod* method); // System.Void XLuaTest.GenericClass`1::Func1() extern "C" IL2CPP_METHOD_ATTR void GenericClass_1_Func1_m3042939317_gshared (GenericClass_1_t2299288884 * __this, const RuntimeMethod* method); // T XLuaTest.GenericClass`1::Func2() extern "C" IL2CPP_METHOD_ATTR double GenericClass_1_Func2_m1816752595_gshared (GenericClass_1_t2299288884 * __this, const RuntimeMethod* method); // System.Void XLuaTest.GenericStruct`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void GenericStruct_1__ctor_m478535283_gshared (GenericStruct_1_t3812679264 * __this, int32_t p0, const RuntimeMethod* method); // T XLuaTest.GenericStruct`1::GetA(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t GenericStruct_1_GetA_m1660728519_gshared (GenericStruct_1_t3812679264 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2280607158_gshared (Action_2_t1820842380 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::GenericTest(T) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_GenericTest_TisInt32_t2950945753_m944697728_gshared (StatefullTest_t1427081944 * __this, int32_t ___a0, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::GenericTest(T) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_GenericTest_TisRuntimeObject_m1469738687_gshared (StatefullTest_t1427081944 * __this, RuntimeObject * ___a0, const RuntimeMethod* method); // T XLua.LuaTable::GetInPath(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_GetInPath_TisRuntimeObject_m1764580773_gshared (LuaTable_t1631611336 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void System.EventHandler`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EventHandler_1__ctor_m699822512_gshared (EventHandler_1_t1004265597 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054_gshared (LuaTable_t1631611336 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void XLua.LuaTable::Get(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared (LuaTable_t1631611336 * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1933767679_gshared (Action_1_t269755560 * __this, bool p0, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Set_TisRuntimeObject_TisInt32_t2950945753_m1732622687_gshared (LuaTable_t1631611336 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Set_TisInt32_t2950945753_TisInt32_t2950945753_m2436893173_gshared (LuaTable_t1631611336 * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void XLua.LuaTable::Get(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Get_TisRuntimeObject_TisInt32_t2950945753_m3771944224_gshared (LuaTable_t1631611336 * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method); // System.Void XLua.LuaTable::Get(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Get_TisInt32_t2950945753_TisInt32_t2950945753_m3917890496_gshared (LuaTable_t1631611336 * __this, int32_t ___key0, int32_t* ___value1, const RuntimeMethod* method); // TResult XLua.LuaFunction::Func(T1,T2) extern "C" IL2CPP_METHOD_ATTR int32_t LuaFunction_Func_TisInt32_t2950945753_TisInt32_t2950945753_TisInt32_t2950945753_m4250895180_gshared (LuaFunction_t431395339 * __this, int32_t ___a10, int32_t ___a21, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Set_TisDouble_t594665363_TisMyStruct_t514849583_m3999367316_gshared (LuaTable_t1631611336 * __this, double ___key0, MyStruct_t514849583 ___value1, const RuntimeMethod* method); // System.Void XLua.LuaTable::Get(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Get_TisDouble_t594665363_TisMyStruct_t514849583_m1572049044_gshared (LuaTable_t1631611336 * __this, double ___key0, MyStruct_t514849583 * ___value1, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Set_TisByte_t1134296376_TisDecimal_t2948259380_m2021777786_gshared (LuaTable_t1631611336 * __this, uint8_t ___key0, Decimal_t2948259380 ___value1, const RuntimeMethod* method); // System.Void XLua.LuaTable::Get(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Get_TisByte_t1134296376_TisDecimal_t2948259380_m2209156747_gshared (LuaTable_t1631611336 * __this, uint8_t ___key0, Decimal_t2948259380 * ___value1, const RuntimeMethod* method); // TValue XLua.LuaTable::Get(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t LuaTable_Get_TisInt32_t2950945753_m118041880_gshared (LuaTable_t1631611336 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void XLua.LuaTable::SetInPath(System.String,T) extern "C" IL2CPP_METHOD_ATTR void LuaTable_SetInPath_TisInt32_t2950945753_m735719664_gshared (LuaTable_t1631611336 * __this, String_t* ___path0, int32_t ___val1, const RuntimeMethod* method); // T XLua.LuaTable::GetInPath(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t LuaTable_GetInPath_TisInt32_t2950945753_m1881950570_gshared (LuaTable_t1631611336 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Set_TisRuntimeObject_TisPushAsTableStruct_t2836609445_m156595302_gshared (LuaTable_t1631611336 * __this, RuntimeObject * ___key0, PushAsTableStruct_t2836609445 ___value1, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m995503480 (RuntimeObject * __this /* static, unused */, Type_t * p0, RuntimeObject * p1, MethodInfo_t * p2, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator/GetCSObject::Invoke(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GetCSObject_Invoke_m845305652 (GetCSObject_t754952527 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m3190916076(__this, p0, p1, method) (( void (*) (Action_2_t3161010 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1578862614_gshared)(__this, p0, p1, method) // System.Void XLua.LuaEnv::AddIniter(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_AddIniter_m3559288492 (RuntimeObject * __this /* static, unused */, Action_2_t3161010 * ___initer0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m4277152501(__this, p0, p1, method) (( void (*) (Action_2_t60432908 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m4277152501_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m1415074886(__this, p0, p1, method) (( void (*) (GetFunc_1_t3883178102 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m1415074886_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m2174896501(__this, p0, p1, method) (( void (*) (Action_3_t2809365772 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m2174896501_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisPedding_t3796070799_m4130292574(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t60432908 *, GetFunc_1_t3883178102 *, Action_3_t2809365772 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisPedding_t3796070799_m4130292574_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m205169698(__this, p0, p1, method) (( void (*) (Action_2_t1074178988 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m205169698_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m4043031051(__this, p0, p1, method) (( void (*) (GetFunc_1_t601956886 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m4043031051_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m679353483(__this, p0, p1, method) (( void (*) (Action_3_t3823111852 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m679353483_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyStruct_t514849583_m1729578157(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t1074178988 *, GetFunc_1_t601956886 *, Action_3_t3823111852 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyStruct_t514849583_m1729578157_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m3591319301(__this, p0, p1, method) (( void (*) (Action_2_t3395938850 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m3591319301_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m3850027432(__this, p0, p1, method) (( void (*) (GetFunc_1_t2923716748 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m3850027432_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m10545248(__this, p0, p1, method) (( void (*) (Action_3_t1849904418 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m10545248_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisPushAsTableStruct_t2836609445_m3353630402(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t3395938850 *, GetFunc_1_t2923716748 *, Action_3_t1849904418 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisPushAsTableStruct_t2836609445_m3353630402_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m3328826376(__this, p0, p1, method) (( void (*) (Action_2_t2715558928 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m3328826376_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m1646750422(__this, p0, p1, method) (( void (*) (GetFunc_1_t2243336826 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m1646750422_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m3566901789(__this, p0, p1, method) (( void (*) (Action_3_t1169524496 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m3566901789_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector2_t2156229523_m3695638043(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t2715558928 *, GetFunc_1_t2243336826 *, Action_3_t1169524496 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector2_t2156229523_m3695638043_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m777399620(__this, p0, p1, method) (( void (*) (Action_2_t4281642869 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m777399620_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m2481566646(__this, p0, p1, method) (( void (*) (GetFunc_1_t3809420767 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m2481566646_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m4020574245(__this, p0, p1, method) (( void (*) (Action_3_t2735608437 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m4020574245_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector3_t3722313464_m659580672(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t4281642869 *, GetFunc_1_t3809420767 *, Action_3_t2735608437 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector3_t3722313464_m659580672_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m144446335(__this, p0, p1, method) (( void (*) (Action_2_t3878358342 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m144446335_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m3528333574(__this, p0, p1, method) (( void (*) (GetFunc_1_t3406136240 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m3528333574_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m2930410803(__this, p0, p1, method) (( void (*) (Action_3_t2332323910 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m2930410803_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector4_t3319028937_m4273397462(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t3878358342 *, GetFunc_1_t3406136240 *, Action_3_t2332323910 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector4_t3319028937_m4273397462_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m1715527655(__this, p0, p1, method) (( void (*) (Action_2_t3115015729 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1715527655_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m1621755821(__this, p0, p1, method) (( void (*) (GetFunc_1_t2642793627 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m1621755821_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m4242613009(__this, p0, p1, method) (( void (*) (Action_3_t1568981297 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m4242613009_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisColor_t2555686324_m2237022657(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t3115015729 *, GetFunc_1_t2642793627 *, Action_3_t1568981297 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisColor_t2555686324_m2237022657_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m924721618(__this, p0, p1, method) (( void (*) (Action_2_t2861257736 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m924721618_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m2562793176(__this, p0, p1, method) (( void (*) (GetFunc_1_t2389035634 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m2562793176_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m3619848857(__this, p0, p1, method) (( void (*) (Action_3_t1315223304 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m3619848857_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisQuaternion_t2301928331_m4236483251(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t2861257736 *, GetFunc_1_t2389035634 *, Action_3_t1315223304 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisQuaternion_t2301928331_m4236483251_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2562893154(__this, p0, p1, method) (( void (*) (Action_2_t50213602 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m2562893154_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m1456185845(__this, p0, p1, method) (( void (*) (GetFunc_1_t3872958796 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m1456185845_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m4114207330(__this, p0, p1, method) (( void (*) (Action_3_t2799146466 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m4114207330_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay_t3785851493_m32565237(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t50213602 *, GetFunc_1_t3872958796 *, Action_3_t2799146466 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay_t3785851493_m32565237_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2802246566(__this, p0, p1, method) (( void (*) (Action_2_t2826167315 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m2802246566_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m4205555913(__this, p0, p1, method) (( void (*) (GetFunc_1_t2353945213 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m4205555913_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m3180935990(__this, p0, p1, method) (( void (*) (Action_3_t1280132883 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m3180935990_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisBounds_t2266837910_m1336659451(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t2826167315 *, GetFunc_1_t2353945213 *, Action_3_t1280132883 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisBounds_t2266837910_m1336659451_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m3760153047(__this, p0, p1, method) (( void (*) (Action_2_t2642173319 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m3760153047_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m2329344540(__this, p0, p1, method) (( void (*) (GetFunc_1_t2169951217 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m2329344540_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m104467511(__this, p0, p1, method) (( void (*) (Action_3_t1096138887 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m104467511_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay2D_t2082843914_m3050880484(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t2642173319 *, GetFunc_1_t2169951217 *, Action_3_t1096138887 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay2D_t2082843914_m3050880484_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m1930516337(__this, p0, p1, method) (( void (*) (Action_2_t1905493838 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1930516337_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m2140877218(__this, p0, p1, method) (( void (*) (GetFunc_1_t1433271736 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m2140877218_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m3340322593(__this, p0, p1, method) (( void (*) (Action_3_t359459406 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m3340322593_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisAutoPlay_t1346164433_m1358289309(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t1905493838 *, GetFunc_1_t1433271736 *, Action_3_t359459406 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisAutoPlay_t1346164433_m1358289309_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m640394970(__this, p0, p1, method) (( void (*) (Action_2_t3331287749 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m640394970_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m429956115(__this, p0, p1, method) (( void (*) (GetFunc_1_t2859065647 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m429956115_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m2637837205(__this, p0, p1, method) (( void (*) (Action_3_t1785253317 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m2637837205_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisAxisConstraint_t2771958344_m3783936550(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t3331287749 *, GetFunc_1_t2859065647 *, Action_3_t1785253317 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisAxisConstraint_t2771958344_m3783936550_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m610894072(__this, p0, p1, method) (( void (*) (Action_2_t275077503 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m610894072_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m283698005(__this, p0, p1, method) (( void (*) (GetFunc_1_t4097822697 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m283698005_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m3616950338(__this, p0, p1, method) (( void (*) (Action_3_t3024010367 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m3616950338_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisEase_t4010715394_m3240425306(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t275077503 *, GetFunc_1_t4097822697 *, Action_3_t3024010367 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisEase_t4010715394_m3240425306_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m3253990114(__this, p0, p1, method) (( void (*) (Action_2_t2108211840 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m3253990114_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m175500126(__this, p0, p1, method) (( void (*) (GetFunc_1_t1635989738 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m175500126_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m189699984(__this, p0, p1, method) (( void (*) (Action_3_t562177408 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m189699984_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisLogBehaviour_t1548882435_m3234118176(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t2108211840 *, GetFunc_1_t1635989738 *, Action_3_t562177408 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisLogBehaviour_t1548882435_m3234118176_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m1517537903(__this, p0, p1, method) (( void (*) (Action_2_t3609132223 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1517537903_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m3147349839(__this, p0, p1, method) (( void (*) (GetFunc_1_t3136910121 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m3147349839_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m4194668243(__this, p0, p1, method) (( void (*) (Action_3_t2063097791 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m4194668243_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisLoopType_t3049802818_m3878700322(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t3609132223 *, GetFunc_1_t3136910121 *, Action_3_t2063097791 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisLoopType_t3049802818_m3878700322_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m33444022(__this, p0, p1, method) (( void (*) (Action_2_t2724932505 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m33444022_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m1225759394(__this, p0, p1, method) (( void (*) (GetFunc_1_t2252710403 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m1225759394_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m2370607708(__this, p0, p1, method) (( void (*) (Action_3_t1178898073 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m2370607708_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathMode_t2165603100_m2054771345(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t2724932505 *, GetFunc_1_t2252710403 *, Action_3_t1178898073 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathMode_t2165603100_m2054771345_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m58470251(__this, p0, p1, method) (( void (*) (Action_2_t41661518 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m58470251_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m2491939930(__this, p0, p1, method) (( void (*) (GetFunc_1_t3864406712 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m2491939930_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m1522236192(__this, p0, p1, method) (( void (*) (Action_3_t2790594382 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m1522236192_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathType_t3777299409_m3953941776(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t41661518 *, GetFunc_1_t3864406712 *, Action_3_t2790594382 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathType_t3777299409_m3953941776_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m109857175(__this, p0, p1, method) (( void (*) (Action_2_t3107899579 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m109857175_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m136009375(__this, p0, p1, method) (( void (*) (GetFunc_1_t2635677477 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m136009375_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m3380138179(__this, p0, p1, method) (( void (*) (Action_3_t1561865147 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m3380138179_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisRotateMode_t2548570174_m3982452637(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t3107899579 *, GetFunc_1_t2635677477 *, Action_3_t1561865147 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisRotateMode_t2548570174_m3982452637_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m1930819314(__this, p0, p1, method) (( void (*) (Action_2_t1844602747 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1930819314_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m774304013(__this, p0, p1, method) (( void (*) (GetFunc_1_t1372380645 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m774304013_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m3834639968(__this, p0, p1, method) (( void (*) (Action_3_t298568315 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m3834639968_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisScrambleMode_t1285273342_m2521040253(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t1844602747 *, GetFunc_1_t1372380645 *, Action_3_t298568315 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisScrambleMode_t1285273342_m2521040253_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m53037110(__this, p0, p1, method) (( void (*) (Action_2_t2531002591 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m53037110_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m640944550(__this, p0, p1, method) (( void (*) (GetFunc_1_t2058780489 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m640944550_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m1744396458(__this, p0, p1, method) (( void (*) (Action_3_t984968159 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m1744396458_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisTweenType_t1971673186_m2091967394(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t2531002591 *, GetFunc_1_t2058780489 *, Action_3_t984968159 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisTweenType_t1971673186_m2091967394_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2008913480(__this, p0, p1, method) (( void (*) (Action_2_t202091315 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m2008913480_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m1848576192(__this, p0, p1, method) (( void (*) (GetFunc_1_t4024836509 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m1848576192_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m3876241935(__this, p0, p1, method) (( void (*) (Action_3_t2951024179 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m3876241935_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisUpdateType_t3937729206_m1071272545(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t202091315 *, GetFunc_1_t4024836509 *, Action_3_t2951024179 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisUpdateType_t3937729206_m1071272545_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2894142489(__this, p0, p1, method) (( void (*) (Action_2_t398739741 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m2894142489_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/GetFunc`1::.ctor(System.Object,System.IntPtr) #define GetFunc_1__ctor_m2395328805(__this, p0, p1, method) (( void (*) (GetFunc_1_t4221484935 *, RuntimeObject *, intptr_t, const RuntimeMethod*))GetFunc_1__ctor_m2395328805_gshared)(__this, p0, p1, method) // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) #define Action_3__ctor_m2927018890(__this, p0, p1, method) (( void (*) (Action_3_t3147672605 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m2927018890_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator::RegisterPushAndGetAndUpdate(System.Action`2,XLua.ObjectTranslator/GetFunc`1,System.Action`3) #define ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyEnum_t4134377632_m2508145993(__this, ___push0, ___get1, ___update2, method) (( void (*) (ObjectTranslator_t2020767555 *, Action_2_t398739741 *, GetFunc_1_t4221484935 *, Action_3_t3147672605 *, const RuntimeMethod*))ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyEnum_t4134377632_m2508145993_gshared)(__this, ___push0, ___get1, ___update2, method) // System.Void XLua.ObjectTranslator/PushCSObject::Invoke(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void PushCSObject_Invoke_m884967110 (PushCSObject_t2825347334 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/UpdateCSObject::Invoke(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void UpdateCSObject_Invoke_m89165445 (UpdateCSObject_t4262194437 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m602294741(__this, method) (( void (*) (Dictionary_2_t3851719731 *, const RuntimeMethod*))Dictionary_2__ctor_m517598155_gshared)(__this, method) // System.IntPtr XLua.LuaDLL.Lua::xlua_gl(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_xlua_gl_m921891067 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void System.WeakReference::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void WeakReference__ctor_m2401547918 (WeakReference_t1334886716 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m62333167(__this, p0, p1, method) (( void (*) (Dictionary_2_t3851719731 *, intptr_t, WeakReference_t1334886716 *, const RuntimeMethod*))Dictionary_2_Add_m4152290082_gshared)(__this, p0, p1, method) // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m408849716 (RuntimeObject * __this /* static, unused */, intptr_t p0, intptr_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2911816580(__this, p0, method) (( bool (*) (Dictionary_2_t3851719731 *, intptr_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m1045591573_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m3219283056(__this, p0, method) (( WeakReference_t1334886716 * (*) (Dictionary_2_t3851719731 *, intptr_t, const RuntimeMethod*))Dictionary_2_get_Item_m4048355558_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m1553977034(__this, p0, method) (( bool (*) (Dictionary_2_t3851719731 *, intptr_t, const RuntimeMethod*))Dictionary_2_Remove_m2521704440_gshared)(__this, p0, method) // System.Void XLua.OverloadMethodWrap::set_HasDefalutValue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OverloadMethodWrap_set_HasDefalutValue_m357441166 (OverloadMethodWrap_t1227738875 * __this, bool ___value0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m2399864271 (MethodBase_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsConstructor() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsConstructor_m1438333698 (MethodBase_t * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1714400520(__this, method) (( void (*) (List_1_t1148196275 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m649382396(__this, method) (( void (*) (List_1_t46136375 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3213809058(__this, method) (( void (*) (List_1_t1569362707 *, const RuntimeMethod*))List_1__ctor_m3213809058_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2321703786(__this, method) (( void (*) (List_1_t257213610 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean System.Reflection.ParameterInfo::get_IsIn() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsIn_m1278224586 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsOut() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOut_m867677222 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m697420525(__this, p0, method) (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Add_m697420525_gshared)(__this, p0, method) // System.Boolean System.Type::get_IsByRef() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m1262524108 (Type_t * __this, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::IsStruct(System.Type) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_IsStruct_m1265322437 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m361000296(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m361000296_gshared)(__this, method) // System.Boolean System.Type::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsArray_m2591212821 (Type_t * __this, const RuntimeMethod* method); // XLua.ObjectCheck XLua.ObjectCheckers::GetChecker(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCheck_t3971088829 * ObjectCheckers_GetChecker_m1011057478 (ObjectCheckers_t1922409879 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m231958160(__this, p0, method) (( void (*) (List_1_t1148196275 *, ObjectCheck_t3971088829 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // XLua.ObjectCast XLua.ObjectCasters::GetCaster(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCast_t2869028929 * ObjectCasters_GetCaster_m200833679 (ObjectCasters_t3722364209 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2768649260(__this, p0, method) (( void (*) (List_1_t46136375 *, ObjectCast_t2869028929 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Reflection.ParameterInfo::get_IsOptional() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m2957997858 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1544293466(__this, p0, method) (( void (*) (List_1_t1569362707 *, bool, const RuntimeMethod*))List_1_Add_m1544293466_gshared)(__this, p0, method) // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsValueType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsValueType_m1315482809 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3631483688 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m739676612 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, Type_t * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3338814081(__this, p0, method) (( void (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m2048788085(__this, method) (( ObjectCheckU5BU5D_t2146637488* (*) (List_1_t1148196275 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m1947276646(__this, method) (( ObjectCastU5BU5D_t1796526492* (*) (List_1_t46136375 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m3295195900(__this, method) (( Int32U5BU5D_t385246372* (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_ToArray_m3295195900_gshared)(__this, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m3090942717(__this, method) (( BooleanU5BU5D_t2897418192* (*) (List_1_t1569362707 *, const RuntimeMethod*))List_1_ToArray_m3090942717_gshared)(__this, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m4168020446(__this, method) (( ObjectU5BU5D_t2843939325* (*) (List_1_t257213610 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // System.Int32 XLua.LuaDLL.Lua::lua_gettop(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_gettop_m2394536141 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Boolean XLua.ObjectCheck::Invoke(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheck_Invoke_m3678272064 (ObjectCheck_t3971088829 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator::FastGetCSObj(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_FastGetCSObj_m66620763 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Delegate::get_Method() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m3071622864 (Delegate_t1188392813 * __this, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2750085942 (RuntimeObject * __this /* static, unused */, Type_t * p0, int32_t p1, const RuntimeMethod* method); // System.Array XLua.ObjectTranslator::GetParams(System.IntPtr,System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * ObjectTranslator_GetParams_m818092963 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Type_t * ___type2, const RuntimeMethod* method); // System.Object XLua.ObjectCast::Invoke(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCast_Invoke_m1913262317 (ObjectCast_t2869028929 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method); // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m4089836896 (ConstructorInfo_t5769829 * __this, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Update(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Update_m3437872166 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, RuntimeObject * ___obj2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushAny(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushAny_m2595410231 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_GetHashCode_m1610824259 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m2288290917 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_FromBase64String_m3685135396 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::ImportCspBlob(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_ImportCspBlob_m1196037419 (RSACryptoServiceProvider_t2683512874 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider__ctor_m4195188793 (SHA1CryptoServiceProvider_t3661059764 * __this, const RuntimeMethod* method); // System.Byte[] XLua.LuaEnv/CustomLoader::Invoke(System.String&) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CustomLoader_Invoke_m231579447 (CustomLoader_t465830221 * __this, String_t** ___filepath0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.InvalidProgramException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidProgramException__ctor_m3976792134 (InvalidProgramException_t3836716986 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::VerifyData(System.Byte[],System.Object,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_VerifyData_m3965338473 (RSACryptoServiceProvider_t2683512874 * __this, ByteU5BU5D_t4116647657* p0, RuntimeObject * p1, ByteU5BU5D_t4116647657* p2, const RuntimeMethod* method); // System.Void XLua.LuaEnv/CustomLoader::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CustomLoader__ctor_m1115093900 (CustomLoader_t465830221 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::EnumAnd(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_EnumAnd_m3416650632 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::EnumOr(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_EnumOr_m1067596880 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::StaticCSFunction(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_StaticCSFunction_m4016132790 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::FixCSFunction(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_FixCSFunction_m1076554084 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::DelegateCall(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_DelegateCall_m2671525595 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::LuaGC(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LuaGC_m2837581461 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::ToString(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ToString_m59504517 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::DelegateCombine(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_DelegateCombine_m3143063672 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::DelegateRemove(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_DelegateRemove_m1855667533 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::ArrayIndexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ArrayIndexer_m3536693048 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::ArrayNewIndexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ArrayNewIndexer_m3593144719 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::ArrayLength(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ArrayLength_m1421054509 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::MetaFuncIndex(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_MetaFuncIndex_m1669227410 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::Panic(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_Panic_m3394584402 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::Print(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_Print_m1349533568 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::LoadSocketCore(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadSocketCore_m328516753 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::LoadCS(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadCS_m2413833471 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::LoadBuiltinLib(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadBuiltinLib_m2917056565 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::LoadFromResource(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadFromResource_m1140514553 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::LoadFromStreamingAssetsPath(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadFromStreamingAssetsPath_m235562120 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::LoadFromCustomLoaders(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadFromCustomLoaders_m1480218717 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::LoadAssembly(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadAssembly_m337918175 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::ImportType(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ImportType_m3105597319 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::ImportGenericType(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ImportGenericType_m1494536771 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::Cast(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_Cast_m1330993023 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::XLuaAccess(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_XLuaAccess_m2012288326 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::XLuaPrivateAccessible(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_XLuaPrivateAccessible_m301569256 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::XLuaMetatableOperation(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_XLuaMetatableOperation_m3806744604 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::DelegateConstructor(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_DelegateConstructor_m338878774 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::ToFunction(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ToFunction_m3649442807 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::GenericMethodWraper(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_GenericMethodWraper_m4244695569 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::GetGenericMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_GetGenericMethod_m1548014812 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.StaticLuaCallbacks::ReleaseCsObject(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ReleaseCsObject_m3145077486 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.lua_CSFunction::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void lua_CSFunction__ctor_m2895663127 (lua_CSFunction_t883524059 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // XLua.ObjectTranslatorPool XLua.ObjectTranslatorPool::get_Instance() extern "C" IL2CPP_METHOD_ATTR ObjectTranslatorPool_t158158286 * ObjectTranslatorPool_get_Instance_m842665354 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // XLua.ObjectTranslator XLua.ObjectTranslatorPool::Find(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR ObjectTranslator_t2020767555 * ObjectTranslatorPool_Find_m2808149378 (ObjectTranslatorPool_t158158286 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsEnum(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsEnum_m1162764005 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::luaL_error(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_error_m1118924357 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___message1, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Object) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3240678588 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Int64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1136033697 (RuntimeObject * __this /* static, unused */, Type_t * p0, int64_t p1, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_upvalueindex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_upvalueindex_m2890383900 (RuntimeObject * __this /* static, unused */, int32_t ___n0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.lua_CSFunction::Invoke(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t lua_CSFunction_Invoke_m216159223 (lua_CSFunction_t883524059 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_tointeger(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_tointeger_m2263761157 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::GetFixCSFunction(System.Int32) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * ObjectTranslator_GetFixCSFunction_m3049810314 (ObjectTranslator_t2020767555 * __this, int32_t ___index0, const RuntimeMethod* method); // XLua.LuaDLL.lua_CSFunction XLua.MethodWrapsCache::GetDelegateWrap(System.Type) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * MethodWrapsCache_GetDelegateWrap_m842285672 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_tocsobj_safe(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_tocsobj_safe_m1195188976 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___obj1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::collectObject(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_collectObject_m1178817294 (ObjectTranslator_t2020767555 * __this, int32_t ___obj_index_to_collect0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // XLua.LuaTypes XLua.LuaDLL.Lua::lua_type(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_type_m1302598900 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator::GetObject(System.IntPtr,System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_GetObject_m805173647 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Type_t * ___type2, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_pushinteger(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushinteger_m3473749366 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___value1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushnumber(System.IntPtr,System.Double) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushnumber_m3190857213 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, double ___number1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushboolean(System.IntPtr,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushboolean_m2404392622 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, bool ___value1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushint64(System.IntPtr,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushint64_m835440290 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int64_t ___n1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushuint64(System.IntPtr,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushuint64_m2089554472 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint64_t ___n1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_pushuint(System.IntPtr,System.UInt32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushuint_m801887269 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint32_t ___value1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushlightuserdata(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushlightuserdata_m2253183640 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, intptr_t ___udata1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDecimal(System.IntPtr,System.Decimal) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDecimal_m48535725 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Decimal_t2948259380 ___val1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushstring(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushstring_m4067524778 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___str1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Boolean XLua.StaticLuaCallbacks::tryPrimitiveArrayGet(System.Type,System.IntPtr,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool StaticLuaCallbacks_tryPrimitiveArrayGet_m792551585 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, RuntimeObject * ___obj2, int32_t ___index3, const RuntimeMethod* method); // System.Boolean XLua.InternalGlobals/TryArrayGet::Invoke(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool TryArrayGet_Invoke_m855297482 (TryArrayGet_t1731576616 * __this, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___index4, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m2528546681 (RuntimeArray * __this, int32_t p0, const RuntimeMethod* method); // System.Double XLua.LuaDLL.Lua::lua_tonumber(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR double Lua_lua_tonumber_m3087017991 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_toboolean(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_toboolean_m3020476153 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isint64_m1369779581 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Int64 XLua.LuaDLL.Lua::lua_toint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t Lua_lua_toint64_m2860959092 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isuint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isuint64_m338346154 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.UInt64 XLua.LuaDLL.Lua::lua_touint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t Lua_lua_touint64_m3397986040 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.UInt32 XLua.LuaDLL.Lua::xlua_touint(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t Lua_xlua_touint_m514469734 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.IntPtr XLua.LuaDLL.Lua::lua_touserdata(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_touserdata_m3275992727 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Explicit(System.Double) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Explicit_m2433293820 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.Boolean XLua.ObjectTranslator::IsDecimal(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_IsDecimal_m3121000211 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3855786213 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Decimal_t2948259380 * ___val2, const RuntimeMethod* method); // System.String XLua.LuaDLL.Lua::lua_tostring(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Lua_lua_tostring_m2201066917 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean XLua.StaticLuaCallbacks::TryPrimitiveArraySet(System.Type,System.IntPtr,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool StaticLuaCallbacks_TryPrimitiveArraySet_m3448088211 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, RuntimeObject * ___obj2, int32_t ___array_idx3, int32_t ___obj_idx4, const RuntimeMethod* method); // System.Boolean XLua.InternalGlobals/TryArraySet::Invoke(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool TryArraySet_Invoke_m2379453342 (TryArraySet_t1732363048 * __this, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___array_idx4, int32_t ___obj_idx5, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Int32 XLua.ObjectTranslator::GetTypeId(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_GetTypeId_m1793999451 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushvalue(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushvalue_m425062527 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_rawget(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_rawget_m3285589170 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void XLua.LuaException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void LuaException__ctor_m1453574532 (LuaException_t1837158180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_getglobal(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_getglobal_m2784290553 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___name1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_pcall(System.IntPtr,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_pcall_m4060699747 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___nArgs1, int32_t ___nResults2, int32_t ___errfunc3, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_error(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_error_m4289945108 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pop(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pop_m1434696172 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___amount1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::luaopen_socket_core(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaopen_socket_core_m2113482057 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_pushasciistring(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushasciistring_m246597761 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___str1, const RuntimeMethod* method); // System.Int32 XLua.LuaIndexes::get_LUA_REGISTRYINDEX() extern "C" IL2CPP_METHOD_ATTR int32_t LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1698296366(__this, p0, p1, method) (( bool (*) (Dictionary_2_t668780358 *, String_t*, lua_CSFunction_t883524059 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void XLua.LuaDLL.Lua::lua_pushstdcallcfunction(System.IntPtr,XLua.LuaDLL.lua_CSFunction,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushstdcallcfunction_m955832510 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, lua_CSFunction_t883524059 * ___function1, int32_t ___n2, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Resources::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Resources_Load_m3880010804 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Byte[] UnityEngine.TextAsset::get_bytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TextAsset_get_bytes_m1826471440 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xluaL_loadbuffer(System.IntPtr,System.Byte[],System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xluaL_loadbuffer_m2673977280 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ByteU5BU5D_t4116647657* ___buff1, int32_t ___size2, String_t* ___name3, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String UnityEngine.Application::get_streamingAssetsPath() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_streamingAssetsPath_m1172141117 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Byte[] System.IO.File::ReadAllBytes(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* File_ReadAllBytes_m1435775076 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogWarning_m3752629331 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m864472581(__this, method) (( Enumerator_t3827148840 (*) (List_1_t1937904963 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m4155084562(__this, method) (( CustomLoader_t465830221 * (*) (Enumerator_t3827148840 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m3866626752(__this, method) (( bool (*) (Enumerator_t3827148840 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m2386454187(__this, method) (( void (*) (Enumerator_t3827148840 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Reflection.Assembly System.Reflection.Assembly::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m3487507613 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Reflection.AssemblyName System.Reflection.AssemblyName::GetAssemblyName(System.String) extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * AssemblyName_GetAssemblyName_m2947832080 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::Load(System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m2586943103 (RuntimeObject * __this /* static, unused */, AssemblyName_t270931938 * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m1336352484(__this, p0, method) (( bool (*) (List_1_t1279540245 *, Assembly_t *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m543857524(__this, p0, method) (( void (*) (List_1_t1279540245 *, Assembly_t *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Type XLua.ObjectTranslator::FindType(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectTranslator_FindType_m4140411878 (ObjectTranslator_t2020767555 * __this, String_t* ___className0, bool ___isQualifiedName1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushnil(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushnil_m4186324575 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsGenericTypeDefinition(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericTypeDefinition_m741157858 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Type XLua.StaticLuaCallbacks::getType(System.IntPtr,XLua.ObjectTranslator,System.Int32) extern "C" IL2CPP_METHOD_ATTR Type_t * StaticLuaCallbacks_getType_m3878680439 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ObjectTranslator_t2020767555 * ___translator1, int32_t ___idx2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,T&) #define ObjectTranslator_Get_TisType_t_m4272423750(__this, ___L0, ___index1, ___v2, method) (( void (*) (ObjectTranslator_t2020767555 *, intptr_t, int32_t, Type_t **, const RuntimeMethod*))ObjectTranslator_Get_TisRuntimeObject_m824955942_gshared)(__this, ___L0, ___index1, ___v2, method) // System.Void XLua.LuaDLL.Lua::luaL_getmetatable(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR void Lua_luaL_getmetatable_m3506102350 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___meta1, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isnil(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isnil_m3293895152 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_setmetatable(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_setmetatable_m707540821 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___objIndex1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,T&) #define ObjectTranslator_Get_TisLuaTable_t1631611336_m1057782986(__this, ___L0, ___index1, ___v2, method) (( void (*) (ObjectTranslator_t2020767555 *, intptr_t, int32_t, LuaTable_t1631611336 **, const RuntimeMethod*))ObjectTranslator_Get_TisRuntimeObject_m824955942_gshared)(__this, ___L0, ___index1, ___v2, method) // TValue XLua.LuaTable::Get(System.String) #define LuaTable_Get_TisType_t_m3508070124(__this, ___key0, method) (( Type_t * (*) (LuaTable_t1631611336 *, String_t*, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_m1925829881_gshared)(__this, ___key0, method) // System.Object XLua.ObjectTranslator::GetObject(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_GetObject_m3031673712 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator::SafeGetCSObj(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_SafeGetCSObj_m101375085 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void FieldInfo_SetValue_m2460171138 (FieldInfo_t * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m4206634422 (Type_t * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PrivateAccessible(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PrivateAccessible_m1238524863 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method); // System.Type XLua.TypeExtensions::BaseType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeExtensions_BaseType_m2874097911 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Int32 XLua.ObjectTranslator::getTypeId(System.IntPtr,System.Type,System.Boolean&,XLua.ObjectTranslator/LOGLEVEL) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_getTypeId_m403608292 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, bool* ___is_first2, int32_t ___log_level3, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_rawgeti(System.IntPtr,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_rawgeti_m3760027779 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___tableIndex1, int64_t ___index2, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_rawseti(System.IntPtr,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_rawseti_m1577548352 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___tableIndex1, int64_t ___index2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,T&) #define ObjectTranslator_Get_TisMethodBase_t_m215814567(__this, ___L0, ___index1, ___v2, method) (( void (*) (ObjectTranslator_t2020767555 *, intptr_t, int32_t, MethodBase_t **, const RuntimeMethod*))ObjectTranslator_Get_TisRuntimeObject_m824955942_gshared)(__this, ___L0, ___index1, ___v2, method) // XLua.MethodWrap XLua.MethodWrapsCache::_GenMethodWrap(System.Type,System.String,System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodWrap_t801859268 * MethodWrapsCache__GenMethodWrap_m2785935813 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, String_t* ___methodName1, RuntimeObject* ___methodBases2, bool ___forceCheck3, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushFixCSFunction(System.IntPtr,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushFixCSFunction_m2016711914 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, lua_CSFunction_t883524059 * ___func1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,T&) #define ObjectTranslator_Get_TisMethodInfo_t_m1075275091(__this, ___L0, ___index1, ___v2, method) (( void (*) (ObjectTranslator_t2020767555 *, intptr_t, int32_t, MethodInfo_t **, const RuntimeMethod*))ObjectTranslator_Get_TisRuntimeObject_m824955942_gshared)(__this, ___L0, ___index1, ___v2, method) // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2345422666(__this, method) (( void (*) (List_1_t3349700990 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m14048474(__this, p0, method) (( void (*) (List_1_t3349700990 *, MethodInfo_t *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m335175986(__this, method) (( int32_t (*) (List_1_t3349700990 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Boolean XLua.LuaDLL.Lua::lua_isinteger(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isinteger_m3661555246 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1018997905(__this, p0, method) (( MethodInfo_t * (*) (List_1_t3349700990 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void XLua.ObjectTranslator::ReleaseCSObj(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_ReleaseCSObj_m3635024860 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushXLuaTestPedding(System.IntPtr,XLuaTest.Pedding) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushXLuaTestPedding_m1041412546 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Pedding_t3796070799 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushXLuaTestMyStruct(System.IntPtr,XLuaTest.MyStruct) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushXLuaTestMyStruct_m284684668 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, MyStruct_t514849583 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushXLuaTestPushAsTableStruct(System.IntPtr,XLuaTest.PushAsTableStruct) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushXLuaTestPushAsTableStruct_m802976487 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, PushAsTableStruct_t2836609445 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushUnityEngineVector2(System.IntPtr,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineVector2_m3232111227 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Vector2_t2156229523 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushUnityEngineVector3(System.IntPtr,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineVector3_m82247743 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Vector3_t3722313464 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushUnityEngineVector4(System.IntPtr,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineVector4_m1345601328 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Vector4_t3319028937 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushUnityEngineColor(System.IntPtr,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineColor_m234561220 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Color_t2555686324 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushUnityEngineQuaternion(System.IntPtr,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineQuaternion_m1385659755 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Quaternion_t2301928331 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushUnityEngineRay(System.IntPtr,UnityEngine.Ray) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineRay_m3647823926 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Ray_t3785851493 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushUnityEngineBounds(System.IntPtr,UnityEngine.Bounds) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineBounds_m1034727825 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Bounds_t2266837910 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushUnityEngineRay2D(System.IntPtr,UnityEngine.Ray2D) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineRay2D_m2230845372 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Ray2D_t2082843914 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningAutoPlay(System.IntPtr,DG.Tweening.AutoPlay) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningAutoPlay_m3886690983 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningAxisConstraint(System.IntPtr,DG.Tweening.AxisConstraint) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningAxisConstraint_m4080567124 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningEase(System.IntPtr,DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningEase_m1764940980 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningLogBehaviour(System.IntPtr,DG.Tweening.LogBehaviour) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningLogBehaviour_m4233091606 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningLoopType(System.IntPtr,DG.Tweening.LoopType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningLoopType_m1876084289 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningPathMode(System.IntPtr,DG.Tweening.PathMode) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningPathMode_m320252973 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningPathType(System.IntPtr,DG.Tweening.PathType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningPathType_m646643691 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningRotateMode(System.IntPtr,DG.Tweening.RotateMode) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningRotateMode_m2958424918 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningScrambleMode(System.IntPtr,DG.Tweening.ScrambleMode) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningScrambleMode_m654669223 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningTweenType(System.IntPtr,DG.Tweening.TweenType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningTweenType_m1443697377 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDGTweeningUpdateType(System.IntPtr,DG.Tweening.UpdateType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningUpdateType_m1496001566 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushXLuaTestMyEnum(System.IntPtr,XLuaTest.MyEnum) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushXLuaTestMyEnum_m329911794 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,XLuaTest.Pedding&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3350086819 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Pedding_t3796070799 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,XLuaTest.MyStruct&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m94430953 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, MyStruct_t514849583 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,XLuaTest.PushAsTableStruct&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m2053411285 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, PushAsTableStruct_t2836609445 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Vector2&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1627229422 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Vector2_t2156229523 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1627229423 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Vector3_t3722313464 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Vector4&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1627229428 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Vector4_t3319028937 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Color&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1529026408 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Color_t2555686324 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Quaternion&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3946340519 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Quaternion_t2301928331 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Ray&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1877761728 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Ray_t3785851493 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Bounds&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m4012846247 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Bounds_t2266837910 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Ray2D&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m71339646 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Ray2D_t2082843914 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.AutoPlay&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3236875037 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.AxisConstraint&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3189878663 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.Ease&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m2473396835 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.LogBehaviour&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m2627530738 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.LoopType&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1447675128 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.PathMode&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m2906801996 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.PathType&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3757128783 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.RotateMode&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1355366945 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.ScrambleMode&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1895878831 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.TweenType&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1350035902 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.UpdateType&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1519651315 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,XLuaTest.MyEnum&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3404519673 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3073166008(__this, method) (( void (*) (List_1_t3956019502 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m576010208(__this, p0, method) (( void (*) (List_1_t3956019502 *, Type_t *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m371501663(__this, method) (( void (*) (Dictionary_2_t1468905199 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m706204246(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1685793073(__this, p0, method) (( void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m2359579394(__this, p0, p1, method) (( void (*) (Dictionary_2_t1468905199 *, Type_t *, List_1_t3319525431 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void XLua.TemplateEngine.Chunk::set_Type(XLua.TemplateEngine.TokenType) extern "C" IL2CPP_METHOD_ATTR void Chunk_set_Type_m2945793262 (Chunk_t3258039454 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void XLua.TemplateEngine.Chunk::set_Text(System.String) extern "C" IL2CPP_METHOD_ATTR void Chunk_set_Text_m125145581 (Chunk_t3258039454 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 XLua.TemplateEngine.LuaTemplate::Compile(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t LuaTemplate_Compile_m1658190545 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.TemplateEngine.LuaTemplate::Execute(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t LuaTemplate_Execute_m139315850 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m2990315485(__this, method) (( Enumerator_t2324390777 (*) (List_1_t435146900 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m2675908645(__this, method) (( Chunk_t3258039454 * (*) (Enumerator_t2324390777 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // XLua.TemplateEngine.TokenType XLua.TemplateEngine.Chunk::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t Chunk_get_Type_m386230492 (Chunk_t3258039454 * __this, const RuntimeMethod* method); // System.String XLua.TemplateEngine.Chunk::get_Text() extern "C" IL2CPP_METHOD_ATTR String_t* Chunk_get_Text_m4128342070 (Chunk_t3258039454 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m914721064(__this, method) (( bool (*) (Enumerator_t2324390777 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m608055225(__this, method) (( void (*) (Enumerator_t2324390777 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Collections.Generic.List`1 XLua.TemplateEngine.Parser::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR List_1_t435146900 * Parser_Parse_m702257547 (RuntimeObject * __this /* static, unused */, String_t* ___snippet0, const RuntimeMethod* method); // System.String XLua.TemplateEngine.LuaTemplate::ComposeCode(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR String_t* LuaTemplate_ComposeCode_m3715127384 (RuntimeObject * __this /* static, unused */, List_1_t435146900 * ___chunks0, const RuntimeMethod* method); // XLua.LuaFunction XLua.LuaEnv::LoadString(System.String,System.String,XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR LuaFunction_t431395339 * LuaEnv_LoadString_m3799979839 (LuaEnv_t2152703515 * __this, String_t* ___chunk0, String_t* ___chunkName1, LuaTable_t1631611336 * ___env2, const RuntimeMethod* method); // System.Void XLua.LuaFunction::SetEnv(XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR void LuaFunction_SetEnv_m1309815985 (LuaFunction_t431395339 * __this, LuaTable_t1631611336 * ___env0, const RuntimeMethod* method); // System.Object[] XLua.LuaFunction::Call(System.Object[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaFunction_Call_m2670163886 (LuaFunction_t431395339 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::luaL_loadbuffer(System.IntPtr,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_loadbuffer_m1233100179 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___buff1, String_t* ___name2, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isfunction(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isfunction_m2911708774 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_istable(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_istable_m743603444 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_setfenv(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_setfenv_m319825179 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_newtable(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_newtable_m1072923522 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_rawset(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_rawset_m3292503124 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_setglobal(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_setglobal_m3972933054 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___name1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.String XLua.TemplateEngine.Parser::GetRegexString() extern "C" IL2CPP_METHOD_ATTR String_t* Parser_GetRegexString_m451739696 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void XLua.TemplateEngine.Parser::set_RegexString(System.String) extern "C" IL2CPP_METHOD_ATTR void Parser_set_RegexString_m1267891607 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String XLua.TemplateEngine.Parser::get_RegexString() extern "C" IL2CPP_METHOD_ATTR String_t* Parser_get_RegexString_m3953017956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m1728442805 (Regex_t3657309853 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) extern "C" IL2CPP_METHOD_ATTR Match_t3408321083 * Regex_Match_m2255756165 (Regex_t3657309853 * __this, String_t* p0, const RuntimeMethod* method); // System.Text.RegularExpressions.Group System.Text.RegularExpressions.GroupCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR Group_t2468205786 * GroupCollection_get_Item_m3293401907 (GroupCollection_t69770484 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Capture::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Capture_get_Length_m4245536461 (Capture_t2232016050 * __this, const RuntimeMethod* method); // System.Void XLua.TemplateEngine.TemplateFormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TemplateFormatException__ctor_m1607166935 (TemplateFormatException_t583832403 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::get_Captures() extern "C" IL2CPP_METHOD_ATTR CaptureCollection_t1760593541 * Group_get_Captures_m1655762411 (Group_t2468205786 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) #define Enumerable_Cast_TisCapture_t2232016050_m445955909(__this /* static, unused */, p0, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisRuntimeObject_m4015728326_gshared)(__this /* static, unused */, p0, method) // System.Void System.Func`2__AnonType0`3>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m3200376871(__this, p0, p1, method) (( void (*) (Func_2_t1486249524 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select__AnonType0`3>(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Select_TisCapture_t2232016050_TisU3CU3E__AnonType0_3_t484929944_m3944295605(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t1486249524 *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m3244726840_gshared)(__this /* static, unused */, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Concat<<>__AnonType0`3>(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) #define Enumerable_Concat_TisU3CU3E__AnonType0_3_t484929944_m1768041658(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Enumerable_Concat_TisRuntimeObject_m1054524938_gshared)(__this /* static, unused */, p0, p1, method) // System.Void System.Func`2<<>__AnonType0`3,System.Int32>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m1981697370(__this, p0, p1, method) (( void (*) (Func_2_t2666968375 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m1645301223_gshared)(__this, p0, p1, method) // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy<<>__AnonType0`3,System.Int32>(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_OrderBy_TisU3CU3E__AnonType0_3_t484929944_TisInt32_t2950945753_m3764510218(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t2666968375 *, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisInt32_t2950945753_m886958096_gshared)(__this /* static, unused */, p0, p1, method) // System.Void System.Func`2<<>__AnonType0`3,XLua.TemplateEngine.Chunk>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m3346958489(__this, p0, p1, method) (( void (*) (Func_2_t2974062076 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select<<>__AnonType0`3,XLua.TemplateEngine.Chunk>(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Select_TisU3CU3E__AnonType0_3_t484929944_TisChunk_t3258039454_m2067845132(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t2974062076 *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m3244726840_gshared)(__this /* static, unused */, p0, p1, method) // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToList_TisChunk_t3258039454_m598106357(__this /* static, unused */, p0, method) (( List_1_t435146900 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m1484080463_gshared)(__this /* static, unused */, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1093126971(__this, method) (( int32_t (*) (List_1_t435146900 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.String System.Text.RegularExpressions.Capture::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m538076933 (Capture_t2232016050 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Capture::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m745081289 (Capture_t2232016050 * __this, const RuntimeMethod* method); // System.Void <>__AnonType0`3::.ctor(__T,__T,__T) #define U3CU3E__AnonType0_3__ctor_m466192602(__this, p0, p1, p2, method) (( void (*) (U3CU3E__AnonType0_3_t484929944 *, int32_t, String_t*, int32_t, const RuntimeMethod*))U3CU3E__AnonType0_3__ctor_m82247295_gshared)(__this, p0, p1, p2, method) // System.String XLua.TemplateEngine.Parser::EscapeString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Parser_EscapeString_m1350528782 (RuntimeObject * __this /* static, unused */, String_t* ___input0, const RuntimeMethod* method); // __T <>__AnonType0`3::get_Index() #define U3CU3E__AnonType0_3_get_Index_m2315531423(__this, method) (( int32_t (*) (U3CU3E__AnonType0_3_t484929944 *, const RuntimeMethod*))U3CU3E__AnonType0_3_get_Index_m276524716_gshared)(__this, method) // __T <>__AnonType0`3::get_Type() #define U3CU3E__AnonType0_3_get_Type_m318197396(__this, method) (( int32_t (*) (U3CU3E__AnonType0_3_t484929944 *, const RuntimeMethod*))U3CU3E__AnonType0_3_get_Type_m3095336756_gshared)(__this, method) // __T <>__AnonType0`3::get_Value() #define U3CU3E__AnonType0_3_get_Value_m4250394301(__this, method) (( String_t* (*) (U3CU3E__AnonType0_3_t484929944 *, const RuntimeMethod*))U3CU3E__AnonType0_3_get_Value_m193917808_gshared)(__this, method) // System.Void XLua.TemplateEngine.Chunk::.ctor(XLua.TemplateEngine.TokenType,System.String) extern "C" IL2CPP_METHOD_ATTR void Chunk__ctor_m3227050646 (Chunk_t3258039454 * __this, int32_t ___type0, String_t* ___text1, const RuntimeMethod* method); // System.Void System.Exception::.ctor() extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m213470898 (Exception_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m3108065642 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsEnum() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsEnum_m208091508 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPrimitive() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m1114712797 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsAbstract() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m1120089130 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsSealed() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsSealed_m3543837727 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsInterface() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m3284996719 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsClass() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsClass_m589177581 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsNestedPublic() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsNestedPublic_m1869841221 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPublic() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPublic_m3753422318 (Type_t * __this, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsGenericType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericType_m3178670838 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m1769449570(__this, p0, p1, method) (( void (*) (Func_2_t2311415679 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Select_TisType_t_TisString_t_m2236725981(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t2311415679 *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m3244726840_gshared)(__this /* static, unused */, p0, p1, method) // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisString_t_m341371260(__this /* static, unused */, p0, method) (( StringU5BU5D_t1281789340* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared)(__this /* static, unused */, p0, method) // System.String System.String::Join(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m2050845953 (RuntimeObject * __this /* static, unused */, String_t* p0, StringU5BU5D_t1281789340* p1, const RuntimeMethod* method); // System.Int32 XLua.Utils::LazyReflectionCall(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Utils_LazyReflectionCall_m1164776198 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isthread(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isthread_m1120163901 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method); // System.IntPtr XLua.LuaDLL.Lua::lua_tothread(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_tothread_m1708848213 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.Utils/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetAllTypesU3Ec__AnonStorey0__ctor_m672181357 (U3CGetAllTypesU3Ec__AnonStorey0_t174519252 * __this, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() extern "C" IL2CPP_METHOD_ATTR AssemblyU5BU5D_t2792222854* AppDomain_GetAssemblies_m803088943 (AppDomain_t1571427825 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m3783715446(__this, p0, p1, method) (( void (*) (Func_2_t561252955 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Where_TisType_t_m1836848566(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t561252955 *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m3454096398_gshared)(__this /* static, unused */, p0, p1, method) // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) #define List_1_AddRange_m4025785839(__this, p0, method) (( void (*) (List_1_t3956019502 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m3709462088_gshared)(__this, p0, method) // System.Void XLua.Utils/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenFieldGetterU3Ec__AnonStorey1__ctor_m2040827428 (U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_m3482711189 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Void XLua.Utils/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenFieldSetterU3Ec__AnonStorey2__ctor_m3538189651 (U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * __this, const RuntimeMethod* method); // System.Void XLua.Utils/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenItemGetterU3Ec__AnonStorey3__ctor_m1364592953 (U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m22287375(__this, p0, p1, method) (( void (*) (Func_2_t2377163032 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Where_TisPropertyInfo_t_m3865322710(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t2377163032 *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m3454096398_gshared)(__this /* static, unused */, p0, p1, method) // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisPropertyInfo_t_m4157364769(__this /* static, unused */, p0, method) (( PropertyInfoU5BU5D_t1461822886* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared)(__this /* static, unused */, p0, method) // System.Void XLua.Utils/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenItemSetterU3Ec__AnonStorey4__ctor_m3560433980 (U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * __this, const RuntimeMethod* method); // System.Void XLua.Utils/c__AnonStorey5::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenEnumCastFromU3Ec__AnonStorey5__ctor_m1210746852 (U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 XLua.Utils::GetAllTypes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR List_1_t3956019502 * Utils_GetAllTypes_m3709043603 (RuntimeObject * __this /* static, unused */, bool ___exclude_generic_definition0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m469156762(__this, method) (( Enumerator_t1550296083 (*) (List_1_t3956019502 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // System.Boolean XLua.TypeExtensions::IsAbstract(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsAbstract_m145558086 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsSealed(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsSealed_m1437376620 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m213606247(__this, p0, p1, method) (( void (*) (Func_2_t1321444127 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Void System.Func`3__AnonType1`2>::.ctor(System.Object,System.IntPtr) #define Func_3__ctor_m2433229816(__this, p0, p1, method) (( void (*) (Func_3_t812472829 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_m1375075958_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany__AnonType1`2>(System.Collections.Generic.IEnumerable`1,System.Func`2>,System.Func`3) #define Enumerable_SelectMany_TisType_t_TisMethodInfo_t_TisU3CU3E__AnonType1_2_t1850431884_m3403382847(__this /* static, unused */, p0, p1, p2, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t1321444127 *, Func_3_t812472829 *, const RuntimeMethod*))Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m3157626840_gshared)(__this /* static, unused */, p0, p1, p2, method) // System.Void System.Func`2<<>__AnonType1`2,System.Boolean>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m4197240019(__this, p0, p1, method) (( void (*) (Func_2_t40316471 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where<<>__AnonType1`2>(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Where_TisU3CU3E__AnonType1_2_t1850431884_m3877688890(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t40316471 *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m3454096398_gshared)(__this /* static, unused */, p0, p1, method) // System.Void System.Func`2<<>__AnonType1`2,System.Type>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m2909362048(__this, p0, p1, method) (( void (*) (Func_2_t2426973266 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Void System.Func`2<<>__AnonType1`2,System.Reflection.MethodInfo>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m701777174(__this, p0, p1, method) (( void (*) (Func_2_t1820654754 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1> System.Linq.Enumerable::GroupBy<<>__AnonType1`2,System.Type,System.Reflection.MethodInfo>(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2) #define Enumerable_GroupBy_TisU3CU3E__AnonType1_2_t1850431884_TisType_t_TisMethodInfo_t_m594114171(__this /* static, unused */, p0, p1, p2, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t2426973266 *, Func_2_t1820654754 *, const RuntimeMethod*))Enumerable_GroupBy_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m2951888322_gshared)(__this /* static, unused */, p0, p1, p2, method) // System.Void System.Func`2,System.Type>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m4055075026(__this, p0, p1, method) (( void (*) (Func_2_t305537246 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Void System.Func`2,System.Collections.Generic.IEnumerable`1>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m3920751172(__this, p0, p1, method) (( void (*) (Func_2_t2974038919 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2 System.Linq.Enumerable::ToDictionary,System.Type,System.Collections.Generic.IEnumerable`1>(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2) #define Enumerable_ToDictionary_TisIGrouping_2_t2938048240_TisType_t_TisIEnumerable_1_t857479137_m3258885772(__this /* static, unused */, p0, p1, p2, method) (( Dictionary_2_t3301826201 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t305537246 *, Func_2_t2974038919 *, const RuntimeMethod*))Enumerable_ToDictionary_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m2600585073_gshared)(__this /* static, unused */, p0, p1, p2, method) // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2058098161(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3301826201 *, Type_t *, RuntimeObject**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Boolean XLua.LuaDLL.Lua::lua_checkstack(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_checkstack_m685072503 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___extra1, const RuntimeMethod* method); // System.Void XLua.Utils/c__AnonStorey6::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CmakeReflectionWrapU3Ec__AnonStorey6__ctor_m2821944495 (U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m575838008(__this, p0, p1, method) (( void (*) (Func_2_t4152421637 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Any_TisEventInfo_t_m3996662762(__this /* static, unused */, p0, p1, method) (( bool (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t4152421637 *, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_m3263502946_gshared)(__this /* static, unused */, p0, p1, method) // System.Boolean System.Reflection.FieldInfo::get_IsInitOnly() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsInitOnly_m930369112 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsLiteral() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsLiteral_m534699794 (FieldInfo_t * __this, const RuntimeMethod* method); // XLua.LuaDLL.lua_CSFunction XLua.Utils::genFieldGetter(System.Type,System.Reflection.FieldInfo) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genFieldGetter_m3427578468 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, FieldInfo_t * ___field1, const RuntimeMethod* method); // XLua.LuaDLL.lua_CSFunction XLua.Utils::genFieldSetter(System.Type,System.Reflection.FieldInfo) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genFieldSetter_m2955549577 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, FieldInfo_t * ___field1, const RuntimeMethod* method); // XLua.LuaDLL.lua_CSFunction XLua.MethodWrapsCache::GetEventWrap(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * MethodWrapsCache_GetEventWrap_m2092790157 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, String_t* ___eventName1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m162830699(__this, method) (( void (*) (List_1_t2159416693 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2526198267(__this, p0, method) (( void (*) (List_1_t2159416693 *, PropertyInfo_t *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m3623523270(__this, method) (( PropertyInfoU5BU5D_t1461822886* (*) (List_1_t2159416693 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // XLua.LuaDLL.lua_CSFunction XLua.Utils::genItemGetter(System.Type,System.Reflection.PropertyInfo[]) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genItemGetter_m2823412390 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, PropertyInfoU5BU5D_t1461822886* ___props1, const RuntimeMethod* method); // XLua.LuaDLL.lua_CSFunction XLua.Utils::genItemSetter(System.Type,System.Reflection.PropertyInfo[]) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genItemSetter_m933980622 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, PropertyInfoU5BU5D_t1461822886* ___props1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m3144069227(__this, p0, p1, method) (( void (*) (Func_2_t942717935 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) #define Func_3__ctor_m1987431829(__this, p0, p1, method) (( void (*) (Func_3_t145517001 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_m1375075958_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Join(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2,System.Func`3) #define Enumerable_Join_TisMethodInfo_t_TisMethodInfo_t_TisString_t_TisMethodInfo_t_m4216804836(__this /* static, unused */, p0, p1, p2, p3, p4, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, RuntimeObject*, Func_2_t942717935 *, Func_2_t942717935 *, Func_3_t145517001 *, const RuntimeMethod*))Enumerable_Join_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m1740908351_gshared)(__this /* static, unused */, p0, p1, p2, p3, p4, method) // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisMethodInfo_t_m2640777535(__this /* static, unused */, p0, method) (( MethodInfoU5BU5D_t2572182361* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared)(__this /* static, unused */, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m1194879770(__this, method) (( void (*) (Dictionary_2_t4260183246 *, const RuntimeMethod*))Dictionary_2__ctor_m1573226589_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3157056312(__this, p0, p1, method) (( bool (*) (Dictionary_2_t4260183246 *, MethodKey_t431904033 , List_1_t557109187 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m2893875154_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m304598357(__this, p0, method) (( void (*) (List_1_t557109187 *, MemberInfo_t *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Reflection.MethodBase::get_IsSpecialName() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsSpecialName_m1671317191 (MethodBase_t * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2249167092(__this, p0, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2845631487(__this, method) (( void (*) (List_1_t557109187 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m2535253891(__this, p0, p1, method) (( void (*) (Dictionary_2_t4260183246 *, MethodKey_t431904033 , List_1_t557109187 *, const RuntimeMethod*))Dictionary_2_Add_m485683011_gshared)(__this, p0, p1, method) // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 XLua.Utils::GetExtensionMethodsOf(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Utils_GetExtensionMethodsOf_m3904690894 (RuntimeObject * __this /* static, unused */, Type_t * ___type_to_be_extend0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2>::GetEnumerator() #define Dictionary_2_GetEnumerator_m1339953121(__this, method) (( Enumerator_t1919398725 (*) (Dictionary_2_t4260183246 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m2826212963_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator>::get_Current() #define Enumerator_get_Current_m3880355618(__this, method) (( KeyValuePair_2_t2362888117 (*) (Enumerator_t1919398725 *, const RuntimeMethod*))Enumerator_get_Current_m3334612461_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2>::get_Key() #define KeyValuePair_2_get_Key_m695167695(__this, method) (( MethodKey_t431904033 (*) (KeyValuePair_2_t2362888117 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m2765476079_gshared)(__this, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2643467469(__this, p0, method) (( String_t* (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // !1 System.Collections.Generic.KeyValuePair`2>::get_Value() #define KeyValuePair_2_get_Value_m3187848883(__this, method) (( List_1_t557109187 * (*) (KeyValuePair_2_t2362888117 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m1290107598_gshared)(__this, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m2946844395(__this, method) (( MemberInfoU5BU5D_t1302094432* (*) (List_1_t557109187 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>::MoveNext() #define Enumerator_MoveNext_m636263981(__this, method) (( bool (*) (Enumerator_t1919398725 *, const RuntimeMethod*))Enumerator_MoveNext_m2060023603_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator>::Dispose() #define Enumerator_Dispose_m1749845916(__this, method) (( void (*) (Enumerator_t1919398725 *, const RuntimeMethod*))Enumerator_Dispose_m4133650089_gshared)(__this, method) // System.Void XLua.ObjectTranslator::Push(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Push_m105918116 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_remove(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_remove_m1793624660 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.IntPtr XLua.LuaDLL.Lua::lua_getupvalue(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_getupvalue_m349383901 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___funcindex1, int32_t ___n2, const RuntimeMethod* method); // System.IntPtr XLua.LuaDLL.Lua::lua_setupvalue(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_setupvalue_m1525557294 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___funcindex1, int32_t ___n2, const RuntimeMethod* method); // System.String[] System.Enum::GetNames(System.Type) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Enum_GetNames_m2200571060 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1871331077 (RuntimeObject * __this /* static, unused */, Type_t * p0, String_t* p1, const RuntimeMethod* method); // System.Void XLua.Utils::RegisterObject(System.IntPtr,XLua.ObjectTranslator,System.Int32,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void Utils_RegisterObject_m691522261 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ObjectTranslator_t2020767555 * ___translator1, int32_t ___idx2, String_t* ___name3, RuntimeObject * ___obj4, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_settop(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_settop_m2822720422 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___newTop1, const RuntimeMethod* method); // System.Void XLua.Utils::LoadCSTable(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR void Utils_LoadCSTable_m2627825660 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method); // System.Void XLua.Utils::loadUpvalue(System.IntPtr,System.Type,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Utils_loadUpvalue_m3681948822 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, String_t* ___metafunc2, int32_t ___index3, const RuntimeMethod* method); // System.Void XLua.Utils::makeReflectionWrap(System.IntPtr,System.Type,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,XLua.LuaDLL.lua_CSFunction&,XLua.LuaDLL.lua_CSFunction&,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR void Utils_makeReflectionWrap_m1048305200 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, int32_t ___cls_field2, int32_t ___cls_getter3, int32_t ___cls_setter4, int32_t ___obj_field5, int32_t ___obj_getter6, int32_t ___obj_setter7, int32_t ___obj_meta8, lua_CSFunction_t883524059 ** ___item_getter9, lua_CSFunction_t883524059 ** ___item_setter10, int32_t ___access11, const RuntimeMethod* method); // System.Boolean XLua.ObjectTranslator::TryDelayWrapLoader(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_TryDelayWrapLoader_m733231240 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method); // System.Void XLua.Utils::MakePrivateAccessible(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR void Utils_MakePrivateAccessible_m1337896357 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method); // System.Void XLua.Utils/c__AnonStorey7::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLazyReflectionCallU3Ec__AnonStorey7__ctor_m367441424 (U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * __this, const RuntimeMethod* method); // System.Reflection.MemberInfo[] System.Type::GetMember(System.String) extern "C" IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t1302094432* Type_GetMember_m2740498049 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m590823069(__this, p0, p1, method) (( void (*) (Func_2_t3487522507 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Where_TisMethodInfo_t_m3924235442(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t3487522507 *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m3454096398_gshared)(__this /* static, unused */, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) #define Enumerable_Cast_TisMemberInfo_t_m2648121590(__this /* static, unused */, p0, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisRuntimeObject_m4015728326_gshared)(__this /* static, unused */, p0, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Concat(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) #define Enumerable_Concat_TisMemberInfo_t_m1003076225(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Enumerable_Concat_TisRuntimeObject_m1054524938_gshared)(__this /* static, unused */, p0, p1, method) // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisMemberInfo_t_m4251283631(__this /* static, unused */, p0, method) (( MemberInfoU5BU5D_t1302094432* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared)(__this /* static, unused */, p0, method) // System.Reflection.FieldInfo System.Type::GetField(System.String) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * Type_GetField_m2961003358 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m3414567179 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetGetMethod_m1510309854 (PropertyInfo_t * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetSetMethod_m66158558 (PropertyInfo_t * __this, const RuntimeMethod* method); // System.Reflection.EventInfo System.Type::GetEvent(System.String) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * Type_GetEvent_m1076785471 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void XLua.Utils/c__AnonStorey8::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CReflectionWrapU3Ec__AnonStorey8__ctor_m2261493888 (U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * __this, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::luaL_newmetatable(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_newmetatable_m848198231 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___meta1, const RuntimeMethod* method); // System.IntPtr XLua.LuaDLL.Lua::xlua_tag() extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_xlua_tag_m2599648323 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void XLua.Utils::SetCSTable(System.IntPtr,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Utils_SetCSTable_m1494659052 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, int32_t ___cls_table2, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::gen_obj_indexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_gen_obj_indexer_m981970365 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::gen_obj_newindexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_gen_obj_newindexer_m552221288 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // XLua.LuaDLL.lua_CSFunction XLua.Utils::genEnumCastFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genEnumCastFrom_m1074596196 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::gen_cls_indexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_gen_cls_indexer_m2080781565 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::gen_cls_newindexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_gen_cls_newindexer_m2001818131 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // XLua.LuaDLL.lua_CSFunction XLua.MethodWrapsCache::GetConstructorWrap(System.Type) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * MethodWrapsCache_GetConstructorWrap_m3737546418 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean XLua.ObjectTranslator::HasCustomOp(System.Type) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_HasCustomOp_m865332170 (ObjectTranslator_t2020767555 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_createtable(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_createtable_m2902090570 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___narr1, int32_t ___nrec2, const RuntimeMethod* method); // System.Int32 XLua.Utils::abs_idx(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Utils_abs_idx_m2913337387 (RuntimeObject * __this /* static, unused */, int32_t ___top0, int32_t ___idx1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) #define List_1_AddRange_m3621602103(__this, p0, method) (( void (*) (List_1_t3319525431 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m3709462088_gshared)(__this, p0, method) // System.Boolean System.Type::get_IsNested() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsNested_m3546087448 (Type_t * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 XLua.Utils::getPathOfType(System.Type) extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * Utils_getPathOfType_m1846455260 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m953835688(__this, p0, method) (( String_t* (*) (List_1_t3319525431 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 XLua.LuaDLL.Lua::xlua_pgettable(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_pgettable_m895294724 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2276455407(__this, method) (( int32_t (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Boolean XLua.TypeExtensions::IsClass(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsClass_m111105048 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Boolean System.Attribute::IsDefined(System.Reflection.MemberInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m3363303722 (RuntimeObject * __this /* static, unused */, MemberInfo_t * p0, Type_t * p1, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsNestedPublic(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsNestedPublic_m4014845494 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean XLua.Utils::IsPublic(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Utils_IsPublic_m2145469289 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsPublic(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsPublic_m1967735079 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void <>__AnonType1`2::.ctor(__T,__T) #define U3CU3E__AnonType1_2__ctor_m1206180422(__this, p0, p1, method) (( void (*) (U3CU3E__AnonType1_2_t1850431884 *, Type_t *, MethodInfo_t *, const RuntimeMethod*))U3CU3E__AnonType1_2__ctor_m3795416342_gshared)(__this, p0, p1, method) // __T <>__AnonType1`2::get_method() #define U3CU3E__AnonType1_2_get_method_m182099459(__this, method) (( MethodInfo_t * (*) (U3CU3E__AnonType1_2_t1850431884 *, const RuntimeMethod*))U3CU3E__AnonType1_2_get_method_m273780770_gshared)(__this, method) // System.Boolean XLua.Utils::IsSupportedMethod(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool Utils_IsSupportedMethod_m2462010521 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___method0, const RuntimeMethod* method); // System.Type XLua.Utils::getExtendedType(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR Type_t * Utils_getExtendedType_m475620446 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___method0, const RuntimeMethod* method); // System.Int32 XLua.ObjectTranslator::TranslateToEnumToTop(System.IntPtr,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_TranslateToEnumToTop_m1038597337 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, int32_t ___idx2, const RuntimeMethod* method); // System.Type System.Nullable::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_m3905033790 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Boolean XLua.ObjectTranslator::Assignable(System.IntPtr,System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_Assignable_m475717339 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Type_t * ___type2, const RuntimeMethod* method); // System.Void XLuaTest.ArrayAccess::Invoke(System.Array) extern "C" IL2CPP_METHOD_ATTR void ArrayAccess_Invoke_m3929061164 (ArrayAccess_t1010732446 * __this, RuntimeArray * ___arr0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method); // System.Void XLua.LuaEnv::.ctor() extern "C" IL2CPP_METHOD_ATTR void LuaEnv__ctor_m1444695618 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method); // System.Object[] XLua.LuaEnv::DoString(System.String,System.String,XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaEnv_DoString_m3000008709 (LuaEnv_t2152703515 * __this, String_t* ___chunk0, String_t* ___chunkName1, LuaTable_t1631611336 * ___env2, const RuntimeMethod* method); // System.Void XLua.LuaEnv::Tick() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_Tick_m587394023 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method); // System.Void XLuaTest.BaseTestBase`1::.ctor() #define BaseTestBase_1__ctor_m720456189(__this, method) (( void (*) (BaseTestBase_1_t477807715 *, const RuntimeMethod*))BaseTestBase_1__ctor_m3282026525_gshared)(__this, method) // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void XLuaTest.BaseTestBase`1::Foo(System.Int32) #define BaseTestBase_1_Foo_m2784975000(__this, p0, method) (( void (*) (BaseTestBase_1_t477807715 *, int32_t, const RuntimeMethod*))BaseTestBase_1_Foo_m533812525_gshared)(__this, p0, method) // System.String System.Object::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Object_ToString_m1740002499 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void XLua.LuaEnv::Dispose() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_Dispose_m135176068 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method); // XLuaTest.MyStruct XLuaTest.CustomValueTypeParam::Invoke(XLuaTest.MyStruct) extern "C" IL2CPP_METHOD_ATTR MyStruct_t514849583 CustomValueTypeParam_Invoke_m3343515610 (CustomValueTypeParam_t1524517362 * __this, MyStruct_t514849583 ___p0, const RuntimeMethod* method); // System.Decimal XLuaTest.DecimalParam::Invoke(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 DecimalParam_Invoke_m439513904 (DecimalParam_t4056261327 * __this, Decimal_t2948259380 ___p0, const RuntimeMethod* method); // XLuaTest.MyEnum XLuaTest.EnumParam::Invoke(XLuaTest.MyEnum) extern "C" IL2CPP_METHOD_ATTR int32_t EnumParam_Invoke_m575303459 (EnumParam_t1711860956 * __this, int32_t ___p0, const RuntimeMethod* method); // System.Void XLuaTest.Foo1Parent::.ctor() extern "C" IL2CPP_METHOD_ATTR void Foo1Parent__ctor_m1971285696 (Foo1Parent_t2989525798 * __this, const RuntimeMethod* method); // System.Void XLuaTest.Foo2Parent::.ctor() extern "C" IL2CPP_METHOD_ATTR void Foo2Parent__ctor_m1971532557 (Foo2Parent_t2989525831 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Subtraction_m3073674971 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Int32 XLuaTest.HotfixCalc::TestOut(System.Int32,System.Double&,System.String&) extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_TestOut_m1082459584 (HotfixCalc_t3327167615 * __this, int32_t ___a0, double* ___b1, String_t** ___c2, const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect__ctor_m2614021312 (Rect_t2360479859 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Boolean UnityEngine.GUI::Button(UnityEngine.Rect,System.String) extern "C" IL2CPP_METHOD_ATTR bool GUI_Button_m1518979886 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 p0, String_t* p1, const RuntimeMethod* method); // UnityEngine.GUISkin UnityEngine.GUI::get_skin() extern "C" IL2CPP_METHOD_ATTR GUISkin_t1244372282 * GUI_get_skin_m1874615010 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.GUIStyle UnityEngine.GUISkin::get_textArea() extern "C" IL2CPP_METHOD_ATTR GUIStyle_t3956901511 * GUISkin_get_textArea_m1928475264 (GUISkin_t1244372282 * __this, const RuntimeMethod* method); // UnityEngine.GUIStyleState UnityEngine.GUIStyle::get_normal() extern "C" IL2CPP_METHOD_ATTR GUIStyleState_t1397964415 * GUIStyle_get_normal_m729441812 (GUIStyle_t3956901511 * __this, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_red() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_red_m3227813939 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyleState::set_textColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void GUIStyleState_set_textColor_m1105876047 (GUIStyleState_t1397964415 * __this, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_fontSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GUIStyle_set_fontSize_m1566850023 (GUIStyle_t3956901511 * __this, int32_t p0, const RuntimeMethod* method); // System.String UnityEngine.GUI::TextArea(UnityEngine.Rect,System.String,UnityEngine.GUIStyle) extern "C" IL2CPP_METHOD_ATTR String_t* GUI_TextArea_m1436358762 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 p0, String_t* p1, GUIStyle_t3956901511 * p2, const RuntimeMethod* method); // System.Void XLuaTest.HotfixCalc::.ctor() extern "C" IL2CPP_METHOD_ATTR void HotfixCalc__ctor_m2165210698 (HotfixCalc_t3327167615 * __this, const RuntimeMethod* method); // System.Void XLuaTest.NoHotfixCalc::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoHotfixCalc__ctor_m3379414175 (NoHotfixCalc_t3469869122 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 XLuaTest.HotfixCalc::Add(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_Add_m2293305643 (HotfixCalc_t3327167615 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTime_op_Subtraction_m3579235380 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMilliseconds() extern "C" IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m2429771311 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int32 XLuaTest.NoHotfixCalc::Add(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NoHotfixCalc_Add_m2448951969 (NoHotfixCalc_t3469869122 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // UnityEngine.Vector3 XLuaTest.HotfixCalc::Add(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 HotfixCalc_Add_m4020185810 (HotfixCalc_t3327167615 * __this, Vector3_t3722313464 ___a0, Vector3_t3722313464 ___b1, const RuntimeMethod* method); // T XLuaTest.HotfixCalc::Test1() #define HotfixCalc_Test1_TisInt32_t2950945753_m3480346607(__this, method) (( int32_t (*) (HotfixCalc_t3327167615 *, const RuntimeMethod*))HotfixCalc_Test1_TisInt32_t2950945753_m3480346607_gshared)(__this, method) // T XLuaTest.HotfixCalc::Test1() #define HotfixCalc_Test1_TisDouble_t594665363_m863247807(__this, method) (( double (*) (HotfixCalc_t3327167615 *, const RuntimeMethod*))HotfixCalc_Test1_TisDouble_t594665363_m863247807_gshared)(__this, method) // T1 XLuaTest.HotfixCalc::Test2(T1,T2&,T3&) #define HotfixCalc_Test2_TisInt32_t2950945753_TisDouble_t594665363_TisString_t_m2383560303(__this, ___a0, ___b1, ___c2, method) (( int32_t (*) (HotfixCalc_t3327167615 *, int32_t, double*, String_t**, const RuntimeMethod*))HotfixCalc_Test2_TisInt32_t2950945753_TisDouble_t594665363_TisRuntimeObject_m1985352742_gshared)(__this, ___a0, ___b1, ___c2, method) // System.Int32 XLuaTest.HotfixCalc::Test3(T) #define HotfixCalc_Test3_TisString_t_m2988221820(__this /* static, unused */, ___a0, method) (( int32_t (*) (RuntimeObject * /* static, unused */, String_t*, const RuntimeMethod*))HotfixCalc_Test3_TisRuntimeObject_m3928656549_gshared)(__this /* static, unused */, ___a0, method) // System.Int32 XLuaTest.HotfixCalc::Test3(T) #define HotfixCalc_Test3_TisInt32_t2950945753_m358094845(__this /* static, unused */, ___a0, method) (( int32_t (*) (RuntimeObject * /* static, unused */, int32_t, const RuntimeMethod*))HotfixCalc_Test3_TisInt32_t2950945753_m358094845_gshared)(__this /* static, unused */, ___a0, method) // System.Int32 XLuaTest.HotfixCalc::Test3(T) #define HotfixCalc_Test3_TisHotfixTest2_t1694306958_m2695448068(__this /* static, unused */, ___a0, method) (( int32_t (*) (RuntimeObject * /* static, unused */, HotfixTest2_t1694306958 *, const RuntimeMethod*))HotfixCalc_Test3_TisRuntimeObject_m3928656549_gshared)(__this /* static, unused */, ___a0, method) // System.Void XLuaTest.HotfixCalc::Test4(T) #define HotfixCalc_Test4_TisHotfixTest2_t1694306958_m3979562606(__this /* static, unused */, ___a0, method) (( void (*) (RuntimeObject * /* static, unused */, HotfixTest2_t1694306958 *, const RuntimeMethod*))HotfixCalc_Test4_TisRuntimeObject_m542505668_gshared)(__this /* static, unused */, ___a0, method) // System.Void XLuaTest.HotfixCalc::Test4(T) #define HotfixCalc_Test4_TisInt32_t2950945753_m3308735801(__this /* static, unused */, ___a0, method) (( void (*) (RuntimeObject * /* static, unused */, int32_t, const RuntimeMethod*))HotfixCalc_Test4_TisInt32_t2950945753_m3308735801_gshared)(__this /* static, unused */, ___a0, method) // System.Void XLuaTest.HotfixCalc::Test5(System.Int32,T[]) #define HotfixCalc_Test5_TisString_t_m1284327526(__this, ___a0, ___arg1, method) (( void (*) (HotfixCalc_t3327167615 *, int32_t, StringU5BU5D_t1281789340*, const RuntimeMethod*))HotfixCalc_Test5_TisRuntimeObject_m1514355457_gshared)(__this, ___a0, ___arg1, method) // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); // System.Void XLuaTest.HotfixCalc::Test5(System.Int32,T[]) #define HotfixCalc_Test5_TisInt32_t2950945753_m4187918509(__this, ___a0, ___arg1, method) (( void (*) (HotfixCalc_t3327167615 *, int32_t, Int32U5BU5D_t385246372*, const RuntimeMethod*))HotfixCalc_Test5_TisInt32_t2950945753_m4187918509_gshared)(__this, ___a0, ___arg1, method) // System.Void XLuaTest.HotfixTest2::TestStateful() extern "C" IL2CPP_METHOD_ATTR void HotfixTest2_TestStateful_m228706425 (HotfixTest2_t1694306958 * __this, const RuntimeMethod* method); // System.Void System.GC::Collect() extern "C" IL2CPP_METHOD_ATTR void GC_Collect_m743975114 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.GC::WaitForPendingFinalizers() extern "C" IL2CPP_METHOD_ATTR void GC_WaitForPendingFinalizers_m1252988293 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void XLua.LuaEnv::FullGc() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_FullGc_m259815325 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method); // System.Void XLuaTest.GenericClass`1::.ctor(T) #define GenericClass_1__ctor_m2609532041(__this, p0, method) (( void (*) (GenericClass_1_t2299288884 *, double, const RuntimeMethod*))GenericClass_1__ctor_m2609532041_gshared)(__this, p0, method) // System.Void XLuaTest.GenericClass`1::Func1() #define GenericClass_1_Func1_m3042939317(__this, method) (( void (*) (GenericClass_1_t2299288884 *, const RuntimeMethod*))GenericClass_1_Func1_m3042939317_gshared)(__this, method) // T XLuaTest.GenericClass`1::Func2() #define GenericClass_1_Func2_m1816752595(__this, method) (( double (*) (GenericClass_1_t2299288884 *, const RuntimeMethod*))GenericClass_1_Func2_m1816752595_gshared)(__this, method) // System.Void XLuaTest.InnerTypeTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void InnerTypeTest__ctor_m236932641 (InnerTypeTest_t2823047998 * __this, const RuntimeMethod* method); // System.Void XLuaTest.InnerTypeTest::Foo() extern "C" IL2CPP_METHOD_ATTR void InnerTypeTest_Foo_m321612886 (InnerTypeTest_t2823047998 * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void XLuaTest.StructTest::.ctor(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void StructTest__ctor_m1191921780 (StructTest_t3768119842 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method); // UnityEngine.GameObject XLuaTest.StructTest::GetGo(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * StructTest_GetGo_m3703573472 (StructTest_t3768119842 * __this, int32_t ___a0, RuntimeObject * ___b1, const RuntimeMethod* method); // System.Void XLuaTest.GenericStruct`1::.ctor(T) #define GenericStruct_1__ctor_m478535283(__this, p0, method) (( void (*) (GenericStruct_1_t3812679264 *, int32_t, const RuntimeMethod*))GenericStruct_1__ctor_m478535283_gshared)(__this, p0, method) // T XLuaTest.GenericStruct`1::GetA(System.Int32) #define GenericStruct_1_GetA_m1660728519(__this, p0, method) (( int32_t (*) (GenericStruct_1_t3812679264 *, int32_t, const RuntimeMethod*))GenericStruct_1_GetA_m1660728519_gshared)(__this, p0, method) // System.Int32 XLuaTest.HotfixCalc::TestOut(System.Int32,System.Double&,System.String&,UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_TestOut_m700851514 (HotfixCalc_t3327167615 * __this, int32_t ___a0, double* ___b1, String_t** ___c2, GameObject_t1113636619 * ___go3, const RuntimeMethod* method); // System.Void XLuaTest.BaseTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseTest__ctor_m3333312667 (BaseTest_t14152542 * __this, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void StatefullTest__ctor_m3581380102 (StatefullTest_t1427081944 * __this, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::set_AProp(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_set_AProp_m459958184 (StatefullTest_t1427081944 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 XLuaTest.StatefullTest::get_AProp() extern "C" IL2CPP_METHOD_ATTR int32_t StatefullTest_get_AProp_m903856124 (StatefullTest_t1427081944 * __this, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::set_Item(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_set_Item_m2468244571 (StatefullTest_t1427081944 * __this, String_t* ___field0, int32_t ___value1, const RuntimeMethod* method); // System.Int32 XLuaTest.StatefullTest::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StatefullTest_get_Item_m3048570069 (StatefullTest_t1427081944 * __this, String_t* ___field0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2280607158(__this, p0, p1, method) (( void (*) (Action_2_t1820842380 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m2280607158_gshared)(__this, p0, p1, method) // System.Void XLuaTest.StatefullTest::add_AEvent(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_add_AEvent_m3940995674 (StatefullTest_t1427081944 * __this, Action_2_t1820842380 * ___value0, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::Start() extern "C" IL2CPP_METHOD_ATTR void StatefullTest_Start_m548798406 (StatefullTest_t1427081944 * __this, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::remove_AEvent(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_remove_AEvent_m2089657965 (StatefullTest_t1427081944 * __this, Action_2_t1820842380 * ___value0, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::StaticFunc(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_StaticFunc_m1678891218 (RuntimeObject * __this /* static, unused */, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::StaticFunc(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_StaticFunc_m3063517174 (RuntimeObject * __this /* static, unused */, String_t* ___a0, int32_t ___b1, int32_t ___c2, const RuntimeMethod* method); // System.Void XLuaTest.StatefullTest::GenericTest(T) #define StatefullTest_GenericTest_TisInt32_t2950945753_m944697728(__this, ___a0, method) (( void (*) (StatefullTest_t1427081944 *, int32_t, const RuntimeMethod*))StatefullTest_GenericTest_TisInt32_t2950945753_m944697728_gshared)(__this, ___a0, method) // System.Void XLuaTest.StatefullTest::GenericTest(T) #define StatefullTest_GenericTest_TisString_t_m3452406747(__this, ___a0, method) (( void (*) (StatefullTest_t1427081944 *, String_t*, const RuntimeMethod*))StatefullTest_GenericTest_TisRuntimeObject_m1469738687_gshared)(__this, ___a0, method) // XLuaTest.InnerTypeTest/_InnerStruct XLuaTest.InnerTypeTest::Bar() extern "C" IL2CPP_METHOD_ATTR _InnerStruct_t1716632673 InnerTypeTest_Bar_m1718738270 (InnerTypeTest_t2823047998 * __this, const RuntimeMethod* method); // System.Int32 XLuaTest.IntParam::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IntParam_Invoke_m2899597406 (IntParam_t1872826946 * __this, int32_t ___p0, const RuntimeMethod* method); // System.Void XLuaTest.InvokeLua::Test(XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void InvokeLua_Test_m1925982013 (InvokeLua_t3966418546 * __this, LuaEnv_t2152703515 * ___luaenv0, const RuntimeMethod* method); // XLua.LuaTable XLua.LuaEnv::get_Global() extern "C" IL2CPP_METHOD_ATTR LuaTable_t1631611336 * LuaEnv_get_Global_m258556783 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method); // T XLua.LuaTable::GetInPath(System.String) #define LuaTable_GetInPath_TisCalcNew_t680260847_m2286591932(__this, ___path0, method) (( CalcNew_t680260847 * (*) (LuaTable_t1631611336 *, String_t*, const RuntimeMethod*))LuaTable_GetInPath_TisRuntimeObject_m1764580773_gshared)(__this, ___path0, method) // XLuaTest.InvokeLua/ICalc XLuaTest.InvokeLua/CalcNew::Invoke(System.Int32,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CalcNew_Invoke_m3238266443 (CalcNew_t680260847 * __this, int32_t ___mult0, StringU5BU5D_t1281789340* ___args1, const RuntimeMethod* method); // System.Void System.EventHandler`1::.ctor(System.Object,System.IntPtr) #define EventHandler_1__ctor_m1760585352(__this, p0, p1, method) (( void (*) (EventHandler_1_t2907339746 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventHandler_1__ctor_m699822512_gshared)(__this, p0, p1, method) // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // XLua.LuaTable XLua.LuaEnv::NewTable() extern "C" IL2CPP_METHOD_ATTR LuaTable_t1631611336 * LuaEnv_NewTable_m3761568747 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisString_t_TisLuaTable_t1631611336_m2643218657(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, LuaTable_t1631611336 *, const RuntimeMethod*))LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::SetMetaTable(XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR void LuaTable_SetMetaTable_m1174144126 (LuaTable_t1631611336 * __this, LuaTable_t1631611336 * ___metaTable0, const RuntimeMethod* method); // System.Void XLua.LuaBase::Dispose() extern "C" IL2CPP_METHOD_ATTR void LuaBase_Dispose_m946379774 (LuaBase_t1730675691 * __this, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisString_t_TisLuaBehaviour_t310118987_m3257761802(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, LuaBehaviour_t310118987 *, const RuntimeMethod*))LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisString_t_TisGameObject_t1113636619_m2039149944(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, GameObject_t1113636619 *, const RuntimeMethod*))LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054_gshared)(__this, ___key0, ___value1, method) // System.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // TValue XLua.LuaTable::Get(System.String) #define LuaTable_Get_TisAction_t1264377477_m2111650368(__this, ___key0, method) (( Action_t1264377477 * (*) (LuaTable_t1631611336 *, String_t*, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_m1925829881_gshared)(__this, ___key0, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, Action_t1264377477 **, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared)(__this, ___key0, ___value1, method) // System.Void System.Action::Invoke() extern "C" IL2CPP_METHOD_ATTR void Action_Invoke_m937035532 (Action_t1264377477 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() extern "C" IL2CPP_METHOD_ATTR float Time_get_time_m2907476221 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void XLuaTest.MessageBox/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CShowAlertBoxU3Ec__AnonStorey0__ctor_m349497764 (U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_Find_m2032535176 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_Find_m1729760951 (Transform_t3600365921 * __this, String_t* p0, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Object::Instantiate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Object_Instantiate_m3403600534 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_name(System.String) extern "C" IL2CPP_METHOD_ATTR void Object_set_name_m291480324 (Object_t631007953 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_SetParent_m381167889 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisText_t1901882714_m4196288697(__this, method) (( Text_t1901882714 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisButton_t4055032469_m1381873113(__this, method) (( Button_t4055032469 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction__ctor_m772160306 (UnityAction_t3245792599 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick() extern "C" IL2CPP_METHOD_ATTR ButtonClickedEvent_t48803504 * Button_get_onClick_m2332132945 (Button_t4055032469 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEventBase::RemoveAllListeners() extern "C" IL2CPP_METHOD_ATTR void UnityEventBase_RemoveAllListeners_m858411973 (UnityEventBase_t3960448221 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction) extern "C" IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m2276267359 (UnityEvent_t2581268647 * __this, UnityAction_t3245792599 * p0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // System.Void XLuaTest.MessageBox/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CShowConfirmBoxU3Ec__AnonStorey1__ctor_m3826135954 (U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * __this, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action__ctor_m2994342681 (Action_t1264377477 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m1933767679(__this, p0, method) (( void (*) (Action_1_t269755560 *, bool, const RuntimeMethod*))Action_1_Invoke_m1933767679_gshared)(__this, p0, method) // System.Decimal System.Decimal::op_Implicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m1328901562 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void XLuaTest.MyStruct::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MyStruct__ctor_m2406578381 (MyStruct_t514849583 * __this, int32_t ___p10, int32_t ___p21, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m3650533794 (Decimal_t2948259380 * __this, int32_t p0, int32_t p1, int32_t p2, bool p3, uint8_t p4, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisString_t_TisNoGc_t2304347923_m2615674279(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, NoGc_t2304347923 *, const RuntimeMethod*))LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisIntParam_t1872826946_m1515688994(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, IntParam_t1872826946 **, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisVector3Param_t2925075643_m580185670(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, Vector3Param_t2925075643 **, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisCustomValueTypeParam_t1524517362_m1309686911(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, CustomValueTypeParam_t1524517362 **, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisEnumParam_t1711860956_m4129429638(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, EnumParam_t1711860956 **, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisDecimalParam_t4056261327_m601093832(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, DecimalParam_t4056261327 **, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisArrayAccess_t1010732446_m937520058(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, ArrayAccess_t1010732446 **, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisIExchanger_t3886744350_m3510742399(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, RuntimeObject**, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisLuaFunction_t431395339_m2300469423(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, LuaFunction_t431395339 **, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisRuntimeObject_m2502617563_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisString_t_TisInt32_t2950945753_m4248731580(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, int32_t, const RuntimeMethod*))LuaTable_Set_TisRuntimeObject_TisInt32_t2950945753_m1732622687_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisInt32_t2950945753_TisInt32_t2950945753_m2436893173(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, int32_t, int32_t, const RuntimeMethod*))LuaTable_Set_TisInt32_t2950945753_TisInt32_t2950945753_m2436893173_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisString_t_TisInt32_t2950945753_m3411404045(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, int32_t*, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_TisInt32_t2950945753_m3771944224_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisInt32_t2950945753_TisInt32_t2950945753_m3917890496(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, int32_t, int32_t*, const RuntimeMethod*))LuaTable_Get_TisInt32_t2950945753_TisInt32_t2950945753_m3917890496_gshared)(__this, ___key0, ___value1, method) // UnityEngine.Vector3 XLuaTest.Vector3Param::Invoke(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3Param_Invoke_m1862474587 (Vector3Param_t2925075643 * __this, Vector3_t3722313464 ___p0, const RuntimeMethod* method); // TResult XLua.LuaFunction::Func(T1,T2) #define LuaFunction_Func_TisInt32_t2950945753_TisInt32_t2950945753_TisInt32_t2950945753_m4250895180(__this, ___a10, ___a21, method) (( int32_t (*) (LuaFunction_t431395339 *, int32_t, int32_t, const RuntimeMethod*))LuaFunction_Func_TisInt32_t2950945753_TisInt32_t2950945753_TisInt32_t2950945753_m4250895180_gshared)(__this, ___a10, ___a21, method) // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisDouble_t594665363_TisMyStruct_t514849583_m3999367316(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, double, MyStruct_t514849583 , const RuntimeMethod*))LuaTable_Set_TisDouble_t594665363_TisMyStruct_t514849583_m3999367316_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisDouble_t594665363_TisMyStruct_t514849583_m1572049044(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, double, MyStruct_t514849583 *, const RuntimeMethod*))LuaTable_Get_TisDouble_t594665363_TisMyStruct_t514849583_m1572049044_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisByte_t1134296376_TisDecimal_t2948259380_m2021777786(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, uint8_t, Decimal_t2948259380 , const RuntimeMethod*))LuaTable_Set_TisByte_t1134296376_TisDecimal_t2948259380_m2021777786_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable::Get(TKey,TValue&) #define LuaTable_Get_TisByte_t1134296376_TisDecimal_t2948259380_m2209156747(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, uint8_t, Decimal_t2948259380 *, const RuntimeMethod*))LuaTable_Get_TisByte_t1134296376_TisDecimal_t2948259380_m2209156747_gshared)(__this, ___key0, ___value1, method) // TValue XLua.LuaTable::Get(System.String) #define LuaTable_Get_TisInt32_t2950945753_m118041880(__this, ___key0, method) (( int32_t (*) (LuaTable_t1631611336 *, String_t*, const RuntimeMethod*))LuaTable_Get_TisInt32_t2950945753_m118041880_gshared)(__this, ___key0, method) // System.Void XLua.LuaTable::SetInPath(System.String,T) #define LuaTable_SetInPath_TisInt32_t2950945753_m735719664(__this, ___path0, ___val1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, int32_t, const RuntimeMethod*))LuaTable_SetInPath_TisInt32_t2950945753_m735719664_gshared)(__this, ___path0, ___val1, method) // T XLua.LuaTable::GetInPath(System.String) #define LuaTable_GetInPath_TisInt32_t2950945753_m1881950570(__this, ___path0, method) (( int32_t (*) (LuaTable_t1631611336 *, String_t*, const RuntimeMethod*))LuaTable_GetInPath_TisInt32_t2950945753_m1881950570_gshared)(__this, ___path0, method) // System.Void System.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m32674013 (EventArgs_t3591816995 * __this, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisString_t_TisPushAsTableStruct_t2836609445_m26413479(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, PushAsTableStruct_t2836609445 , const RuntimeMethod*))LuaTable_Set_TisRuntimeObject_TisPushAsTableStruct_t2836609445_m156595302_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.SignatureLoader::.ctor(System.String,XLua.LuaEnv/CustomLoader) extern "C" IL2CPP_METHOD_ATTR void SignatureLoader__ctor_m2427167781 (SignatureLoader_t2963269621 * __this, String_t* ___publicKey0, CustomLoader_t465830221 * ___loader1, const RuntimeMethod* method); // XLua.LuaEnv/CustomLoader XLua.SignatureLoader::op_Implicit(XLua.SignatureLoader) extern "C" IL2CPP_METHOD_ATTR CustomLoader_t465830221 * SignatureLoader_op_Implicit_m1662472011 (RuntimeObject * __this /* static, unused */, SignatureLoader_t2963269621 * ___signatureLoader0, const RuntimeMethod* method); // System.Void XLua.LuaEnv::AddLoader(XLua.LuaEnv/CustomLoader) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_AddLoader_m3491367536 (LuaEnv_t2152703515 * __this, CustomLoader_t465830221 * ___loader0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.ValueType::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ValueType_ToString_m2292123621 (RuntimeObject * __this, const RuntimeMethod* method); // System.String XLuaTest.StructTest::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StructTest_ToString_m4200353596 (StructTest_t3768119842 * __this, const RuntimeMethod* method); // System.String XLuaTest.StructTest::Proxy() extern "C" IL2CPP_METHOD_ATTR String_t* StructTest_Proxy_m1935924831 (StructTest_t3768119842 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetCreatorUsingGenericU3Ec__AnonStorey0__ctor_m2667077584 (U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetCreatorUsingGenericU3Ec__AnonStorey1__ctor_m2543673296 (U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Delegate XLua.ObjectTranslator/c__AnonStorey1::<>m__0(XLua.DelegateBridgeBase) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * U3CgetCreatorUsingGenericU3Ec__AnonStorey1_U3CU3Em__0_m4045693392 (U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 * __this, DelegateBridgeBase_t3577089876 * ___o0, const RuntimeMethod* method) { { U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * L_0 = __this->get_U3CU3Ef__refU240_1(); NullCheck(L_0); Type_t * L_1 = L_0->get_delegateType_0(); DelegateBridgeBase_t3577089876 * L_2 = ___o0; MethodInfo_t * L_3 = __this->get_methodInfo_0(); Delegate_t1188392813 * L_4 = Delegate_CreateDelegate_m995503480(NULL /*static, unused*/, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetCreatorUsingGenericU3Ec__AnonStorey2__ctor_m2913886160 (U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Delegate XLua.ObjectTranslator/c__AnonStorey2::<>m__0(XLua.DelegateBridgeBase) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * U3CgetCreatorUsingGenericU3Ec__AnonStorey2_U3CU3Em__0_m2423856680 (U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * __this, DelegateBridgeBase_t3577089876 * ___o0, const RuntimeMethod* method) { { U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * L_0 = __this->get_U3CU3Ef__refU240_1(); NullCheck(L_0); Type_t * L_1 = L_0->get_delegateType_0(); DelegateBridgeBase_t3577089876 * L_2 = ___o0; MethodInfo_t * L_3 = __this->get_genericMethodInfo_0(); Delegate_t1188392813 * L_4 = Delegate_CreateDelegate_m995503480(NULL /*static, unused*/, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetDelegateU3Ec__AnonStorey3__ctor_m1179516294 (U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetDelegateU3Ec__AnonStorey4__ctor_m1179513027 (U3CgetDelegateU3Ec__AnonStorey4_t4152580591 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Delegate XLua.ObjectTranslator/c__AnonStorey4::<>m__0(XLua.DelegateBridgeBase) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * U3CgetDelegateU3Ec__AnonStorey4_U3CU3Em__0_m1417468920 (U3CgetDelegateU3Ec__AnonStorey4_t4152580591 * __this, DelegateBridgeBase_t3577089876 * ___o0, const RuntimeMethod* method) { { U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_0 = __this->get_U3CU3Ef__refU243_1(); NullCheck(L_0); Type_t * L_1 = L_0->get_delegateType_0(); DelegateBridgeBase_t3577089876 * L_2 = ___o0; MethodInfo_t * L_3 = __this->get_foundMethod_0(); Delegate_t1188392813 * L_4 = Delegate_CreateDelegate_m995503480(NULL /*static, unused*/, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/GetCSObject::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetCSObject__ctor_m3541272420 (GetCSObject_t754952527 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Object XLua.ObjectTranslator/GetCSObject::Invoke(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GetCSObject_Invoke_m845305652 (GetCSObject_t754952527 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { GetCSObject_Invoke_m845305652((GetCSObject_t754952527 *)__this->get_prev_9(), ___L0, ___idx1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___L0, ___idx1); else result = GenericVirtFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___L0, ___idx1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1); else result = VirtFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, targetMethod); } } } return result; } // System.IAsyncResult XLua.ObjectTranslator/GetCSObject::BeginInvoke(System.IntPtr,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetCSObject_BeginInvoke_m2705568717 (GetCSObject_t754952527 * __this, intptr_t ___L0, int32_t ___idx1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetCSObject_BeginInvoke_m2705568717_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Object XLua.ObjectTranslator/GetCSObject::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GetCSObject_EndInvoke_m653735074 (GetCSObject_t754952527 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/IniterAdderXLuaTestPedding::.cctor() extern "C" IL2CPP_METHOD_ATTR void IniterAdderXLuaTestPedding__cctor_m804957128 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IniterAdderXLuaTestPedding__cctor_m804957128_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_2_t3161010 * L_0 = ((IniterAdderXLuaTestPedding_t2424681114_StaticFields*)il2cpp_codegen_static_fields_for(IniterAdderXLuaTestPedding_t2424681114_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); if (L_0) { goto IL_0018; } } { intptr_t L_1 = (intptr_t)IniterAdderXLuaTestPedding_Init_m3514570191_RuntimeMethod_var; Action_2_t3161010 * L_2 = (Action_2_t3161010 *)il2cpp_codegen_object_new(Action_2_t3161010_il2cpp_TypeInfo_var); Action_2__ctor_m3190916076(L_2, NULL, L_1, /*hidden argument*/Action_2__ctor_m3190916076_RuntimeMethod_var); ((IniterAdderXLuaTestPedding_t2424681114_StaticFields*)il2cpp_codegen_static_fields_for(IniterAdderXLuaTestPedding_t2424681114_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_0(L_2); } IL_0018: { Action_2_t3161010 * L_3 = ((IniterAdderXLuaTestPedding_t2424681114_StaticFields*)il2cpp_codegen_static_fields_for(IniterAdderXLuaTestPedding_t2424681114_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv_AddIniter_m3559288492(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator/IniterAdderXLuaTestPedding::.ctor() extern "C" IL2CPP_METHOD_ATTR void IniterAdderXLuaTestPedding__ctor_m2263956245 (IniterAdderXLuaTestPedding_t2424681114 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator/IniterAdderXLuaTestPedding::Init(XLua.LuaEnv,XLua.ObjectTranslator) extern "C" IL2CPP_METHOD_ATTR void IniterAdderXLuaTestPedding_Init_m3514570191 (RuntimeObject * __this /* static, unused */, LuaEnv_t2152703515 * ___luaenv0, ObjectTranslator_t2020767555 * ___translator1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IniterAdderXLuaTestPedding_Init_m3514570191_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectTranslator_t2020767555 * L_0 = ___translator1; ObjectTranslator_t2020767555 * L_1 = ___translator1; intptr_t L_2 = (intptr_t)ObjectTranslator_PushXLuaTestPedding_m1041412546_RuntimeMethod_var; Action_2_t60432908 * L_3 = (Action_2_t60432908 *)il2cpp_codegen_object_new(Action_2_t60432908_il2cpp_TypeInfo_var); Action_2__ctor_m4277152501(L_3, L_1, L_2, /*hidden argument*/Action_2__ctor_m4277152501_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_4 = ___translator1; intptr_t L_5 = (intptr_t)ObjectTranslator_Get_m3350086819_RuntimeMethod_var; GetFunc_1_t3883178102 * L_6 = (GetFunc_1_t3883178102 *)il2cpp_codegen_object_new(GetFunc_1_t3883178102_il2cpp_TypeInfo_var); GetFunc_1__ctor_m1415074886(L_6, L_4, L_5, /*hidden argument*/GetFunc_1__ctor_m1415074886_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_7 = ___translator1; intptr_t L_8 = (intptr_t)ObjectTranslator_UpdateXLuaTestPedding_m384667550_RuntimeMethod_var; Action_3_t2809365772 * L_9 = (Action_3_t2809365772 *)il2cpp_codegen_object_new(Action_3_t2809365772_il2cpp_TypeInfo_var); Action_3__ctor_m2174896501(L_9, L_7, L_8, /*hidden argument*/Action_3__ctor_m2174896501_RuntimeMethod_var); NullCheck(L_0); ObjectTranslator_RegisterPushAndGetAndUpdate_TisPedding_t3796070799_m4130292574(L_0, L_3, L_6, L_9, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisPedding_t3796070799_m4130292574_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_10 = ___translator1; ObjectTranslator_t2020767555 * L_11 = ___translator1; intptr_t L_12 = (intptr_t)ObjectTranslator_PushXLuaTestMyStruct_m284684668_RuntimeMethod_var; Action_2_t1074178988 * L_13 = (Action_2_t1074178988 *)il2cpp_codegen_object_new(Action_2_t1074178988_il2cpp_TypeInfo_var); Action_2__ctor_m205169698(L_13, L_11, L_12, /*hidden argument*/Action_2__ctor_m205169698_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_14 = ___translator1; intptr_t L_15 = (intptr_t)ObjectTranslator_Get_m94430953_RuntimeMethod_var; GetFunc_1_t601956886 * L_16 = (GetFunc_1_t601956886 *)il2cpp_codegen_object_new(GetFunc_1_t601956886_il2cpp_TypeInfo_var); GetFunc_1__ctor_m4043031051(L_16, L_14, L_15, /*hidden argument*/GetFunc_1__ctor_m4043031051_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_17 = ___translator1; intptr_t L_18 = (intptr_t)ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277_RuntimeMethod_var; Action_3_t3823111852 * L_19 = (Action_3_t3823111852 *)il2cpp_codegen_object_new(Action_3_t3823111852_il2cpp_TypeInfo_var); Action_3__ctor_m679353483(L_19, L_17, L_18, /*hidden argument*/Action_3__ctor_m679353483_RuntimeMethod_var); NullCheck(L_10); ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyStruct_t514849583_m1729578157(L_10, L_13, L_16, L_19, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyStruct_t514849583_m1729578157_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_20 = ___translator1; ObjectTranslator_t2020767555 * L_21 = ___translator1; intptr_t L_22 = (intptr_t)ObjectTranslator_PushXLuaTestPushAsTableStruct_m802976487_RuntimeMethod_var; Action_2_t3395938850 * L_23 = (Action_2_t3395938850 *)il2cpp_codegen_object_new(Action_2_t3395938850_il2cpp_TypeInfo_var); Action_2__ctor_m3591319301(L_23, L_21, L_22, /*hidden argument*/Action_2__ctor_m3591319301_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_24 = ___translator1; intptr_t L_25 = (intptr_t)ObjectTranslator_Get_m2053411285_RuntimeMethod_var; GetFunc_1_t2923716748 * L_26 = (GetFunc_1_t2923716748 *)il2cpp_codegen_object_new(GetFunc_1_t2923716748_il2cpp_TypeInfo_var); GetFunc_1__ctor_m3850027432(L_26, L_24, L_25, /*hidden argument*/GetFunc_1__ctor_m3850027432_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_27 = ___translator1; intptr_t L_28 = (intptr_t)ObjectTranslator_UpdateXLuaTestPushAsTableStruct_m1276798345_RuntimeMethod_var; Action_3_t1849904418 * L_29 = (Action_3_t1849904418 *)il2cpp_codegen_object_new(Action_3_t1849904418_il2cpp_TypeInfo_var); Action_3__ctor_m10545248(L_29, L_27, L_28, /*hidden argument*/Action_3__ctor_m10545248_RuntimeMethod_var); NullCheck(L_20); ObjectTranslator_RegisterPushAndGetAndUpdate_TisPushAsTableStruct_t2836609445_m3353630402(L_20, L_23, L_26, L_29, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisPushAsTableStruct_t2836609445_m3353630402_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_30 = ___translator1; ObjectTranslator_t2020767555 * L_31 = ___translator1; intptr_t L_32 = (intptr_t)ObjectTranslator_PushUnityEngineVector2_m3232111227_RuntimeMethod_var; Action_2_t2715558928 * L_33 = (Action_2_t2715558928 *)il2cpp_codegen_object_new(Action_2_t2715558928_il2cpp_TypeInfo_var); Action_2__ctor_m3328826376(L_33, L_31, L_32, /*hidden argument*/Action_2__ctor_m3328826376_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_34 = ___translator1; intptr_t L_35 = (intptr_t)ObjectTranslator_Get_m1627229422_RuntimeMethod_var; GetFunc_1_t2243336826 * L_36 = (GetFunc_1_t2243336826 *)il2cpp_codegen_object_new(GetFunc_1_t2243336826_il2cpp_TypeInfo_var); GetFunc_1__ctor_m1646750422(L_36, L_34, L_35, /*hidden argument*/GetFunc_1__ctor_m1646750422_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_37 = ___translator1; intptr_t L_38 = (intptr_t)ObjectTranslator_UpdateUnityEngineVector2_m2314138213_RuntimeMethod_var; Action_3_t1169524496 * L_39 = (Action_3_t1169524496 *)il2cpp_codegen_object_new(Action_3_t1169524496_il2cpp_TypeInfo_var); Action_3__ctor_m3566901789(L_39, L_37, L_38, /*hidden argument*/Action_3__ctor_m3566901789_RuntimeMethod_var); NullCheck(L_30); ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector2_t2156229523_m3695638043(L_30, L_33, L_36, L_39, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector2_t2156229523_m3695638043_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_40 = ___translator1; ObjectTranslator_t2020767555 * L_41 = ___translator1; intptr_t L_42 = (intptr_t)ObjectTranslator_PushUnityEngineVector3_m82247743_RuntimeMethod_var; Action_2_t4281642869 * L_43 = (Action_2_t4281642869 *)il2cpp_codegen_object_new(Action_2_t4281642869_il2cpp_TypeInfo_var); Action_2__ctor_m777399620(L_43, L_41, L_42, /*hidden argument*/Action_2__ctor_m777399620_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_44 = ___translator1; intptr_t L_45 = (intptr_t)ObjectTranslator_Get_m1627229423_RuntimeMethod_var; GetFunc_1_t3809420767 * L_46 = (GetFunc_1_t3809420767 *)il2cpp_codegen_object_new(GetFunc_1_t3809420767_il2cpp_TypeInfo_var); GetFunc_1__ctor_m2481566646(L_46, L_44, L_45, /*hidden argument*/GetFunc_1__ctor_m2481566646_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_47 = ___translator1; intptr_t L_48 = (intptr_t)ObjectTranslator_UpdateUnityEngineVector3_m2620820477_RuntimeMethod_var; Action_3_t2735608437 * L_49 = (Action_3_t2735608437 *)il2cpp_codegen_object_new(Action_3_t2735608437_il2cpp_TypeInfo_var); Action_3__ctor_m4020574245(L_49, L_47, L_48, /*hidden argument*/Action_3__ctor_m4020574245_RuntimeMethod_var); NullCheck(L_40); ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector3_t3722313464_m659580672(L_40, L_43, L_46, L_49, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector3_t3722313464_m659580672_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_50 = ___translator1; ObjectTranslator_t2020767555 * L_51 = ___translator1; intptr_t L_52 = (intptr_t)ObjectTranslator_PushUnityEngineVector4_m1345601328_RuntimeMethod_var; Action_2_t3878358342 * L_53 = (Action_2_t3878358342 *)il2cpp_codegen_object_new(Action_2_t3878358342_il2cpp_TypeInfo_var); Action_2__ctor_m144446335(L_53, L_51, L_52, /*hidden argument*/Action_2__ctor_m144446335_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_54 = ___translator1; intptr_t L_55 = (intptr_t)ObjectTranslator_Get_m1627229428_RuntimeMethod_var; GetFunc_1_t3406136240 * L_56 = (GetFunc_1_t3406136240 *)il2cpp_codegen_object_new(GetFunc_1_t3406136240_il2cpp_TypeInfo_var); GetFunc_1__ctor_m3528333574(L_56, L_54, L_55, /*hidden argument*/GetFunc_1__ctor_m3528333574_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_57 = ___translator1; intptr_t L_58 = (intptr_t)ObjectTranslator_UpdateUnityEngineVector4_m2121610803_RuntimeMethod_var; Action_3_t2332323910 * L_59 = (Action_3_t2332323910 *)il2cpp_codegen_object_new(Action_3_t2332323910_il2cpp_TypeInfo_var); Action_3__ctor_m2930410803(L_59, L_57, L_58, /*hidden argument*/Action_3__ctor_m2930410803_RuntimeMethod_var); NullCheck(L_50); ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector4_t3319028937_m4273397462(L_50, L_53, L_56, L_59, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisVector4_t3319028937_m4273397462_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_60 = ___translator1; ObjectTranslator_t2020767555 * L_61 = ___translator1; intptr_t L_62 = (intptr_t)ObjectTranslator_PushUnityEngineColor_m234561220_RuntimeMethod_var; Action_2_t3115015729 * L_63 = (Action_2_t3115015729 *)il2cpp_codegen_object_new(Action_2_t3115015729_il2cpp_TypeInfo_var); Action_2__ctor_m1715527655(L_63, L_61, L_62, /*hidden argument*/Action_2__ctor_m1715527655_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_64 = ___translator1; intptr_t L_65 = (intptr_t)ObjectTranslator_Get_m1529026408_RuntimeMethod_var; GetFunc_1_t2642793627 * L_66 = (GetFunc_1_t2642793627 *)il2cpp_codegen_object_new(GetFunc_1_t2642793627_il2cpp_TypeInfo_var); GetFunc_1__ctor_m1621755821(L_66, L_64, L_65, /*hidden argument*/GetFunc_1__ctor_m1621755821_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_67 = ___translator1; intptr_t L_68 = (intptr_t)ObjectTranslator_UpdateUnityEngineColor_m4128466883_RuntimeMethod_var; Action_3_t1568981297 * L_69 = (Action_3_t1568981297 *)il2cpp_codegen_object_new(Action_3_t1568981297_il2cpp_TypeInfo_var); Action_3__ctor_m4242613009(L_69, L_67, L_68, /*hidden argument*/Action_3__ctor_m4242613009_RuntimeMethod_var); NullCheck(L_60); ObjectTranslator_RegisterPushAndGetAndUpdate_TisColor_t2555686324_m2237022657(L_60, L_63, L_66, L_69, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisColor_t2555686324_m2237022657_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_70 = ___translator1; ObjectTranslator_t2020767555 * L_71 = ___translator1; intptr_t L_72 = (intptr_t)ObjectTranslator_PushUnityEngineQuaternion_m1385659755_RuntimeMethod_var; Action_2_t2861257736 * L_73 = (Action_2_t2861257736 *)il2cpp_codegen_object_new(Action_2_t2861257736_il2cpp_TypeInfo_var); Action_2__ctor_m924721618(L_73, L_71, L_72, /*hidden argument*/Action_2__ctor_m924721618_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_74 = ___translator1; intptr_t L_75 = (intptr_t)ObjectTranslator_Get_m3946340519_RuntimeMethod_var; GetFunc_1_t2389035634 * L_76 = (GetFunc_1_t2389035634 *)il2cpp_codegen_object_new(GetFunc_1_t2389035634_il2cpp_TypeInfo_var); GetFunc_1__ctor_m2562793176(L_76, L_74, L_75, /*hidden argument*/GetFunc_1__ctor_m2562793176_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_77 = ___translator1; intptr_t L_78 = (intptr_t)ObjectTranslator_UpdateUnityEngineQuaternion_m4093105970_RuntimeMethod_var; Action_3_t1315223304 * L_79 = (Action_3_t1315223304 *)il2cpp_codegen_object_new(Action_3_t1315223304_il2cpp_TypeInfo_var); Action_3__ctor_m3619848857(L_79, L_77, L_78, /*hidden argument*/Action_3__ctor_m3619848857_RuntimeMethod_var); NullCheck(L_70); ObjectTranslator_RegisterPushAndGetAndUpdate_TisQuaternion_t2301928331_m4236483251(L_70, L_73, L_76, L_79, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisQuaternion_t2301928331_m4236483251_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_80 = ___translator1; ObjectTranslator_t2020767555 * L_81 = ___translator1; intptr_t L_82 = (intptr_t)ObjectTranslator_PushUnityEngineRay_m3647823926_RuntimeMethod_var; Action_2_t50213602 * L_83 = (Action_2_t50213602 *)il2cpp_codegen_object_new(Action_2_t50213602_il2cpp_TypeInfo_var); Action_2__ctor_m2562893154(L_83, L_81, L_82, /*hidden argument*/Action_2__ctor_m2562893154_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_84 = ___translator1; intptr_t L_85 = (intptr_t)ObjectTranslator_Get_m1877761728_RuntimeMethod_var; GetFunc_1_t3872958796 * L_86 = (GetFunc_1_t3872958796 *)il2cpp_codegen_object_new(GetFunc_1_t3872958796_il2cpp_TypeInfo_var); GetFunc_1__ctor_m1456185845(L_86, L_84, L_85, /*hidden argument*/GetFunc_1__ctor_m1456185845_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_87 = ___translator1; intptr_t L_88 = (intptr_t)ObjectTranslator_UpdateUnityEngineRay_m178631705_RuntimeMethod_var; Action_3_t2799146466 * L_89 = (Action_3_t2799146466 *)il2cpp_codegen_object_new(Action_3_t2799146466_il2cpp_TypeInfo_var); Action_3__ctor_m4114207330(L_89, L_87, L_88, /*hidden argument*/Action_3__ctor_m4114207330_RuntimeMethod_var); NullCheck(L_80); ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay_t3785851493_m32565237(L_80, L_83, L_86, L_89, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay_t3785851493_m32565237_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_90 = ___translator1; ObjectTranslator_t2020767555 * L_91 = ___translator1; intptr_t L_92 = (intptr_t)ObjectTranslator_PushUnityEngineBounds_m1034727825_RuntimeMethod_var; Action_2_t2826167315 * L_93 = (Action_2_t2826167315 *)il2cpp_codegen_object_new(Action_2_t2826167315_il2cpp_TypeInfo_var); Action_2__ctor_m2802246566(L_93, L_91, L_92, /*hidden argument*/Action_2__ctor_m2802246566_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_94 = ___translator1; intptr_t L_95 = (intptr_t)ObjectTranslator_Get_m4012846247_RuntimeMethod_var; GetFunc_1_t2353945213 * L_96 = (GetFunc_1_t2353945213 *)il2cpp_codegen_object_new(GetFunc_1_t2353945213_il2cpp_TypeInfo_var); GetFunc_1__ctor_m4205555913(L_96, L_94, L_95, /*hidden argument*/GetFunc_1__ctor_m4205555913_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_97 = ___translator1; intptr_t L_98 = (intptr_t)ObjectTranslator_UpdateUnityEngineBounds_m3123525504_RuntimeMethod_var; Action_3_t1280132883 * L_99 = (Action_3_t1280132883 *)il2cpp_codegen_object_new(Action_3_t1280132883_il2cpp_TypeInfo_var); Action_3__ctor_m3180935990(L_99, L_97, L_98, /*hidden argument*/Action_3__ctor_m3180935990_RuntimeMethod_var); NullCheck(L_90); ObjectTranslator_RegisterPushAndGetAndUpdate_TisBounds_t2266837910_m1336659451(L_90, L_93, L_96, L_99, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisBounds_t2266837910_m1336659451_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_100 = ___translator1; ObjectTranslator_t2020767555 * L_101 = ___translator1; intptr_t L_102 = (intptr_t)ObjectTranslator_PushUnityEngineRay2D_m2230845372_RuntimeMethod_var; Action_2_t2642173319 * L_103 = (Action_2_t2642173319 *)il2cpp_codegen_object_new(Action_2_t2642173319_il2cpp_TypeInfo_var); Action_2__ctor_m3760153047(L_103, L_101, L_102, /*hidden argument*/Action_2__ctor_m3760153047_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_104 = ___translator1; intptr_t L_105 = (intptr_t)ObjectTranslator_Get_m71339646_RuntimeMethod_var; GetFunc_1_t2169951217 * L_106 = (GetFunc_1_t2169951217 *)il2cpp_codegen_object_new(GetFunc_1_t2169951217_il2cpp_TypeInfo_var); GetFunc_1__ctor_m2329344540(L_106, L_104, L_105, /*hidden argument*/GetFunc_1__ctor_m2329344540_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_107 = ___translator1; intptr_t L_108 = (intptr_t)ObjectTranslator_UpdateUnityEngineRay2D_m3126736268_RuntimeMethod_var; Action_3_t1096138887 * L_109 = (Action_3_t1096138887 *)il2cpp_codegen_object_new(Action_3_t1096138887_il2cpp_TypeInfo_var); Action_3__ctor_m104467511(L_109, L_107, L_108, /*hidden argument*/Action_3__ctor_m104467511_RuntimeMethod_var); NullCheck(L_100); ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay2D_t2082843914_m3050880484(L_100, L_103, L_106, L_109, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisRay2D_t2082843914_m3050880484_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_110 = ___translator1; ObjectTranslator_t2020767555 * L_111 = ___translator1; intptr_t L_112 = (intptr_t)ObjectTranslator_PushDGTweeningAutoPlay_m3886690983_RuntimeMethod_var; Action_2_t1905493838 * L_113 = (Action_2_t1905493838 *)il2cpp_codegen_object_new(Action_2_t1905493838_il2cpp_TypeInfo_var); Action_2__ctor_m1930516337(L_113, L_111, L_112, /*hidden argument*/Action_2__ctor_m1930516337_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_114 = ___translator1; intptr_t L_115 = (intptr_t)ObjectTranslator_Get_m3236875037_RuntimeMethod_var; GetFunc_1_t1433271736 * L_116 = (GetFunc_1_t1433271736 *)il2cpp_codegen_object_new(GetFunc_1_t1433271736_il2cpp_TypeInfo_var); GetFunc_1__ctor_m2140877218(L_116, L_114, L_115, /*hidden argument*/GetFunc_1__ctor_m2140877218_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_117 = ___translator1; intptr_t L_118 = (intptr_t)ObjectTranslator_UpdateDGTweeningAutoPlay_m816010127_RuntimeMethod_var; Action_3_t359459406 * L_119 = (Action_3_t359459406 *)il2cpp_codegen_object_new(Action_3_t359459406_il2cpp_TypeInfo_var); Action_3__ctor_m3340322593(L_119, L_117, L_118, /*hidden argument*/Action_3__ctor_m3340322593_RuntimeMethod_var); NullCheck(L_110); ObjectTranslator_RegisterPushAndGetAndUpdate_TisAutoPlay_t1346164433_m1358289309(L_110, L_113, L_116, L_119, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisAutoPlay_t1346164433_m1358289309_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_120 = ___translator1; ObjectTranslator_t2020767555 * L_121 = ___translator1; intptr_t L_122 = (intptr_t)ObjectTranslator_PushDGTweeningAxisConstraint_m4080567124_RuntimeMethod_var; Action_2_t3331287749 * L_123 = (Action_2_t3331287749 *)il2cpp_codegen_object_new(Action_2_t3331287749_il2cpp_TypeInfo_var); Action_2__ctor_m640394970(L_123, L_121, L_122, /*hidden argument*/Action_2__ctor_m640394970_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_124 = ___translator1; intptr_t L_125 = (intptr_t)ObjectTranslator_Get_m3189878663_RuntimeMethod_var; GetFunc_1_t2859065647 * L_126 = (GetFunc_1_t2859065647 *)il2cpp_codegen_object_new(GetFunc_1_t2859065647_il2cpp_TypeInfo_var); GetFunc_1__ctor_m429956115(L_126, L_124, L_125, /*hidden argument*/GetFunc_1__ctor_m429956115_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_127 = ___translator1; intptr_t L_128 = (intptr_t)ObjectTranslator_UpdateDGTweeningAxisConstraint_m3990993513_RuntimeMethod_var; Action_3_t1785253317 * L_129 = (Action_3_t1785253317 *)il2cpp_codegen_object_new(Action_3_t1785253317_il2cpp_TypeInfo_var); Action_3__ctor_m2637837205(L_129, L_127, L_128, /*hidden argument*/Action_3__ctor_m2637837205_RuntimeMethod_var); NullCheck(L_120); ObjectTranslator_RegisterPushAndGetAndUpdate_TisAxisConstraint_t2771958344_m3783936550(L_120, L_123, L_126, L_129, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisAxisConstraint_t2771958344_m3783936550_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_130 = ___translator1; ObjectTranslator_t2020767555 * L_131 = ___translator1; intptr_t L_132 = (intptr_t)ObjectTranslator_PushDGTweeningEase_m1764940980_RuntimeMethod_var; Action_2_t275077503 * L_133 = (Action_2_t275077503 *)il2cpp_codegen_object_new(Action_2_t275077503_il2cpp_TypeInfo_var); Action_2__ctor_m610894072(L_133, L_131, L_132, /*hidden argument*/Action_2__ctor_m610894072_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_134 = ___translator1; intptr_t L_135 = (intptr_t)ObjectTranslator_Get_m2473396835_RuntimeMethod_var; GetFunc_1_t4097822697 * L_136 = (GetFunc_1_t4097822697 *)il2cpp_codegen_object_new(GetFunc_1_t4097822697_il2cpp_TypeInfo_var); GetFunc_1__ctor_m283698005(L_136, L_134, L_135, /*hidden argument*/GetFunc_1__ctor_m283698005_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_137 = ___translator1; intptr_t L_138 = (intptr_t)ObjectTranslator_UpdateDGTweeningEase_m3577759684_RuntimeMethod_var; Action_3_t3024010367 * L_139 = (Action_3_t3024010367 *)il2cpp_codegen_object_new(Action_3_t3024010367_il2cpp_TypeInfo_var); Action_3__ctor_m3616950338(L_139, L_137, L_138, /*hidden argument*/Action_3__ctor_m3616950338_RuntimeMethod_var); NullCheck(L_130); ObjectTranslator_RegisterPushAndGetAndUpdate_TisEase_t4010715394_m3240425306(L_130, L_133, L_136, L_139, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisEase_t4010715394_m3240425306_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_140 = ___translator1; ObjectTranslator_t2020767555 * L_141 = ___translator1; intptr_t L_142 = (intptr_t)ObjectTranslator_PushDGTweeningLogBehaviour_m4233091606_RuntimeMethod_var; Action_2_t2108211840 * L_143 = (Action_2_t2108211840 *)il2cpp_codegen_object_new(Action_2_t2108211840_il2cpp_TypeInfo_var); Action_2__ctor_m3253990114(L_143, L_141, L_142, /*hidden argument*/Action_2__ctor_m3253990114_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_144 = ___translator1; intptr_t L_145 = (intptr_t)ObjectTranslator_Get_m2627530738_RuntimeMethod_var; GetFunc_1_t1635989738 * L_146 = (GetFunc_1_t1635989738 *)il2cpp_codegen_object_new(GetFunc_1_t1635989738_il2cpp_TypeInfo_var); GetFunc_1__ctor_m175500126(L_146, L_144, L_145, /*hidden argument*/GetFunc_1__ctor_m175500126_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_147 = ___translator1; intptr_t L_148 = (intptr_t)ObjectTranslator_UpdateDGTweeningLogBehaviour_m1822417072_RuntimeMethod_var; Action_3_t562177408 * L_149 = (Action_3_t562177408 *)il2cpp_codegen_object_new(Action_3_t562177408_il2cpp_TypeInfo_var); Action_3__ctor_m189699984(L_149, L_147, L_148, /*hidden argument*/Action_3__ctor_m189699984_RuntimeMethod_var); NullCheck(L_140); ObjectTranslator_RegisterPushAndGetAndUpdate_TisLogBehaviour_t1548882435_m3234118176(L_140, L_143, L_146, L_149, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisLogBehaviour_t1548882435_m3234118176_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_150 = ___translator1; ObjectTranslator_t2020767555 * L_151 = ___translator1; intptr_t L_152 = (intptr_t)ObjectTranslator_PushDGTweeningLoopType_m1876084289_RuntimeMethod_var; Action_2_t3609132223 * L_153 = (Action_2_t3609132223 *)il2cpp_codegen_object_new(Action_2_t3609132223_il2cpp_TypeInfo_var); Action_2__ctor_m1517537903(L_153, L_151, L_152, /*hidden argument*/Action_2__ctor_m1517537903_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_154 = ___translator1; intptr_t L_155 = (intptr_t)ObjectTranslator_Get_m1447675128_RuntimeMethod_var; GetFunc_1_t3136910121 * L_156 = (GetFunc_1_t3136910121 *)il2cpp_codegen_object_new(GetFunc_1_t3136910121_il2cpp_TypeInfo_var); GetFunc_1__ctor_m3147349839(L_156, L_154, L_155, /*hidden argument*/GetFunc_1__ctor_m3147349839_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_157 = ___translator1; intptr_t L_158 = (intptr_t)ObjectTranslator_UpdateDGTweeningLoopType_m1673101987_RuntimeMethod_var; Action_3_t2063097791 * L_159 = (Action_3_t2063097791 *)il2cpp_codegen_object_new(Action_3_t2063097791_il2cpp_TypeInfo_var); Action_3__ctor_m4194668243(L_159, L_157, L_158, /*hidden argument*/Action_3__ctor_m4194668243_RuntimeMethod_var); NullCheck(L_150); ObjectTranslator_RegisterPushAndGetAndUpdate_TisLoopType_t3049802818_m3878700322(L_150, L_153, L_156, L_159, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisLoopType_t3049802818_m3878700322_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_160 = ___translator1; ObjectTranslator_t2020767555 * L_161 = ___translator1; intptr_t L_162 = (intptr_t)ObjectTranslator_PushDGTweeningPathMode_m320252973_RuntimeMethod_var; Action_2_t2724932505 * L_163 = (Action_2_t2724932505 *)il2cpp_codegen_object_new(Action_2_t2724932505_il2cpp_TypeInfo_var); Action_2__ctor_m33444022(L_163, L_161, L_162, /*hidden argument*/Action_2__ctor_m33444022_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_164 = ___translator1; intptr_t L_165 = (intptr_t)ObjectTranslator_Get_m2906801996_RuntimeMethod_var; GetFunc_1_t2252710403 * L_166 = (GetFunc_1_t2252710403 *)il2cpp_codegen_object_new(GetFunc_1_t2252710403_il2cpp_TypeInfo_var); GetFunc_1__ctor_m1225759394(L_166, L_164, L_165, /*hidden argument*/GetFunc_1__ctor_m1225759394_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_167 = ___translator1; intptr_t L_168 = (intptr_t)ObjectTranslator_UpdateDGTweeningPathMode_m1667841969_RuntimeMethod_var; Action_3_t1178898073 * L_169 = (Action_3_t1178898073 *)il2cpp_codegen_object_new(Action_3_t1178898073_il2cpp_TypeInfo_var); Action_3__ctor_m2370607708(L_169, L_167, L_168, /*hidden argument*/Action_3__ctor_m2370607708_RuntimeMethod_var); NullCheck(L_160); ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathMode_t2165603100_m2054771345(L_160, L_163, L_166, L_169, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathMode_t2165603100_m2054771345_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_170 = ___translator1; ObjectTranslator_t2020767555 * L_171 = ___translator1; intptr_t L_172 = (intptr_t)ObjectTranslator_PushDGTweeningPathType_m646643691_RuntimeMethod_var; Action_2_t41661518 * L_173 = (Action_2_t41661518 *)il2cpp_codegen_object_new(Action_2_t41661518_il2cpp_TypeInfo_var); Action_2__ctor_m58470251(L_173, L_171, L_172, /*hidden argument*/Action_2__ctor_m58470251_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_174 = ___translator1; intptr_t L_175 = (intptr_t)ObjectTranslator_Get_m3757128783_RuntimeMethod_var; GetFunc_1_t3864406712 * L_176 = (GetFunc_1_t3864406712 *)il2cpp_codegen_object_new(GetFunc_1_t3864406712_il2cpp_TypeInfo_var); GetFunc_1__ctor_m2491939930(L_176, L_174, L_175, /*hidden argument*/GetFunc_1__ctor_m2491939930_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_177 = ___translator1; intptr_t L_178 = (intptr_t)ObjectTranslator_UpdateDGTweeningPathType_m4091605006_RuntimeMethod_var; Action_3_t2790594382 * L_179 = (Action_3_t2790594382 *)il2cpp_codegen_object_new(Action_3_t2790594382_il2cpp_TypeInfo_var); Action_3__ctor_m1522236192(L_179, L_177, L_178, /*hidden argument*/Action_3__ctor_m1522236192_RuntimeMethod_var); NullCheck(L_170); ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathType_t3777299409_m3953941776(L_170, L_173, L_176, L_179, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisPathType_t3777299409_m3953941776_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_180 = ___translator1; ObjectTranslator_t2020767555 * L_181 = ___translator1; intptr_t L_182 = (intptr_t)ObjectTranslator_PushDGTweeningRotateMode_m2958424918_RuntimeMethod_var; Action_2_t3107899579 * L_183 = (Action_2_t3107899579 *)il2cpp_codegen_object_new(Action_2_t3107899579_il2cpp_TypeInfo_var); Action_2__ctor_m109857175(L_183, L_181, L_182, /*hidden argument*/Action_2__ctor_m109857175_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_184 = ___translator1; intptr_t L_185 = (intptr_t)ObjectTranslator_Get_m1355366945_RuntimeMethod_var; GetFunc_1_t2635677477 * L_186 = (GetFunc_1_t2635677477 *)il2cpp_codegen_object_new(GetFunc_1_t2635677477_il2cpp_TypeInfo_var); GetFunc_1__ctor_m136009375(L_186, L_184, L_185, /*hidden argument*/GetFunc_1__ctor_m136009375_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_187 = ___translator1; intptr_t L_188 = (intptr_t)ObjectTranslator_UpdateDGTweeningRotateMode_m830997628_RuntimeMethod_var; Action_3_t1561865147 * L_189 = (Action_3_t1561865147 *)il2cpp_codegen_object_new(Action_3_t1561865147_il2cpp_TypeInfo_var); Action_3__ctor_m3380138179(L_189, L_187, L_188, /*hidden argument*/Action_3__ctor_m3380138179_RuntimeMethod_var); NullCheck(L_180); ObjectTranslator_RegisterPushAndGetAndUpdate_TisRotateMode_t2548570174_m3982452637(L_180, L_183, L_186, L_189, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisRotateMode_t2548570174_m3982452637_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_190 = ___translator1; ObjectTranslator_t2020767555 * L_191 = ___translator1; intptr_t L_192 = (intptr_t)ObjectTranslator_PushDGTweeningScrambleMode_m654669223_RuntimeMethod_var; Action_2_t1844602747 * L_193 = (Action_2_t1844602747 *)il2cpp_codegen_object_new(Action_2_t1844602747_il2cpp_TypeInfo_var); Action_2__ctor_m1930819314(L_193, L_191, L_192, /*hidden argument*/Action_2__ctor_m1930819314_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_194 = ___translator1; intptr_t L_195 = (intptr_t)ObjectTranslator_Get_m1895878831_RuntimeMethod_var; GetFunc_1_t1372380645 * L_196 = (GetFunc_1_t1372380645 *)il2cpp_codegen_object_new(GetFunc_1_t1372380645_il2cpp_TypeInfo_var); GetFunc_1__ctor_m774304013(L_196, L_194, L_195, /*hidden argument*/GetFunc_1__ctor_m774304013_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_197 = ___translator1; intptr_t L_198 = (intptr_t)ObjectTranslator_UpdateDGTweeningScrambleMode_m3431253230_RuntimeMethod_var; Action_3_t298568315 * L_199 = (Action_3_t298568315 *)il2cpp_codegen_object_new(Action_3_t298568315_il2cpp_TypeInfo_var); Action_3__ctor_m3834639968(L_199, L_197, L_198, /*hidden argument*/Action_3__ctor_m3834639968_RuntimeMethod_var); NullCheck(L_190); ObjectTranslator_RegisterPushAndGetAndUpdate_TisScrambleMode_t1285273342_m2521040253(L_190, L_193, L_196, L_199, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisScrambleMode_t1285273342_m2521040253_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_200 = ___translator1; ObjectTranslator_t2020767555 * L_201 = ___translator1; intptr_t L_202 = (intptr_t)ObjectTranslator_PushDGTweeningTweenType_m1443697377_RuntimeMethod_var; Action_2_t2531002591 * L_203 = (Action_2_t2531002591 *)il2cpp_codegen_object_new(Action_2_t2531002591_il2cpp_TypeInfo_var); Action_2__ctor_m53037110(L_203, L_201, L_202, /*hidden argument*/Action_2__ctor_m53037110_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_204 = ___translator1; intptr_t L_205 = (intptr_t)ObjectTranslator_Get_m1350035902_RuntimeMethod_var; GetFunc_1_t2058780489 * L_206 = (GetFunc_1_t2058780489 *)il2cpp_codegen_object_new(GetFunc_1_t2058780489_il2cpp_TypeInfo_var); GetFunc_1__ctor_m640944550(L_206, L_204, L_205, /*hidden argument*/GetFunc_1__ctor_m640944550_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_207 = ___translator1; intptr_t L_208 = (intptr_t)ObjectTranslator_UpdateDGTweeningTweenType_m1716421548_RuntimeMethod_var; Action_3_t984968159 * L_209 = (Action_3_t984968159 *)il2cpp_codegen_object_new(Action_3_t984968159_il2cpp_TypeInfo_var); Action_3__ctor_m1744396458(L_209, L_207, L_208, /*hidden argument*/Action_3__ctor_m1744396458_RuntimeMethod_var); NullCheck(L_200); ObjectTranslator_RegisterPushAndGetAndUpdate_TisTweenType_t1971673186_m2091967394(L_200, L_203, L_206, L_209, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisTweenType_t1971673186_m2091967394_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_210 = ___translator1; ObjectTranslator_t2020767555 * L_211 = ___translator1; intptr_t L_212 = (intptr_t)ObjectTranslator_PushDGTweeningUpdateType_m1496001566_RuntimeMethod_var; Action_2_t202091315 * L_213 = (Action_2_t202091315 *)il2cpp_codegen_object_new(Action_2_t202091315_il2cpp_TypeInfo_var); Action_2__ctor_m2008913480(L_213, L_211, L_212, /*hidden argument*/Action_2__ctor_m2008913480_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_214 = ___translator1; intptr_t L_215 = (intptr_t)ObjectTranslator_Get_m1519651315_RuntimeMethod_var; GetFunc_1_t4024836509 * L_216 = (GetFunc_1_t4024836509 *)il2cpp_codegen_object_new(GetFunc_1_t4024836509_il2cpp_TypeInfo_var); GetFunc_1__ctor_m1848576192(L_216, L_214, L_215, /*hidden argument*/GetFunc_1__ctor_m1848576192_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_217 = ___translator1; intptr_t L_218 = (intptr_t)ObjectTranslator_UpdateDGTweeningUpdateType_m4076623803_RuntimeMethod_var; Action_3_t2951024179 * L_219 = (Action_3_t2951024179 *)il2cpp_codegen_object_new(Action_3_t2951024179_il2cpp_TypeInfo_var); Action_3__ctor_m3876241935(L_219, L_217, L_218, /*hidden argument*/Action_3__ctor_m3876241935_RuntimeMethod_var); NullCheck(L_210); ObjectTranslator_RegisterPushAndGetAndUpdate_TisUpdateType_t3937729206_m1071272545(L_210, L_213, L_216, L_219, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisUpdateType_t3937729206_m1071272545_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_220 = ___translator1; ObjectTranslator_t2020767555 * L_221 = ___translator1; intptr_t L_222 = (intptr_t)ObjectTranslator_PushXLuaTestMyEnum_m329911794_RuntimeMethod_var; Action_2_t398739741 * L_223 = (Action_2_t398739741 *)il2cpp_codegen_object_new(Action_2_t398739741_il2cpp_TypeInfo_var); Action_2__ctor_m2894142489(L_223, L_221, L_222, /*hidden argument*/Action_2__ctor_m2894142489_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_224 = ___translator1; intptr_t L_225 = (intptr_t)ObjectTranslator_Get_m3404519673_RuntimeMethod_var; GetFunc_1_t4221484935 * L_226 = (GetFunc_1_t4221484935 *)il2cpp_codegen_object_new(GetFunc_1_t4221484935_il2cpp_TypeInfo_var); GetFunc_1__ctor_m2395328805(L_226, L_224, L_225, /*hidden argument*/GetFunc_1__ctor_m2395328805_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_227 = ___translator1; intptr_t L_228 = (intptr_t)ObjectTranslator_UpdateXLuaTestMyEnum_m1059195416_RuntimeMethod_var; Action_3_t3147672605 * L_229 = (Action_3_t3147672605 *)il2cpp_codegen_object_new(Action_3_t3147672605_il2cpp_TypeInfo_var); Action_3__ctor_m2927018890(L_229, L_227, L_228, /*hidden argument*/Action_3__ctor_m2927018890_RuntimeMethod_var); NullCheck(L_220); ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyEnum_t4134377632_m2508145993(L_220, L_223, L_226, L_229, /*hidden argument*/ObjectTranslator_RegisterPushAndGetAndUpdate_TisMyEnum_t4134377632_m2508145993_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/PushCSObject::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void PushCSObject__ctor_m2061304311 (PushCSObject_t2825347334 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLua.ObjectTranslator/PushCSObject::Invoke(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void PushCSObject_Invoke_m884967110 (PushCSObject_t2825347334 * __this, intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { PushCSObject_Invoke_m884967110((PushCSObject_t2825347334 *)__this->get_prev_9(), ___L0, ___obj1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___obj1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___obj1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< intptr_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___L0, ___obj1); else GenericVirtActionInvoker2< intptr_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___L0, ___obj1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< intptr_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___obj1); else VirtActionInvoker2< intptr_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___obj1); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___obj1, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/PushCSObject::BeginInvoke(System.IntPtr,System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PushCSObject_BeginInvoke_m282077549 (PushCSObject_t2825347334 * __this, intptr_t ___L0, RuntimeObject * ___obj1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PushCSObject_BeginInvoke_m282077549_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = ___obj1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void XLua.ObjectTranslator/PushCSObject::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void PushCSObject_EndInvoke_m4065570111 (PushCSObject_t2825347334 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator/UpdateCSObject::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UpdateCSObject__ctor_m546883179 (UpdateCSObject_t4262194437 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLua.ObjectTranslator/UpdateCSObject::Invoke(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void UpdateCSObject_Invoke_m89165445 (UpdateCSObject_t4262194437 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UpdateCSObject_Invoke_m89165445((UpdateCSObject_t4262194437 *)__this->get_prev_9(), ___L0, ___idx1, ___obj2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___obj2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___obj2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< intptr_t, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___obj2); else GenericVirtActionInvoker3< intptr_t, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___obj2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< intptr_t, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___obj2); else VirtActionInvoker3< intptr_t, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___obj2); } } else { typedef void (*FunctionPointerType) (void*, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___obj2, targetMethod); } } } } // System.IAsyncResult XLua.ObjectTranslator/UpdateCSObject::BeginInvoke(System.IntPtr,System.Int32,System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UpdateCSObject_BeginInvoke_m4189718241 (UpdateCSObject_t4262194437 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UpdateCSObject_BeginInvoke_m4189718241_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = ___obj2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.ObjectTranslator/UpdateCSObject::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UpdateCSObject_EndInvoke_m3370003399 (UpdateCSObject_t4262194437 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslatorPool::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjectTranslatorPool__ctor_m3211583880 (ObjectTranslatorPool_t158158286 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslatorPool__ctor_m3211583880_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { Dictionary_2_t3851719731 * L_0 = (Dictionary_2_t3851719731 *)il2cpp_codegen_object_new(Dictionary_2_t3851719731_il2cpp_TypeInfo_var); Dictionary_2__ctor_m602294741(L_0, /*hidden argument*/Dictionary_2__ctor_m602294741_RuntimeMethod_var); __this->set_translators_0(L_0); il2cpp_codegen_initobj((&V_0), sizeof(intptr_t)); intptr_t L_1 = V_0; __this->set_lastPtr_1(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // XLua.ObjectTranslatorPool XLua.ObjectTranslatorPool::get_Instance() extern "C" IL2CPP_METHOD_ATTR ObjectTranslatorPool_t158158286 * ObjectTranslatorPool_get_Instance_m842665354 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslatorPool_get_Instance_m842665354_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); ObjectTranslatorPool_t158158286 * L_0 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_objectTranslatorPool_3(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Void XLua.ObjectTranslatorPool::Add(System.IntPtr,XLua.ObjectTranslator) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslatorPool_Add_m2088407403 (ObjectTranslatorPool_t158158286 * __this, intptr_t ___L0, ObjectTranslator_t2020767555 * ___translator1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslatorPool_Add_m2088407403_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { ObjectTranslator_t2020767555 * L_0 = ___translator1; __this->set_lastTranslator_2(L_0); intptr_t L_1 = ___L0; intptr_t L_2 = Lua_xlua_gl_m921891067(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = V_0; __this->set_lastPtr_1(L_3); Dictionary_2_t3851719731 * L_4 = __this->get_translators_0(); intptr_t L_5 = V_0; ObjectTranslator_t2020767555 * L_6 = ___translator1; WeakReference_t1334886716 * L_7 = (WeakReference_t1334886716 *)il2cpp_codegen_object_new(WeakReference_t1334886716_il2cpp_TypeInfo_var); WeakReference__ctor_m2401547918(L_7, L_6, /*hidden argument*/NULL); NullCheck(L_4); Dictionary_2_Add_m62333167(L_4, L_5, L_7, /*hidden argument*/Dictionary_2_Add_m62333167_RuntimeMethod_var); return; } } // XLua.ObjectTranslator XLua.ObjectTranslatorPool::Find(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR ObjectTranslator_t2020767555 * ObjectTranslatorPool_Find_m2808149378 (ObjectTranslatorPool_t158158286 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslatorPool_Find_m2808149378_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; intptr_t L_1 = Lua_xlua_gl_m921891067(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = __this->get_lastPtr_1(); intptr_t L_3 = V_0; bool L_4 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001f; } } { ObjectTranslator_t2020767555 * L_5 = __this->get_lastTranslator_2(); return L_5; } IL_001f: { Dictionary_2_t3851719731 * L_6 = __this->get_translators_0(); intptr_t L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_ContainsKey_m2911816580(L_6, L_7, /*hidden argument*/Dictionary_2_ContainsKey_m2911816580_RuntimeMethod_var); if (!L_8) { goto IL_005a; } } { intptr_t L_9 = V_0; __this->set_lastPtr_1(L_9); Dictionary_2_t3851719731 * L_10 = __this->get_translators_0(); intptr_t L_11 = V_0; NullCheck(L_10); WeakReference_t1334886716 * L_12 = Dictionary_2_get_Item_m3219283056(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m3219283056_RuntimeMethod_var); NullCheck(L_12); RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_12); __this->set_lastTranslator_2(((ObjectTranslator_t2020767555 *)IsInstClass((RuntimeObject*)L_13, ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))); ObjectTranslator_t2020767555 * L_14 = __this->get_lastTranslator_2(); return L_14; } IL_005a: { return (ObjectTranslator_t2020767555 *)NULL; } } // System.Void XLua.ObjectTranslatorPool::Remove(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslatorPool_Remove_m3828268227 (ObjectTranslatorPool_t158158286 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslatorPool_Remove_m3828268227_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; intptr_t L_1 = Lua_xlua_gl_m921891067(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; Dictionary_2_t3851719731 * L_2 = __this->get_translators_0(); intptr_t L_3 = V_0; NullCheck(L_2); bool L_4 = Dictionary_2_ContainsKey_m2911816580(L_2, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m2911816580_RuntimeMethod_var); if (L_4) { goto IL_0019; } } { return; } IL_0019: { intptr_t L_5 = __this->get_lastPtr_1(); intptr_t L_6 = V_0; bool L_7 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0040; } } { il2cpp_codegen_initobj((&V_1), sizeof(intptr_t)); intptr_t L_8 = V_1; __this->set_lastPtr_1(L_8); __this->set_lastTranslator_2((ObjectTranslator_t2020767555 *)NULL); } IL_0040: { Dictionary_2_t3851719731 * L_9 = __this->get_translators_0(); intptr_t L_10 = V_0; NullCheck(L_9); Dictionary_2_Remove_m1553977034(L_9, L_10, /*hidden argument*/Dictionary_2_Remove_m1553977034_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.OverloadMethodWrap::.ctor(XLua.ObjectTranslator,System.Type,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void OverloadMethodWrap__ctor_m2820620630 (OverloadMethodWrap_t1227738875 * __this, ObjectTranslator_t2020767555 * ___translator0, Type_t * ___targetType1, MethodBase_t * ___method2, const RuntimeMethod* method) { { __this->set_isVoid_9((bool)1); __this->set_luaStackPosStart_10(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_0 = ___translator0; __this->set_translator_0(L_0); Type_t * L_1 = ___targetType1; __this->set_targetType_1(L_1); MethodBase_t * L_2 = ___method2; __this->set_method_2(L_2); OverloadMethodWrap_set_HasDefalutValue_m357441166(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Boolean XLua.OverloadMethodWrap::get_HasDefalutValue() extern "C" IL2CPP_METHOD_ATTR bool OverloadMethodWrap_get_HasDefalutValue_m2588768388 (OverloadMethodWrap_t1227738875 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasDefalutValueU3Ek__BackingField_15(); return L_0; } } // System.Void XLua.OverloadMethodWrap::set_HasDefalutValue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OverloadMethodWrap_set_HasDefalutValue_m357441166 (OverloadMethodWrap_t1227738875 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasDefalutValueU3Ek__BackingField_15(L_0); return; } } // System.Void XLua.OverloadMethodWrap::Init(XLua.ObjectCheckers,XLua.ObjectCasters) extern "C" IL2CPP_METHOD_ATTR void OverloadMethodWrap_Init_m1174209660 (OverloadMethodWrap_t1227738875 * __this, ObjectCheckers_t1922409879 * ___objCheckers0, ObjectCasters_t3722364209 * ___objCasters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OverloadMethodWrap_Init_m1174209660_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; List_1_t128053199 * V_1 = NULL; List_1_t128053199 * V_2 = NULL; List_1_t1148196275 * V_3 = NULL; List_1_t46136375 * V_4 = NULL; List_1_t1569362707 * V_5 = NULL; List_1_t257213610 * V_6 = NULL; int32_t V_7 = 0; Type_t * V_8 = NULL; Type_t * V_9 = NULL; RuntimeObject * V_10 = NULL; Type_t * G_B20_0 = NULL; RuntimeObject * G_B27_0 = NULL; RuntimeObject * G_B29_0 = NULL; List_1_t257213610 * G_B33_0 = NULL; List_1_t257213610 * G_B32_0 = NULL; RuntimeObject * G_B34_0 = NULL; List_1_t257213610 * G_B34_1 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Delegate_t1188392813_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); Type_t * L_2 = __this->get_targetType_1(); if ((((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_2))) { goto IL_002f; } } { RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Delegate_t1188392813_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); Type_t * L_5 = __this->get_targetType_1(); NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_4, L_5); if (L_6) { goto IL_004f; } } IL_002f: { MethodBase_t * L_7 = __this->get_method_2(); NullCheck(L_7); bool L_8 = MethodBase_get_IsStatic_m2399864271(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004f; } } { MethodBase_t * L_9 = __this->get_method_2(); NullCheck(L_9); bool L_10 = MethodBase_get_IsConstructor_m1438333698(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_006d; } } IL_004f: { __this->set_luaStackPosStart_10(2); MethodBase_t * L_11 = __this->get_method_2(); NullCheck(L_11); bool L_12 = MethodBase_get_IsConstructor_m1438333698(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_006d; } } { __this->set_targetNeeded_11((bool)1); } IL_006d: { MethodBase_t * L_13 = __this->get_method_2(); NullCheck(L_13); ParameterInfoU5BU5D_t390618515* L_14 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_13); V_0 = L_14; ParameterInfoU5BU5D_t390618515* L_15 = V_0; NullCheck(L_15); __this->set_refPos_13(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))); List_1_t128053199 * L_16 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_16, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_1 = L_16; List_1_t128053199 * L_17 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_17, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_2 = L_17; List_1_t1148196275 * L_18 = (List_1_t1148196275 *)il2cpp_codegen_object_new(List_1_t1148196275_il2cpp_TypeInfo_var); List_1__ctor_m1714400520(L_18, /*hidden argument*/List_1__ctor_m1714400520_RuntimeMethod_var); V_3 = L_18; List_1_t46136375 * L_19 = (List_1_t46136375 *)il2cpp_codegen_object_new(List_1_t46136375_il2cpp_TypeInfo_var); List_1__ctor_m649382396(L_19, /*hidden argument*/List_1__ctor_m649382396_RuntimeMethod_var); V_4 = L_19; List_1_t1569362707 * L_20 = (List_1_t1569362707 *)il2cpp_codegen_object_new(List_1_t1569362707_il2cpp_TypeInfo_var); List_1__ctor_m3213809058(L_20, /*hidden argument*/List_1__ctor_m3213809058_RuntimeMethod_var); V_5 = L_20; List_1_t257213610 * L_21 = (List_1_t257213610 *)il2cpp_codegen_object_new(List_1_t257213610_il2cpp_TypeInfo_var); List_1__ctor_m2321703786(L_21, /*hidden argument*/List_1__ctor_m2321703786_RuntimeMethod_var); V_6 = L_21; V_7 = 0; goto IL_0289; } IL_00b6: { Int32U5BU5D_t385246372* L_22 = __this->get_refPos_13(); int32_t L_23 = V_7; NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (int32_t)(-1)); ParameterInfoU5BU5D_t390618515* L_24 = V_0; int32_t L_25 = V_7; NullCheck(L_24); int32_t L_26 = L_25; ParameterInfo_t1861056598 * L_27 = (L_24)->GetAt(static_cast(L_26)); NullCheck(L_27); bool L_28 = ParameterInfo_get_IsIn_m1278224586(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00e9; } } { ParameterInfoU5BU5D_t390618515* L_29 = V_0; int32_t L_30 = V_7; NullCheck(L_29); int32_t L_31 = L_30; ParameterInfo_t1861056598 * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_32); bool L_33 = ParameterInfo_get_IsOut_m867677222(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00e9; } } { List_1_t128053199 * L_34 = V_2; int32_t L_35 = V_7; NullCheck(L_34); List_1_Add_m697420525(L_34, L_35, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); goto IL_0283; } IL_00e9: { ParameterInfoU5BU5D_t390618515* L_36 = V_0; int32_t L_37 = V_7; NullCheck(L_36); int32_t L_38 = L_37; ParameterInfo_t1861056598 * L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_39); Type_t * L_40 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_39); NullCheck(L_40); bool L_41 = Type_get_IsByRef_m1262524108(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0140; } } { ParameterInfoU5BU5D_t390618515* L_42 = V_0; int32_t L_43 = V_7; NullCheck(L_42); int32_t L_44 = L_43; ParameterInfo_t1861056598 * L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck(L_45); Type_t * L_46 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_45); NullCheck(L_46); Type_t * L_47 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_46); V_8 = L_47; Type_t * L_48 = V_8; bool L_49 = CopyByValue_IsStruct_m1265322437(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0138; } } { Type_t * L_50 = V_8; RuntimeTypeHandle_t3027515415 L_51 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_52 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_50) == ((RuntimeObject*)(Type_t *)L_52))) { goto IL_0138; } } { Int32U5BU5D_t385246372* L_53 = __this->get_refPos_13(); int32_t L_54 = V_7; List_1_t128053199 * L_55 = V_1; NullCheck(L_55); int32_t L_56 = List_1_get_Count_m361000296(L_55, /*hidden argument*/List_1_get_Count_m361000296_RuntimeMethod_var); NullCheck(L_53); (L_53)->SetAt(static_cast(L_54), (int32_t)L_56); } IL_0138: { List_1_t128053199 * L_57 = V_2; int32_t L_58 = V_7; NullCheck(L_57); List_1_Add_m697420525(L_57, L_58, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0140: { List_1_t128053199 * L_59 = V_1; int32_t L_60 = V_7; NullCheck(L_59); List_1_Add_m697420525(L_59, L_60, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); ParameterInfoU5BU5D_t390618515* L_61 = V_0; int32_t L_62 = V_7; NullCheck(L_61); int32_t L_63 = L_62; ParameterInfo_t1861056598 * L_64 = (L_61)->GetAt(static_cast(L_63)); RuntimeTypeHandle_t3027515415 L_65 = { reinterpret_cast (ParamArrayAttribute_t3664765590_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); NullCheck(L_64); bool L_67 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(15 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_64, L_66, (bool)0); if (L_67) { goto IL_0187; } } { ParameterInfoU5BU5D_t390618515* L_68 = V_0; int32_t L_69 = V_7; NullCheck(L_68); int32_t L_70 = L_69; ParameterInfo_t1861056598 * L_71 = (L_68)->GetAt(static_cast(L_70)); NullCheck(L_71); Type_t * L_72 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_71); NullCheck(L_72); bool L_73 = Type_get_IsArray_m2591212821(L_72, /*hidden argument*/NULL); if (L_73) { goto IL_019a; } } { ParameterInfoU5BU5D_t390618515* L_74 = V_0; int32_t L_75 = V_7; NullCheck(L_74); int32_t L_76 = L_75; ParameterInfo_t1861056598 * L_77 = (L_74)->GetAt(static_cast(L_76)); NullCheck(L_77); Type_t * L_78 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_77); NullCheck(L_78); bool L_79 = Type_get_IsByRef_m1262524108(L_78, /*hidden argument*/NULL); if (!L_79) { goto IL_019a; } } IL_0187: { ParameterInfoU5BU5D_t390618515* L_80 = V_0; int32_t L_81 = V_7; NullCheck(L_80); int32_t L_82 = L_81; ParameterInfo_t1861056598 * L_83 = (L_80)->GetAt(static_cast(L_82)); NullCheck(L_83); Type_t * L_84 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_83); NullCheck(L_84); Type_t * L_85 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_84); G_B20_0 = L_85; goto IL_01a3; } IL_019a: { ParameterInfoU5BU5D_t390618515* L_86 = V_0; int32_t L_87 = V_7; NullCheck(L_86); int32_t L_88 = L_87; ParameterInfo_t1861056598 * L_89 = (L_86)->GetAt(static_cast(L_88)); NullCheck(L_89); Type_t * L_90 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_89); G_B20_0 = L_90; } IL_01a3: { V_9 = G_B20_0; List_1_t1148196275 * L_91 = V_3; ObjectCheckers_t1922409879 * L_92 = ___objCheckers0; Type_t * L_93 = V_9; NullCheck(L_92); ObjectCheck_t3971088829 * L_94 = ObjectCheckers_GetChecker_m1011057478(L_92, L_93, /*hidden argument*/NULL); NullCheck(L_91); List_1_Add_m231958160(L_91, L_94, /*hidden argument*/List_1_Add_m231958160_RuntimeMethod_var); List_1_t46136375 * L_95 = V_4; ObjectCasters_t3722364209 * L_96 = ___objCasters1; Type_t * L_97 = V_9; NullCheck(L_96); ObjectCast_t2869028929 * L_98 = ObjectCasters_GetCaster_m200833679(L_96, L_97, /*hidden argument*/NULL); NullCheck(L_95); List_1_Add_m2768649260(L_95, L_98, /*hidden argument*/List_1_Add_m2768649260_RuntimeMethod_var); List_1_t1569362707 * L_99 = V_5; ParameterInfoU5BU5D_t390618515* L_100 = V_0; int32_t L_101 = V_7; NullCheck(L_100); int32_t L_102 = L_101; ParameterInfo_t1861056598 * L_103 = (L_100)->GetAt(static_cast(L_102)); NullCheck(L_103); bool L_104 = ParameterInfo_get_IsOptional_m2957997858(L_103, /*hidden argument*/NULL); NullCheck(L_99); List_1_Add_m1544293466(L_99, L_104, /*hidden argument*/List_1_Add_m1544293466_RuntimeMethod_var); ParameterInfoU5BU5D_t390618515* L_105 = V_0; int32_t L_106 = V_7; NullCheck(L_105); int32_t L_107 = L_106; ParameterInfo_t1861056598 * L_108 = (L_105)->GetAt(static_cast(L_107)); NullCheck(L_108); RuntimeObject * L_109 = VirtFuncInvoker0< RuntimeObject * >::Invoke(9 /* System.Object System.Reflection.ParameterInfo::get_DefaultValue() */, L_108); V_10 = L_109; ParameterInfoU5BU5D_t390618515* L_110 = V_0; int32_t L_111 = V_7; NullCheck(L_110); int32_t L_112 = L_111; ParameterInfo_t1861056598 * L_113 = (L_110)->GetAt(static_cast(L_112)); NullCheck(L_113); bool L_114 = ParameterInfo_get_IsOptional_m2957997858(L_113, /*hidden argument*/NULL); if (!L_114) { goto IL_0266; } } { RuntimeObject * L_115 = V_10; if (!L_115) { goto IL_025f; } } { RuntimeObject * L_116 = V_10; NullCheck(L_116); Type_t * L_117 = Object_GetType_m88164663(L_116, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_118 = V_0; int32_t L_119 = V_7; NullCheck(L_118); int32_t L_120 = L_119; ParameterInfo_t1861056598 * L_121 = (L_118)->GetAt(static_cast(L_120)); NullCheck(L_121); Type_t * L_122 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_121); if ((((RuntimeObject*)(Type_t *)L_117) == ((RuntimeObject*)(Type_t *)L_122))) { goto IL_025f; } } { RuntimeObject * L_123 = V_10; NullCheck(L_123); Type_t * L_124 = Object_GetType_m88164663(L_123, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_125 = { reinterpret_cast (Missing_t508514592_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_126 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_125, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_124) == ((RuntimeObject*)(Type_t *)L_126)))) { goto IL_024d; } } { ParameterInfoU5BU5D_t390618515* L_127 = V_0; int32_t L_128 = V_7; NullCheck(L_127); int32_t L_129 = L_128; ParameterInfo_t1861056598 * L_130 = (L_127)->GetAt(static_cast(L_129)); NullCheck(L_130); Type_t * L_131 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_130); bool L_132 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_131, /*hidden argument*/NULL); if (!L_132) { goto IL_0243; } } { ParameterInfoU5BU5D_t390618515* L_133 = V_0; int32_t L_134 = V_7; NullCheck(L_133); int32_t L_135 = L_134; ParameterInfo_t1861056598 * L_136 = (L_133)->GetAt(static_cast(L_135)); NullCheck(L_136); Type_t * L_137 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_136); RuntimeObject * L_138 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_137, /*hidden argument*/NULL); G_B27_0 = L_138; goto IL_0248; } IL_0243: { IL2CPP_RUNTIME_CLASS_INIT(Missing_t508514592_il2cpp_TypeInfo_var); Missing_t508514592 * L_139 = ((Missing_t508514592_StaticFields*)il2cpp_codegen_static_fields_for(Missing_t508514592_il2cpp_TypeInfo_var))->get_Value_0(); G_B27_0 = ((RuntimeObject *)(L_139)); } IL_0248: { G_B29_0 = G_B27_0; goto IL_025d; } IL_024d: { RuntimeObject * L_140 = V_10; ParameterInfoU5BU5D_t390618515* L_141 = V_0; int32_t L_142 = V_7; NullCheck(L_141); int32_t L_143 = L_142; ParameterInfo_t1861056598 * L_144 = (L_141)->GetAt(static_cast(L_143)); NullCheck(L_144); Type_t * L_145 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_144); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_146 = Convert_ChangeType_m739676612(NULL /*static, unused*/, L_140, L_145, /*hidden argument*/NULL); G_B29_0 = L_146; } IL_025d: { V_10 = G_B29_0; } IL_025f: { OverloadMethodWrap_set_HasDefalutValue_m357441166(__this, (bool)1, /*hidden argument*/NULL); } IL_0266: { List_1_t257213610 * L_147 = V_6; ParameterInfoU5BU5D_t390618515* L_148 = V_0; int32_t L_149 = V_7; NullCheck(L_148); int32_t L_150 = L_149; ParameterInfo_t1861056598 * L_151 = (L_148)->GetAt(static_cast(L_150)); NullCheck(L_151); bool L_152 = ParameterInfo_get_IsOptional_m2957997858(L_151, /*hidden argument*/NULL); G_B32_0 = L_147; if (!L_152) { G_B33_0 = L_147; goto IL_027d; } } { RuntimeObject * L_153 = V_10; G_B34_0 = L_153; G_B34_1 = G_B32_0; goto IL_027e; } IL_027d: { G_B34_0 = NULL; G_B34_1 = G_B33_0; } IL_027e: { NullCheck(G_B34_1); List_1_Add_m3338814081(G_B34_1, G_B34_0, /*hidden argument*/List_1_Add_m3338814081_RuntimeMethod_var); } IL_0283: { int32_t L_154 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1)); } IL_0289: { int32_t L_155 = V_7; ParameterInfoU5BU5D_t390618515* L_156 = V_0; NullCheck(L_156); if ((((int32_t)L_155) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_156)->max_length))))))) { goto IL_00b6; } } { List_1_t1148196275 * L_157 = V_3; NullCheck(L_157); ObjectCheckU5BU5D_t2146637488* L_158 = List_1_ToArray_m2048788085(L_157, /*hidden argument*/List_1_ToArray_m2048788085_RuntimeMethod_var); __this->set_checkArray_3(L_158); List_1_t46136375 * L_159 = V_4; NullCheck(L_159); ObjectCastU5BU5D_t1796526492* L_160 = List_1_ToArray_m1947276646(L_159, /*hidden argument*/List_1_ToArray_m1947276646_RuntimeMethod_var); __this->set_castArray_4(L_160); List_1_t128053199 * L_161 = V_1; NullCheck(L_161); Int32U5BU5D_t385246372* L_162 = List_1_ToArray_m3295195900(L_161, /*hidden argument*/List_1_ToArray_m3295195900_RuntimeMethod_var); __this->set_inPosArray_5(L_162); List_1_t128053199 * L_163 = V_2; NullCheck(L_163); Int32U5BU5D_t385246372* L_164 = List_1_ToArray_m3295195900(L_163, /*hidden argument*/List_1_ToArray_m3295195900_RuntimeMethod_var); __this->set_outPosArray_6(L_164); List_1_t1569362707 * L_165 = V_5; NullCheck(L_165); BooleanU5BU5D_t2897418192* L_166 = List_1_ToArray_m3090942717(L_165, /*hidden argument*/List_1_ToArray_m3090942717_RuntimeMethod_var); __this->set_isOptionalArray_7(L_166); List_1_t257213610 * L_167 = V_6; NullCheck(L_167); ObjectU5BU5D_t2843939325* L_168 = List_1_ToArray_m4168020446(L_167, /*hidden argument*/List_1_ToArray_m4168020446_RuntimeMethod_var); __this->set_defaultValueArray_8(L_168); ParameterInfoU5BU5D_t390618515* L_169 = V_0; NullCheck(L_169); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_169)->max_length))))) <= ((int32_t)0))) { goto IL_031a; } } { ParameterInfoU5BU5D_t390618515* L_170 = V_0; ParameterInfoU5BU5D_t390618515* L_171 = V_0; NullCheck(L_171); NullCheck(L_170); int32_t L_172 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_171)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_173 = (L_170)->GetAt(static_cast(L_172)); RuntimeTypeHandle_t3027515415 L_174 = { reinterpret_cast (ParamArrayAttribute_t3664765590_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_175 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_174, /*hidden argument*/NULL); NullCheck(L_173); bool L_176 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(15 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_173, L_175, (bool)0); if (!L_176) { goto IL_031a; } } { ParameterInfoU5BU5D_t390618515* L_177 = V_0; ParameterInfoU5BU5D_t390618515* L_178 = V_0; NullCheck(L_178); NullCheck(L_177); int32_t L_179 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_178)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_180 = (L_177)->GetAt(static_cast(L_179)); NullCheck(L_180); Type_t * L_181 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_180); NullCheck(L_181); Type_t * L_182 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_181); __this->set_paramsType_14(L_182); } IL_031a: { ParameterInfoU5BU5D_t390618515* L_183 = V_0; NullCheck(L_183); __this->set_args_12(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_183)->max_length))))))); MethodBase_t * L_184 = __this->get_method_2(); if (!((MethodInfo_t *)IsInstClass((RuntimeObject*)L_184, MethodInfo_t_il2cpp_TypeInfo_var))) { goto IL_035f; } } { MethodBase_t * L_185 = __this->get_method_2(); NullCheck(((MethodInfo_t *)IsInstClass((RuntimeObject*)L_185, MethodInfo_t_il2cpp_TypeInfo_var))); Type_t * L_186 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_185, MethodInfo_t_il2cpp_TypeInfo_var))); RuntimeTypeHandle_t3027515415 L_187 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_188 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_187, /*hidden argument*/NULL); __this->set_isVoid_9((bool)((((RuntimeObject*)(Type_t *)L_186) == ((RuntimeObject*)(Type_t *)L_188))? 1 : 0)); goto IL_0376; } IL_035f: { MethodBase_t * L_189 = __this->get_method_2(); if (!((ConstructorInfo_t5769829 *)IsInstClass((RuntimeObject*)L_189, ConstructorInfo_t5769829_il2cpp_TypeInfo_var))) { goto IL_0376; } } { __this->set_isVoid_9((bool)0); } IL_0376: { return; } } // System.Boolean XLua.OverloadMethodWrap::Check(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool OverloadMethodWrap_Check_m735293606 (OverloadMethodWrap_t1227738875 * __this, intptr_t ___L0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B19_0 = 0; int32_t G_B21_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = __this->get_luaStackPosStart_10(); V_1 = L_2; V_2 = 0; goto IL_0084; } IL_0015: { int32_t L_3 = V_2; ObjectCheckU5BU5D_t2146637488* L_4 = __this->get_checkArray_3(); NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)1)))))) { goto IL_0035; } } { Type_t * L_5 = __this->get_paramsType_14(); if (!L_5) { goto IL_0035; } } { goto IL_0092; } IL_0035: { int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_004b; } } { BooleanU5BU5D_t2897418192* L_8 = __this->get_isOptionalArray_7(); int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); if (L_11) { goto IL_004b; } } { return (bool)0; } IL_004b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) > ((int32_t)L_13))) { goto IL_0068; } } { ObjectCheckU5BU5D_t2146637488* L_14 = __this->get_checkArray_3(); int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; ObjectCheck_t3971088829 * L_17 = (L_14)->GetAt(static_cast(L_16)); intptr_t L_18 = ___L0; int32_t L_19 = V_1; NullCheck(L_17); bool L_20 = ObjectCheck_Invoke_m3678272064(L_17, L_18, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0068; } } { return (bool)0; } IL_0068: { int32_t L_21 = V_1; int32_t L_22 = V_0; if ((((int32_t)L_21) <= ((int32_t)L_22))) { goto IL_007c; } } { BooleanU5BU5D_t2897418192* L_23 = __this->get_isOptionalArray_7(); int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = L_24; uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); if (L_26) { goto IL_0080; } } IL_007c: { int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0080: { int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0084: { int32_t L_29 = V_2; ObjectCheckU5BU5D_t2146637488* L_30 = __this->get_checkArray_3(); NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_0015; } } IL_0092: { Type_t * L_31 = __this->get_paramsType_14(); if (!L_31) { goto IL_00c9; } } { int32_t L_32 = V_1; int32_t L_33 = V_0; if ((((int32_t)L_32) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))))) { goto IL_00c3; } } { ObjectCheckU5BU5D_t2146637488* L_34 = __this->get_checkArray_3(); ObjectCheckU5BU5D_t2146637488* L_35 = __this->get_checkArray_3(); NullCheck(L_35); NullCheck(L_34); int32_t L_36 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))), (int32_t)1)); ObjectCheck_t3971088829 * L_37 = (L_34)->GetAt(static_cast(L_36)); intptr_t L_38 = ___L0; int32_t L_39 = V_1; NullCheck(L_37); bool L_40 = ObjectCheck_Invoke_m3678272064(L_37, L_38, L_39, /*hidden argument*/NULL); G_B19_0 = ((int32_t)(L_40)); goto IL_00c4; } IL_00c3: { G_B19_0 = 1; } IL_00c4: { G_B21_0 = G_B19_0; goto IL_00cf; } IL_00c9: { int32_t L_41 = V_1; int32_t L_42 = V_0; G_B21_0 = ((((int32_t)L_41) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1))))? 1 : 0); } IL_00cf: { return (bool)G_B21_0; } } // System.Int32 XLua.OverloadMethodWrap::Call(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t OverloadMethodWrap_Call_m4219118015 (OverloadMethodWrap_t1227738875 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OverloadMethodWrap_Call_m4219118015_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; MethodBase_t * V_1 = NULL; Delegate_t1188392813 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RuntimeObject * G_B23_0 = NULL; MethodBase_t * G_B21_0 = NULL; MethodBase_t * G_B20_0 = NULL; RuntimeObject * G_B22_0 = NULL; MethodBase_t * G_B22_1 = NULL; IL_0000: try { // begin try (depth: 1) { V_0 = NULL; MethodBase_t * L_0 = __this->get_method_2(); V_1 = L_0; int32_t L_1 = __this->get_luaStackPosStart_10(); if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_003c; } } IL_0015: { ObjectTranslator_t2020767555 * L_2 = __this->get_translator_0(); intptr_t L_3 = ___L0; NullCheck(L_2); RuntimeObject * L_4 = ObjectTranslator_FastGetCSObj_m66620763(L_2, L_3, 1, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!((Delegate_t1188392813 *)IsInstClass((RuntimeObject*)L_5, Delegate_t1188392813_il2cpp_TypeInfo_var))) { goto IL_003c; } } IL_002e: { RuntimeObject * L_6 = V_0; V_2 = ((Delegate_t1188392813 *)CastclassClass((RuntimeObject*)L_6, Delegate_t1188392813_il2cpp_TypeInfo_var)); Delegate_t1188392813 * L_7 = V_2; NullCheck(L_7); MethodInfo_t * L_8 = Delegate_get_Method_m3071622864(L_7, /*hidden argument*/NULL); V_1 = L_8; } IL_003c: { intptr_t L_9 = ___L0; int32_t L_10 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_3 = L_10; int32_t L_11 = __this->get_luaStackPosStart_10(); V_4 = L_11; V_5 = 0; goto IL_0129; } IL_0053: { int32_t L_12 = V_4; int32_t L_13 = V_3; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_00b6; } } IL_005b: { Type_t * L_14 = __this->get_paramsType_14(); if (!L_14) { goto IL_0098; } } IL_0066: { int32_t L_15 = V_5; ObjectCastU5BU5D_t1796526492* L_16 = __this->get_castArray_4(); NullCheck(L_16); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))), (int32_t)1)))))) { goto IL_0098; } } IL_0077: { ObjectU5BU5D_t2843939325* L_17 = __this->get_args_12(); Int32U5BU5D_t385246372* L_18 = __this->get_inPosArray_5(); int32_t L_19 = V_5; NullCheck(L_18); int32_t L_20 = L_19; int32_t L_21 = (L_18)->GetAt(static_cast(L_20)); Type_t * L_22 = __this->get_paramsType_14(); RuntimeArray * L_23 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_22, 0, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_23); (L_17)->SetAt(static_cast(L_21), (RuntimeObject *)L_23); goto IL_00b1; } IL_0098: { ObjectU5BU5D_t2843939325* L_24 = __this->get_args_12(); Int32U5BU5D_t385246372* L_25 = __this->get_inPosArray_5(); int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = L_26; int32_t L_28 = (L_25)->GetAt(static_cast(L_27)); ObjectU5BU5D_t2843939325* L_29 = __this->get_defaultValueArray_8(); int32_t L_30 = V_5; NullCheck(L_29); int32_t L_31 = L_30; RuntimeObject * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_32); (L_24)->SetAt(static_cast(L_28), (RuntimeObject *)L_32); } IL_00b1: { goto IL_0123; } IL_00b6: { Type_t * L_33 = __this->get_paramsType_14(); if (!L_33) { goto IL_00fb; } } IL_00c1: { int32_t L_34 = V_5; ObjectCastU5BU5D_t1796526492* L_35 = __this->get_castArray_4(); NullCheck(L_35); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))), (int32_t)1)))))) { goto IL_00fb; } } IL_00d2: { ObjectU5BU5D_t2843939325* L_36 = __this->get_args_12(); Int32U5BU5D_t385246372* L_37 = __this->get_inPosArray_5(); int32_t L_38 = V_5; NullCheck(L_37); int32_t L_39 = L_38; int32_t L_40 = (L_37)->GetAt(static_cast(L_39)); ObjectTranslator_t2020767555 * L_41 = __this->get_translator_0(); intptr_t L_42 = ___L0; int32_t L_43 = V_4; Type_t * L_44 = __this->get_paramsType_14(); NullCheck(L_41); RuntimeArray * L_45 = ObjectTranslator_GetParams_m818092963(L_41, L_42, L_43, L_44, /*hidden argument*/NULL); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_45); (L_36)->SetAt(static_cast(L_40), (RuntimeObject *)L_45); goto IL_011d; } IL_00fb: { ObjectU5BU5D_t2843939325* L_46 = __this->get_args_12(); Int32U5BU5D_t385246372* L_47 = __this->get_inPosArray_5(); int32_t L_48 = V_5; NullCheck(L_47); int32_t L_49 = L_48; int32_t L_50 = (L_47)->GetAt(static_cast(L_49)); ObjectCastU5BU5D_t1796526492* L_51 = __this->get_castArray_4(); int32_t L_52 = V_5; NullCheck(L_51); int32_t L_53 = L_52; ObjectCast_t2869028929 * L_54 = (L_51)->GetAt(static_cast(L_53)); intptr_t L_55 = ___L0; int32_t L_56 = V_4; NullCheck(L_54); RuntimeObject * L_57 = ObjectCast_Invoke_m1913262317(L_54, L_55, L_56, NULL, /*hidden argument*/NULL); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_57); (L_46)->SetAt(static_cast(L_50), (RuntimeObject *)L_57); } IL_011d: { int32_t L_58 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0123: { int32_t L_59 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0129: { int32_t L_60 = V_5; ObjectCastU5BU5D_t1796526492* L_61 = __this->get_castArray_4(); NullCheck(L_61); if ((((int32_t)L_60) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))))))) { goto IL_0053; } } IL_0138: { V_6 = NULL; MethodBase_t * L_62 = V_1; NullCheck(L_62); bool L_63 = MethodBase_get_IsConstructor_m1438333698(L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_0161; } } IL_0146: { MethodBase_t * L_64 = __this->get_method_2(); ObjectU5BU5D_t2843939325* L_65 = __this->get_args_12(); NullCheck(((ConstructorInfo_t5769829 *)CastclassClass((RuntimeObject*)L_64, ConstructorInfo_t5769829_il2cpp_TypeInfo_var))); RuntimeObject * L_66 = ConstructorInfo_Invoke_m4089836896(((ConstructorInfo_t5769829 *)CastclassClass((RuntimeObject*)L_64, ConstructorInfo_t5769829_il2cpp_TypeInfo_var)), L_65, /*hidden argument*/NULL); G_B23_0 = L_66; goto IL_0184; } IL_0161: { MethodBase_t * L_67 = __this->get_method_2(); bool L_68 = __this->get_targetNeeded_11(); G_B20_0 = L_67; if (!L_68) { G_B21_0 = L_67; goto IL_0178; } } IL_0172: { RuntimeObject * L_69 = V_0; G_B22_0 = L_69; G_B22_1 = G_B20_0; goto IL_0179; } IL_0178: { G_B22_0 = NULL; G_B22_1 = G_B21_0; } IL_0179: { ObjectU5BU5D_t2843939325* L_70 = __this->get_args_12(); NullCheck(G_B22_1); RuntimeObject * L_71 = MethodBase_Invoke_m1776411915(G_B22_1, G_B22_0, L_70, /*hidden argument*/NULL); G_B23_0 = L_71; } IL_0184: { V_6 = G_B23_0; bool L_72 = __this->get_targetNeeded_11(); if (!L_72) { goto IL_01af; } } IL_0191: { Type_t * L_73 = __this->get_targetType_1(); bool L_74 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_01af; } } IL_01a1: { ObjectTranslator_t2020767555 * L_75 = __this->get_translator_0(); intptr_t L_76 = ___L0; RuntimeObject * L_77 = V_0; NullCheck(L_75); ObjectTranslator_Update_m3437872166(L_75, L_76, 1, L_77, /*hidden argument*/NULL); } IL_01af: { V_7 = 0; bool L_78 = __this->get_isVoid_9(); if (L_78) { goto IL_01d1; } } IL_01bd: { ObjectTranslator_t2020767555 * L_79 = __this->get_translator_0(); intptr_t L_80 = ___L0; RuntimeObject * L_81 = V_6; NullCheck(L_79); ObjectTranslator_PushAny_m2595410231(L_79, L_80, L_81, /*hidden argument*/NULL); int32_t L_82 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_01d1: { V_8 = 0; goto IL_024a; } IL_01d9: { Int32U5BU5D_t385246372* L_83 = __this->get_refPos_13(); Int32U5BU5D_t385246372* L_84 = __this->get_outPosArray_6(); int32_t L_85 = V_8; NullCheck(L_84); int32_t L_86 = L_85; int32_t L_87 = (L_84)->GetAt(static_cast(L_86)); NullCheck(L_83); int32_t L_88 = L_87; int32_t L_89 = (L_83)->GetAt(static_cast(L_88)); if ((((int32_t)L_89) == ((int32_t)(-1)))) { goto IL_0222; } } IL_01ef: { ObjectTranslator_t2020767555 * L_90 = __this->get_translator_0(); intptr_t L_91 = ___L0; int32_t L_92 = __this->get_luaStackPosStart_10(); Int32U5BU5D_t385246372* L_93 = __this->get_refPos_13(); Int32U5BU5D_t385246372* L_94 = __this->get_outPosArray_6(); int32_t L_95 = V_8; NullCheck(L_94); int32_t L_96 = L_95; int32_t L_97 = (L_94)->GetAt(static_cast(L_96)); NullCheck(L_93); int32_t L_98 = L_97; int32_t L_99 = (L_93)->GetAt(static_cast(L_98)); ObjectU5BU5D_t2843939325* L_100 = __this->get_args_12(); Int32U5BU5D_t385246372* L_101 = __this->get_outPosArray_6(); int32_t L_102 = V_8; NullCheck(L_101); int32_t L_103 = L_102; int32_t L_104 = (L_101)->GetAt(static_cast(L_103)); NullCheck(L_100); int32_t L_105 = L_104; RuntimeObject * L_106 = (L_100)->GetAt(static_cast(L_105)); NullCheck(L_90); ObjectTranslator_Update_m3437872166(L_90, L_91, ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)L_99)), L_106, /*hidden argument*/NULL); } IL_0222: { ObjectTranslator_t2020767555 * L_107 = __this->get_translator_0(); intptr_t L_108 = ___L0; ObjectU5BU5D_t2843939325* L_109 = __this->get_args_12(); Int32U5BU5D_t385246372* L_110 = __this->get_outPosArray_6(); int32_t L_111 = V_8; NullCheck(L_110); int32_t L_112 = L_111; int32_t L_113 = (L_110)->GetAt(static_cast(L_112)); NullCheck(L_109); int32_t L_114 = L_113; RuntimeObject * L_115 = (L_109)->GetAt(static_cast(L_114)); NullCheck(L_107); ObjectTranslator_PushAny_m2595410231(L_107, L_108, L_115, /*hidden argument*/NULL); int32_t L_116 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); int32_t L_117 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1)); } IL_024a: { int32_t L_118 = V_8; Int32U5BU5D_t385246372* L_119 = __this->get_outPosArray_6(); NullCheck(L_119); if ((((int32_t)L_118) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_119)->max_length))))))) { goto IL_01d9; } } IL_0259: { int32_t L_120 = V_7; V_9 = L_120; IL2CPP_LEAVE(0x28A, FINALLY_0262); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0262; } FINALLY_0262: { // begin finally (depth: 1) { V_10 = 0; goto IL_027a; } IL_026a: { ObjectU5BU5D_t2843939325* L_121 = __this->get_args_12(); int32_t L_122 = V_10; NullCheck(L_121); ArrayElementTypeCheck (L_121, NULL); (L_121)->SetAt(static_cast(L_122), (RuntimeObject *)NULL); int32_t L_123 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); } IL_027a: { int32_t L_124 = V_10; ObjectU5BU5D_t2843939325* L_125 = __this->get_args_12(); NullCheck(L_125); if ((((int32_t)L_124) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_125)->max_length))))))) { goto IL_026a; } } IL_0289: { IL2CPP_END_FINALLY(610) } } // end finally (depth: 1) IL2CPP_CLEANUP(610) { IL2CPP_JUMP_TBL(0x28A, IL_028a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_028a: { int32_t L_126 = V_9; return L_126; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ReferenceEqualsComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReferenceEqualsComparer__ctor_m1496592547 (ReferenceEqualsComparer_t1100647835 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean XLua.ReferenceEqualsComparer::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool ReferenceEqualsComparer_Equals_m910308185 (ReferenceEqualsComparer_t1100647835 * __this, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o10; RuntimeObject * L_1 = ___o21; bool L_2 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 XLua.ReferenceEqualsComparer::GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ReferenceEqualsComparer_GetHashCode_m2509393356 (ReferenceEqualsComparer_t1100647835 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; int32_t L_1 = RuntimeHelpers_GetHashCode_m1610824259(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ReflectionUseAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReflectionUseAttribute__ctor_m173038485 (ReflectionUseAttribute_t2403240161 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.SignatureLoader::.ctor(System.String,XLua.LuaEnv/CustomLoader) extern "C" IL2CPP_METHOD_ATTR void SignatureLoader__ctor_m2427167781 (SignatureLoader_t2963269621 * __this, String_t* ___publicKey0, CustomLoader_t465830221 * ___loader1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SignatureLoader__ctor_m2427167781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RSACryptoServiceProvider_t2683512874 * L_0 = (RSACryptoServiceProvider_t2683512874 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var); RSACryptoServiceProvider__ctor_m2288290917(L_0, /*hidden argument*/NULL); __this->set_rsa_1(L_0); RSACryptoServiceProvider_t2683512874 * L_1 = __this->get_rsa_1(); String_t* L_2 = ___publicKey0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_3 = Convert_FromBase64String_m3685135396(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); RSACryptoServiceProvider_ImportCspBlob_m1196037419(L_1, L_3, /*hidden argument*/NULL); SHA1CryptoServiceProvider_t3661059764 * L_4 = (SHA1CryptoServiceProvider_t3661059764 *)il2cpp_codegen_object_new(SHA1CryptoServiceProvider_t3661059764_il2cpp_TypeInfo_var); SHA1CryptoServiceProvider__ctor_m4195188793(L_4, /*hidden argument*/NULL); __this->set_sha_2(L_4); CustomLoader_t465830221 * L_5 = ___loader1; __this->set_userLoader_0(L_5); return; } } // System.Byte[] XLua.SignatureLoader::load_and_verify(System.String&) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SignatureLoader_load_and_verify_m343063121 (SignatureLoader_t2963269621 * __this, String_t** ___filepath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SignatureLoader_load_and_verify_m343063121_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; { CustomLoader_t465830221 * L_0 = __this->get_userLoader_0(); String_t** L_1 = ___filepath0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = CustomLoader_Invoke_m231579447(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = V_0; if (L_3) { goto IL_0015; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_0015: { ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) >= ((int32_t)((int32_t)128)))) { goto IL_0034; } } { String_t** L_5 = ___filepath0; String_t* L_6 = *((String_t**)L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, L_6, _stringLiteral556167038, /*hidden argument*/NULL); InvalidProgramException_t3836716986 * L_8 = (InvalidProgramException_t3836716986 *)il2cpp_codegen_object_new(InvalidProgramException_t3836716986_il2cpp_TypeInfo_var); InvalidProgramException__ctor_m3976792134(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,SignatureLoader_load_and_verify_m343063121_RuntimeMethod_var); } IL_0034: { V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128))); ByteU5BU5D_t4116647657* L_9 = V_0; NullCheck(L_9); V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)((int32_t)128))))); ByteU5BU5D_t4116647657* L_10 = V_0; ByteU5BU5D_t4116647657* L_11 = V_1; Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, ((int32_t)128), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_12 = V_0; ByteU5BU5D_t4116647657* L_13 = V_2; ByteU5BU5D_t4116647657* L_14 = V_2; NullCheck(L_14); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, ((int32_t)128), (RuntimeArray *)(RuntimeArray *)L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); RSACryptoServiceProvider_t2683512874 * L_15 = __this->get_rsa_1(); ByteU5BU5D_t4116647657* L_16 = V_2; SHA1_t1803193667 * L_17 = __this->get_sha_2(); ByteU5BU5D_t4116647657* L_18 = V_1; NullCheck(L_15); bool L_19 = RSACryptoServiceProvider_VerifyData_m3965338473(L_15, L_16, L_17, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0094; } } { String_t** L_20 = ___filepath0; String_t* L_21 = *((String_t**)L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m3937257545(NULL /*static, unused*/, L_21, _stringLiteral2052604158, /*hidden argument*/NULL); InvalidProgramException_t3836716986 * L_23 = (InvalidProgramException_t3836716986 *)il2cpp_codegen_object_new(InvalidProgramException_t3836716986_il2cpp_TypeInfo_var); InvalidProgramException__ctor_m3976792134(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,SignatureLoader_load_and_verify_m343063121_RuntimeMethod_var); } IL_0094: { ByteU5BU5D_t4116647657* L_24 = V_2; return L_24; } } // XLua.LuaEnv/CustomLoader XLua.SignatureLoader::op_Implicit(XLua.SignatureLoader) extern "C" IL2CPP_METHOD_ATTR CustomLoader_t465830221 * SignatureLoader_op_Implicit_m1662472011 (RuntimeObject * __this /* static, unused */, SignatureLoader_t2963269621 * ___signatureLoader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SignatureLoader_op_Implicit_m1662472011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SignatureLoader_t2963269621 * L_0 = ___signatureLoader0; intptr_t L_1 = (intptr_t)SignatureLoader_load_and_verify_m343063121_RuntimeMethod_var; CustomLoader_t465830221 * L_2 = (CustomLoader_t465830221 *)il2cpp_codegen_object_new(CustomLoader_t465830221_il2cpp_TypeInfo_var); CustomLoader__ctor_m1115093900(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_EnumAnd_m3416650632(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_EnumAnd_m3416650632(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_EnumOr_m1067596880(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_EnumOr_m1067596880(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_StaticCSFunction_m4016132790(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_StaticCSFunction_m4016132790(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_FixCSFunction_m1076554084(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_FixCSFunction_m1076554084(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_DelegateCall_m2671525595(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_DelegateCall_m2671525595(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_LuaGC_m2837581461(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_LuaGC_m2837581461(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_ToString_m59504517(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_ToString_m59504517(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_DelegateCombine_m3143063672(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_DelegateCombine_m3143063672(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_DelegateRemove_m1855667533(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_DelegateRemove_m1855667533(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_ArrayIndexer_m3536693048(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_ArrayIndexer_m3536693048(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_ArrayNewIndexer_m3593144719(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_ArrayNewIndexer_m3593144719(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_ArrayLength_m1421054509(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_ArrayLength_m1421054509(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_MetaFuncIndex_m1669227410(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_MetaFuncIndex_m1669227410(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_Panic_m3394584402(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_Panic_m3394584402(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_Print_m1349533568(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_Print_m1349533568(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_LoadSocketCore_m328516753(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_LoadSocketCore_m328516753(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_LoadCS_m2413833471(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_LoadCS_m2413833471(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_LoadBuiltinLib_m2917056565(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_LoadBuiltinLib_m2917056565(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_LoadFromResource_m1140514553(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_LoadFromResource_m1140514553(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_LoadFromStreamingAssetsPath_m235562120(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_LoadFromStreamingAssetsPath_m235562120(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_LoadFromCustomLoaders_m1480218717(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_LoadFromCustomLoaders_m1480218717(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_LoadAssembly_m337918175(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_LoadAssembly_m337918175(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_ImportType_m3105597319(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_ImportType_m3105597319(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_ImportGenericType_m1494536771(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_ImportGenericType_m1494536771(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_Cast_m1330993023(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_Cast_m1330993023(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_XLuaAccess_m2012288326(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_XLuaAccess_m2012288326(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_XLuaPrivateAccessible_m301569256(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_XLuaPrivateAccessible_m301569256(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_XLuaMetatableOperation_m3806744604(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_XLuaMetatableOperation_m3806744604(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_DelegateConstructor_m338878774(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_DelegateConstructor_m338878774(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_ToFunction_m3649442807(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_ToFunction_m3649442807(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_GenericMethodWraper_m4244695569(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_GenericMethodWraper_m4244695569(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_GetGenericMethod_m1548014812(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_GetGenericMethod_m1548014812(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_StaticLuaCallbacks_ReleaseCsObject_m3145077486(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = StaticLuaCallbacks_ReleaseCsObject_m3145077486(NULL, ___L0, NULL); return returnValue; } // System.Void XLua.StaticLuaCallbacks::.ctor() extern "C" IL2CPP_METHOD_ATTR void StaticLuaCallbacks__ctor_m2031878285 (StaticLuaCallbacks_t3406648379 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks__ctor_m2031878285_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); intptr_t L_0 = (intptr_t)StaticLuaCallbacks_LuaGC_m2837581461_RuntimeMethod_var; lua_CSFunction_t883524059 * L_1 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_1, NULL, L_0, /*hidden argument*/NULL); __this->set_GcMeta_0(L_1); intptr_t L_2 = (intptr_t)StaticLuaCallbacks_ToString_m59504517_RuntimeMethod_var; lua_CSFunction_t883524059 * L_3 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_3, NULL, L_2, /*hidden argument*/NULL); __this->set_ToStringMeta_1(L_3); intptr_t L_4 = (intptr_t)StaticLuaCallbacks_EnumAnd_m3416650632_RuntimeMethod_var; lua_CSFunction_t883524059 * L_5 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_5, NULL, L_4, /*hidden argument*/NULL); __this->set_EnumAndMeta_2(L_5); intptr_t L_6 = (intptr_t)StaticLuaCallbacks_EnumOr_m1067596880_RuntimeMethod_var; lua_CSFunction_t883524059 * L_7 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_7, NULL, L_6, /*hidden argument*/NULL); __this->set_EnumOrMeta_3(L_7); intptr_t L_8 = (intptr_t)StaticLuaCallbacks_StaticCSFunction_m4016132790_RuntimeMethod_var; lua_CSFunction_t883524059 * L_9 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_9, NULL, L_8, /*hidden argument*/NULL); __this->set_StaticCSFunctionWraper_4(L_9); intptr_t L_10 = (intptr_t)StaticLuaCallbacks_FixCSFunction_m1076554084_RuntimeMethod_var; lua_CSFunction_t883524059 * L_11 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_11, NULL, L_10, /*hidden argument*/NULL); __this->set_FixCSFunctionWraper_5(L_11); intptr_t L_12 = (intptr_t)StaticLuaCallbacks_DelegateConstructor_m338878774_RuntimeMethod_var; lua_CSFunction_t883524059 * L_13 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_13, NULL, L_12, /*hidden argument*/NULL); __this->set_DelegateCtor_6(L_13); return; } } // System.Int32 XLua.StaticLuaCallbacks::EnumAnd(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_EnumAnd_m3416650632 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_EnumAnd_m3416650632_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; Type_t * V_3 = NULL; int32_t V_4 = 0; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NullCheck(L_6); RuntimeObject * L_8 = ObjectTranslator_FastGetCSObj_m66620763(L_6, L_7, 2, /*hidden argument*/NULL); V_2 = L_8; RuntimeObject * L_9 = V_1; NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); V_3 = L_10; Type_t * L_11 = V_3; bool L_12 = TypeExtensions_IsEnum_m1162764005(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003c; } } IL_0030: { Type_t * L_13 = V_3; RuntimeObject * L_14 = V_2; NullCheck(L_14); Type_t * L_15 = Object_GetType_m88164663(L_14, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15))) { goto IL_004e; } } IL_003c: { intptr_t L_16 = ___L0; int32_t L_17 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_16, _stringLiteral1114116220, /*hidden argument*/NULL); V_4 = L_17; goto IL_008b; } IL_004e: { ObjectTranslator_t2020767555 * L_18 = V_0; intptr_t L_19 = ___L0; Type_t * L_20 = V_3; RuntimeObject * L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_22 = Convert_ToInt64_m3240678588(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); RuntimeObject * L_23 = V_2; int64_t L_24 = Convert_ToInt64_m3240678588(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_25 = Enum_ToObject_m1136033697(NULL /*static, unused*/, L_20, ((int64_t)((int64_t)L_22&(int64_t)L_24)), /*hidden argument*/NULL); NullCheck(L_18); ObjectTranslator_PushAny_m2595410231(L_18, L_19, L_25, /*hidden argument*/NULL); V_4 = 1; goto IL_008b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0070; throw e; } CATCH_0070: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_26 = ___L0; Exception_t * L_27 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1510304027, L_27, /*hidden argument*/NULL); int32_t L_29 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); V_4 = L_29; goto IL_008b; } // end catch (depth: 1) IL_008b: { int32_t L_30 = V_4; return L_30; } } // System.Int32 XLua.StaticLuaCallbacks::EnumOr(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_EnumOr_m1067596880 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_EnumOr_m1067596880_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; Type_t * V_3 = NULL; int32_t V_4 = 0; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NullCheck(L_6); RuntimeObject * L_8 = ObjectTranslator_FastGetCSObj_m66620763(L_6, L_7, 2, /*hidden argument*/NULL); V_2 = L_8; RuntimeObject * L_9 = V_1; NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); V_3 = L_10; Type_t * L_11 = V_3; bool L_12 = TypeExtensions_IsEnum_m1162764005(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003c; } } IL_0030: { Type_t * L_13 = V_3; RuntimeObject * L_14 = V_2; NullCheck(L_14); Type_t * L_15 = Object_GetType_m88164663(L_14, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15))) { goto IL_004e; } } IL_003c: { intptr_t L_16 = ___L0; int32_t L_17 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_16, _stringLiteral3451048304, /*hidden argument*/NULL); V_4 = L_17; goto IL_008b; } IL_004e: { ObjectTranslator_t2020767555 * L_18 = V_0; intptr_t L_19 = ___L0; Type_t * L_20 = V_3; RuntimeObject * L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_22 = Convert_ToInt64_m3240678588(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); RuntimeObject * L_23 = V_2; int64_t L_24 = Convert_ToInt64_m3240678588(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_25 = Enum_ToObject_m1136033697(NULL /*static, unused*/, L_20, ((int64_t)((int64_t)L_22|(int64_t)L_24)), /*hidden argument*/NULL); NullCheck(L_18); ObjectTranslator_PushAny_m2595410231(L_18, L_19, L_25, /*hidden argument*/NULL); V_4 = 1; goto IL_008b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0070; throw e; } CATCH_0070: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_26 = ___L0; Exception_t * L_27 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2750546387, L_27, /*hidden argument*/NULL); int32_t L_29 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); V_4 = L_29; goto IL_008b; } // end catch (depth: 1) IL_008b: { int32_t L_30 = V_4; return L_30; } } // System.Int32 XLua.StaticLuaCallbacks::StaticCSFunction(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_StaticCSFunction_m4016132790 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_StaticCSFunction_m4016132790_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; lua_CSFunction_t883524059 * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; int32_t L_5 = Lua_xlua_upvalueindex_m2890383900(NULL /*static, unused*/, 1, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject * L_6 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = ((lua_CSFunction_t883524059 *)CastclassSealed((RuntimeObject*)L_6, lua_CSFunction_t883524059_il2cpp_TypeInfo_var)); lua_CSFunction_t883524059 * L_7 = V_1; intptr_t L_8 = ___L0; NullCheck(L_7); int32_t L_9 = lua_CSFunction_Invoke_m216159223(L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002c; throw e; } CATCH_002c: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4243317771, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_2 = L_13; goto IL_0044; } // end catch (depth: 1) IL_0044: { int32_t L_14 = V_2; return L_14; } } // System.Int32 XLua.StaticLuaCallbacks::FixCSFunction(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_FixCSFunction_m1076554084 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_FixCSFunction_m1076554084_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; int32_t V_1 = 0; lua_CSFunction_t883524059 * V_2 = NULL; int32_t V_3 = 0; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; int32_t L_4 = Lua_xlua_upvalueindex_m2890383900(NULL /*static, unused*/, 1, /*hidden argument*/NULL); int32_t L_5 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; ObjectTranslator_t2020767555 * L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); lua_CSFunction_t883524059 * L_8 = ObjectTranslator_GetFixCSFunction_m3049810314(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; lua_CSFunction_t883524059 * L_9 = V_2; intptr_t L_10 = ___L0; NullCheck(L_9); int32_t L_11 = lua_CSFunction_Invoke_m216159223(L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; goto IL_0048; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002e; throw e; } CATCH_002e: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); intptr_t L_12 = ___L0; Exception_t * L_13 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral923559680, L_13, /*hidden argument*/NULL); int32_t L_15 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; goto IL_0048; } // end catch (depth: 1) IL_0048: { int32_t L_16 = V_3; return L_16; } } // System.Int32 XLua.StaticLuaCallbacks::DelegateCall(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_DelegateCall_m2671525595 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_DelegateCall_m2671525595_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject * L_6 = V_1; if (!L_6) { goto IL_0026; } } IL_001b: { RuntimeObject * L_7 = V_1; if (((Delegate_t1188392813 *)IsInstClass((RuntimeObject*)L_7, Delegate_t1188392813_il2cpp_TypeInfo_var))) { goto IL_0037; } } IL_0026: { intptr_t L_8 = ___L0; int32_t L_9 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_8, _stringLiteral3747770692, /*hidden argument*/NULL); V_2 = L_9; goto IL_006c; } IL_0037: { ObjectTranslator_t2020767555 * L_10 = V_0; NullCheck(L_10); MethodWrapsCache_t113059333 * L_11 = L_10->get_methodWrapsCache_0(); RuntimeObject * L_12 = V_1; NullCheck(L_12); Type_t * L_13 = Object_GetType_m88164663(L_12, /*hidden argument*/NULL); NullCheck(L_11); lua_CSFunction_t883524059 * L_14 = MethodWrapsCache_GetDelegateWrap_m842285672(L_11, L_13, /*hidden argument*/NULL); intptr_t L_15 = ___L0; NullCheck(L_14); int32_t L_16 = lua_CSFunction_Invoke_m216159223(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; goto IL_006c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0054; throw e; } CATCH_0054: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_17 = ___L0; Exception_t * L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3308096323, L_18, /*hidden argument*/NULL); int32_t L_20 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_17, L_19, /*hidden argument*/NULL); V_2 = L_20; goto IL_006c; } // end catch (depth: 1) IL_006c: { int32_t L_21 = V_2; return L_21; } } // System.Int32 XLua.StaticLuaCallbacks::LuaGC(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LuaGC_m2837581461 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_LuaGC_m2837581461_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectTranslator_t2020767555 * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { intptr_t L_0 = ___L0; int32_t L_1 = Lua_xlua_tocsobj_safe_m1195188976(NULL /*static, unused*/, L_0, 1, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0028; } } IL_000f: { ObjectTranslatorPool_t158158286 * L_3 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_t2020767555 * L_5 = ObjectTranslatorPool_Find_m2808149378(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; ObjectTranslator_t2020767555 * L_6 = V_1; if (!L_6) { goto IL_0028; } } IL_0021: { ObjectTranslator_t2020767555 * L_7 = V_1; int32_t L_8 = V_0; NullCheck(L_7); ObjectTranslator_collectObject_m1178817294(L_7, L_8, /*hidden argument*/NULL); } IL_0028: { V_2 = 0; goto IL_0047; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002f; throw e; } CATCH_002f: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_9 = ___L0; Exception_t * L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1408214447, L_10, /*hidden argument*/NULL); int32_t L_12 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; goto IL_0047; } // end catch (depth: 1) IL_0047: { int32_t L_13 = V_2; return L_13; } } // System.Int32 XLua.StaticLuaCallbacks::ToString(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ToString_m59504517 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_ToString_m59504517_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); intptr_t G_B2_0; memset(&G_B2_0, 0, sizeof(G_B2_0)); ObjectTranslator_t2020767555 * G_B2_1 = NULL; intptr_t G_B1_0; memset(&G_B1_0, 0, sizeof(G_B1_0)); ObjectTranslator_t2020767555 * G_B1_1 = NULL; String_t* G_B3_0 = NULL; intptr_t G_B3_1; memset(&G_B3_1, 0, sizeof(G_B3_1)); ObjectTranslator_t2020767555 * G_B3_2 = NULL; IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; RuntimeObject * L_8 = V_1; G_B1_0 = L_7; G_B1_1 = L_6; if (!L_8) { G_B2_0 = L_7; G_B2_1 = L_6; goto IL_003d; } } IL_001d: { RuntimeObject * L_9 = V_1; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); RuntimeObject * L_11 = V_1; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_11); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m1715369213(NULL /*static, unused*/, L_10, _stringLiteral3450517398, L_14, /*hidden argument*/NULL); G_B3_0 = L_15; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0042; } IL_003d: { G_B3_0 = _stringLiteral1054375528; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0042: { NullCheck(G_B3_2); ObjectTranslator_PushAny_m2595410231(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); V_2 = 1; goto IL_0066; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004e; throw e; } CATCH_004e: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_16 = ___L0; Exception_t * L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2579467560, L_17, /*hidden argument*/NULL); int32_t L_19 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_16, L_18, /*hidden argument*/NULL); V_2 = L_19; goto IL_0066; } // end catch (depth: 1) IL_0066: { int32_t L_20 = V_2; return L_20; } } // System.Int32 XLua.StaticLuaCallbacks::DelegateCombine(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_DelegateCombine_m3143063672 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_DelegateCombine_m3143063672_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; Delegate_t1188392813 * V_2 = NULL; Delegate_t1188392813 * V_3 = NULL; int32_t V_4 = 0; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); intptr_t G_B2_0; memset(&G_B2_0, 0, sizeof(G_B2_0)); ObjectTranslator_t2020767555 * G_B2_1 = NULL; intptr_t G_B1_0; memset(&G_B1_0, 0, sizeof(G_B1_0)); ObjectTranslator_t2020767555 * G_B1_1 = NULL; int32_t G_B3_0 = 0; intptr_t G_B3_1; memset(&G_B3_1, 0, sizeof(G_B3_1)); ObjectTranslator_t2020767555 * G_B3_2 = NULL; IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; intptr_t L_5 = ___L0; int32_t L_6 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_5, 1, /*hidden argument*/NULL); G_B1_0 = L_4; G_B1_1 = L_3; if ((!(((uint32_t)L_6) == ((uint32_t)7)))) { G_B2_0 = L_4; G_B2_1 = L_3; goto IL_0021; } } IL_001b: { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0022; } IL_0021: { G_B3_0 = 2; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0022: { NullCheck(G_B3_2); RuntimeObject * L_7 = ObjectTranslator_FastGetCSObj_m66620763(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); NullCheck(L_7); Type_t * L_8 = Object_GetType_m88164663(L_7, /*hidden argument*/NULL); V_1 = L_8; ObjectTranslator_t2020767555 * L_9 = V_0; intptr_t L_10 = ___L0; Type_t * L_11 = V_1; NullCheck(L_9); RuntimeObject * L_12 = ObjectTranslator_GetObject_m805173647(L_9, L_10, 1, L_11, /*hidden argument*/NULL); V_2 = ((Delegate_t1188392813 *)IsInstClass((RuntimeObject*)L_12, Delegate_t1188392813_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_13 = V_0; intptr_t L_14 = ___L0; Type_t * L_15 = V_1; NullCheck(L_13); RuntimeObject * L_16 = ObjectTranslator_GetObject_m805173647(L_13, L_14, 2, L_15, /*hidden argument*/NULL); V_3 = ((Delegate_t1188392813 *)IsInstClass((RuntimeObject*)L_16, Delegate_t1188392813_il2cpp_TypeInfo_var)); Delegate_t1188392813 * L_17 = V_2; if (!L_17) { goto IL_0057; } } IL_0051: { Delegate_t1188392813 * L_18 = V_3; if (L_18) { goto IL_0069; } } IL_0057: { intptr_t L_19 = ___L0; int32_t L_20 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_19, _stringLiteral908366702, /*hidden argument*/NULL); V_4 = L_20; goto IL_009a; } IL_0069: { ObjectTranslator_t2020767555 * L_21 = V_0; intptr_t L_22 = ___L0; Delegate_t1188392813 * L_23 = V_2; Delegate_t1188392813 * L_24 = V_3; Delegate_t1188392813 * L_25 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); NullCheck(L_21); ObjectTranslator_PushAny_m2595410231(L_21, L_22, L_25, /*hidden argument*/NULL); V_4 = 1; goto IL_009a; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007f; throw e; } CATCH_007f: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_26 = ___L0; Exception_t * L_27 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1832438018, L_27, /*hidden argument*/NULL); int32_t L_29 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); V_4 = L_29; goto IL_009a; } // end catch (depth: 1) IL_009a: { int32_t L_30 = V_4; return L_30; } } // System.Int32 XLua.StaticLuaCallbacks::DelegateRemove(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_DelegateRemove_m1855667533 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_DelegateRemove_m1855667533_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Delegate_t1188392813 * V_1 = NULL; int32_t V_2 = 0; Delegate_t1188392813 * V_3 = NULL; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((Delegate_t1188392813 *)IsInstClass((RuntimeObject*)L_5, Delegate_t1188392813_il2cpp_TypeInfo_var)); Delegate_t1188392813 * L_6 = V_1; if (L_6) { goto IL_0031; } } IL_0020: { intptr_t L_7 = ___L0; int32_t L_8 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, _stringLiteral1088654825, /*hidden argument*/NULL); V_2 = L_8; goto IL_008b; } IL_0031: { ObjectTranslator_t2020767555 * L_9 = V_0; intptr_t L_10 = ___L0; Delegate_t1188392813 * L_11 = V_1; NullCheck(L_11); Type_t * L_12 = Object_GetType_m88164663(L_11, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_13 = ObjectTranslator_GetObject_m805173647(L_9, L_10, 2, L_12, /*hidden argument*/NULL); V_3 = ((Delegate_t1188392813 *)IsInstClass((RuntimeObject*)L_13, Delegate_t1188392813_il2cpp_TypeInfo_var)); Delegate_t1188392813 * L_14 = V_3; if (L_14) { goto IL_005c; } } IL_004b: { intptr_t L_15 = ___L0; int32_t L_16 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_15, _stringLiteral1497212751, /*hidden argument*/NULL); V_2 = L_16; goto IL_008b; } IL_005c: { ObjectTranslator_t2020767555 * L_17 = V_0; intptr_t L_18 = ___L0; Delegate_t1188392813 * L_19 = V_1; Delegate_t1188392813 * L_20 = V_3; Delegate_t1188392813 * L_21 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); NullCheck(L_17); ObjectTranslator_PushAny_m2595410231(L_17, L_18, L_21, /*hidden argument*/NULL); V_2 = 1; goto IL_008b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0071; throw e; } CATCH_0071: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); intptr_t L_22 = ___L0; Exception_t * L_23 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral120114759, L_23, /*hidden argument*/NULL); int32_t L_25 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); V_2 = L_25; goto IL_008b; } // end catch (depth: 1) IL_008b: { int32_t L_26 = V_2; return L_26; } } // System.Boolean XLua.StaticLuaCallbacks::tryPrimitiveArrayGet(System.Type,System.IntPtr,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool StaticLuaCallbacks_tryPrimitiveArrayGet_m792551585 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, RuntimeObject * ___obj2, int32_t ___index3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_tryPrimitiveArrayGet_m792551585_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Int32U5BU5D_t385246372* V_1 = NULL; SingleU5BU5D_t1444911251* V_2 = NULL; DoubleU5BU5D_t3413330114* V_3 = NULL; BooleanU5BU5D_t2897418192* V_4 = NULL; Int64U5BU5D_t2559172825* V_5 = NULL; UInt64U5BU5D_t1659327989* V_6 = NULL; SByteU5BU5D_t2651576203* V_7 = NULL; Int16U5BU5D_t3686840178* V_8 = NULL; UInt16U5BU5D_t3326319531* V_9 = NULL; CharU5BU5D_t3528271667* V_10 = NULL; UInt32U5BU5D_t2770800703* V_11 = NULL; IntPtrU5BU5D_t4013366056* V_12 = NULL; DecimalU5BU5D_t1145110141* V_13 = NULL; ObjectTranslator_t2020767555 * V_14 = NULL; StringU5BU5D_t1281789340* V_15 = NULL; { V_0 = (bool)1; Type_t * L_0 = ___type0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Int32U5BU5D_t385246372_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0027; } } { RuntimeObject * L_3 = ___obj2; V_1 = ((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_3, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var)); intptr_t L_4 = ___L1; Int32U5BU5D_t385246372* L_5 = V_1; int32_t L_6 = ___index3; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_4, L_8, /*hidden argument*/NULL); goto IL_023a; } IL_0027: { Type_t * L_9 = ___type0; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (SingleU5BU5D_t1444911251_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))) { goto IL_004d; } } { RuntimeObject * L_12 = ___obj2; V_2 = ((SingleU5BU5D_t1444911251*)IsInst((RuntimeObject*)L_12, SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var)); intptr_t L_13 = ___L1; SingleU5BU5D_t1444911251* L_14 = V_2; int32_t L_15 = ___index3; NullCheck(L_14); int32_t L_16 = L_15; float L_17 = (L_14)->GetAt(static_cast(L_16)); Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_13, (((double)((double)L_17))), /*hidden argument*/NULL); goto IL_023a; } IL_004d: { Type_t * L_18 = ___type0; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (DoubleU5BU5D_t3413330114_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_18) == ((RuntimeObject*)(Type_t *)L_20)))) { goto IL_0072; } } { RuntimeObject * L_21 = ___obj2; V_3 = ((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_21, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var)); intptr_t L_22 = ___L1; DoubleU5BU5D_t3413330114* L_23 = V_3; int32_t L_24 = ___index3; NullCheck(L_23); int32_t L_25 = L_24; double L_26 = (L_23)->GetAt(static_cast(L_25)); Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_22, L_26, /*hidden argument*/NULL); goto IL_023a; } IL_0072: { Type_t * L_27 = ___type0; RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (BooleanU5BU5D_t2897418192_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_27) == ((RuntimeObject*)(Type_t *)L_29)))) { goto IL_0099; } } { RuntimeObject * L_30 = ___obj2; V_4 = ((BooleanU5BU5D_t2897418192*)IsInst((RuntimeObject*)L_30, BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var)); intptr_t L_31 = ___L1; BooleanU5BU5D_t2897418192* L_32 = V_4; int32_t L_33 = ___index3; NullCheck(L_32); int32_t L_34 = L_33; uint8_t L_35 = (L_32)->GetAt(static_cast(L_34)); Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_31, (bool)L_35, /*hidden argument*/NULL); goto IL_023a; } IL_0099: { Type_t * L_36 = ___type0; RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (Int64U5BU5D_t2559172825_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_36) == ((RuntimeObject*)(Type_t *)L_38)))) { goto IL_00c0; } } { RuntimeObject * L_39 = ___obj2; V_5 = ((Int64U5BU5D_t2559172825*)IsInst((RuntimeObject*)L_39, Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var)); intptr_t L_40 = ___L1; Int64U5BU5D_t2559172825* L_41 = V_5; int32_t L_42 = ___index3; NullCheck(L_41); int32_t L_43 = L_42; int64_t L_44 = (L_41)->GetAt(static_cast(L_43)); Lua_lua_pushint64_m835440290(NULL /*static, unused*/, L_40, L_44, /*hidden argument*/NULL); goto IL_023a; } IL_00c0: { Type_t * L_45 = ___type0; RuntimeTypeHandle_t3027515415 L_46 = { reinterpret_cast (UInt64U5BU5D_t1659327989_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_47 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_45) == ((RuntimeObject*)(Type_t *)L_47)))) { goto IL_00e7; } } { RuntimeObject * L_48 = ___obj2; V_6 = ((UInt64U5BU5D_t1659327989*)IsInst((RuntimeObject*)L_48, UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var)); intptr_t L_49 = ___L1; UInt64U5BU5D_t1659327989* L_50 = V_6; int32_t L_51 = ___index3; NullCheck(L_50); int32_t L_52 = L_51; int64_t L_53 = (L_50)->GetAt(static_cast(L_52)); Lua_lua_pushuint64_m2089554472(NULL /*static, unused*/, L_49, L_53, /*hidden argument*/NULL); goto IL_023a; } IL_00e7: { Type_t * L_54 = ___type0; RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (SByteU5BU5D_t2651576203_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_54) == ((RuntimeObject*)(Type_t *)L_56)))) { goto IL_010f; } } { RuntimeObject * L_57 = ___obj2; V_7 = ((SByteU5BU5D_t2651576203*)IsInst((RuntimeObject*)L_57, SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var)); intptr_t L_58 = ___L1; SByteU5BU5D_t2651576203* L_59 = V_7; int32_t L_60 = ___index3; NullCheck(L_59); int32_t L_61 = L_60; int8_t L_62 = (L_59)->GetAt(static_cast(L_61)); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_58, (((int32_t)((int32_t)L_62))), /*hidden argument*/NULL); goto IL_023a; } IL_010f: { Type_t * L_63 = ___type0; RuntimeTypeHandle_t3027515415 L_64 = { reinterpret_cast (Int16U5BU5D_t3686840178_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_63) == ((RuntimeObject*)(Type_t *)L_65)))) { goto IL_0136; } } { RuntimeObject * L_66 = ___obj2; V_8 = ((Int16U5BU5D_t3686840178*)IsInst((RuntimeObject*)L_66, Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var)); intptr_t L_67 = ___L1; Int16U5BU5D_t3686840178* L_68 = V_8; int32_t L_69 = ___index3; NullCheck(L_68); int32_t L_70 = L_69; int16_t L_71 = (L_68)->GetAt(static_cast(L_70)); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_67, L_71, /*hidden argument*/NULL); goto IL_023a; } IL_0136: { Type_t * L_72 = ___type0; RuntimeTypeHandle_t3027515415 L_73 = { reinterpret_cast (UInt16U5BU5D_t3326319531_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_74 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_72) == ((RuntimeObject*)(Type_t *)L_74)))) { goto IL_015d; } } { RuntimeObject * L_75 = ___obj2; V_9 = ((UInt16U5BU5D_t3326319531*)IsInst((RuntimeObject*)L_75, UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var)); intptr_t L_76 = ___L1; UInt16U5BU5D_t3326319531* L_77 = V_9; int32_t L_78 = ___index3; NullCheck(L_77); int32_t L_79 = L_78; uint16_t L_80 = (L_77)->GetAt(static_cast(L_79)); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_76, L_80, /*hidden argument*/NULL); goto IL_023a; } IL_015d: { Type_t * L_81 = ___type0; RuntimeTypeHandle_t3027515415 L_82 = { reinterpret_cast (CharU5BU5D_t3528271667_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_83 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_82, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_81) == ((RuntimeObject*)(Type_t *)L_83)))) { goto IL_0184; } } { RuntimeObject * L_84 = ___obj2; V_10 = ((CharU5BU5D_t3528271667*)IsInst((RuntimeObject*)L_84, CharU5BU5D_t3528271667_il2cpp_TypeInfo_var)); intptr_t L_85 = ___L1; CharU5BU5D_t3528271667* L_86 = V_10; int32_t L_87 = ___index3; NullCheck(L_86); int32_t L_88 = L_87; uint16_t L_89 = (L_86)->GetAt(static_cast(L_88)); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_85, L_89, /*hidden argument*/NULL); goto IL_023a; } IL_0184: { Type_t * L_90 = ___type0; RuntimeTypeHandle_t3027515415 L_91 = { reinterpret_cast (UInt32U5BU5D_t2770800703_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_92 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_90) == ((RuntimeObject*)(Type_t *)L_92)))) { goto IL_01ab; } } { RuntimeObject * L_93 = ___obj2; V_11 = ((UInt32U5BU5D_t2770800703*)IsInst((RuntimeObject*)L_93, UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var)); intptr_t L_94 = ___L1; UInt32U5BU5D_t2770800703* L_95 = V_11; int32_t L_96 = ___index3; NullCheck(L_95); int32_t L_97 = L_96; uint32_t L_98 = (L_95)->GetAt(static_cast(L_97)); Lua_xlua_pushuint_m801887269(NULL /*static, unused*/, L_94, L_98, /*hidden argument*/NULL); goto IL_023a; } IL_01ab: { Type_t * L_99 = ___type0; RuntimeTypeHandle_t3027515415 L_100 = { reinterpret_cast (IntPtrU5BU5D_t4013366056_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_101 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_100, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_99) == ((RuntimeObject*)(Type_t *)L_101)))) { goto IL_01d2; } } { RuntimeObject * L_102 = ___obj2; V_12 = ((IntPtrU5BU5D_t4013366056*)IsInst((RuntimeObject*)L_102, IntPtrU5BU5D_t4013366056_il2cpp_TypeInfo_var)); intptr_t L_103 = ___L1; IntPtrU5BU5D_t4013366056* L_104 = V_12; int32_t L_105 = ___index3; NullCheck(L_104); int32_t L_106 = L_105; intptr_t L_107 = (L_104)->GetAt(static_cast(L_106)); Lua_lua_pushlightuserdata_m2253183640(NULL /*static, unused*/, L_103, L_107, /*hidden argument*/NULL); goto IL_023a; } IL_01d2: { Type_t * L_108 = ___type0; RuntimeTypeHandle_t3027515415 L_109 = { reinterpret_cast (DecimalU5BU5D_t1145110141_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_110 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_108) == ((RuntimeObject*)(Type_t *)L_110)))) { goto IL_0211; } } { RuntimeObject * L_111 = ___obj2; V_13 = ((DecimalU5BU5D_t1145110141*)IsInst((RuntimeObject*)L_111, DecimalU5BU5D_t1145110141_il2cpp_TypeInfo_var)); ObjectTranslatorPool_t158158286 * L_112 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_113 = ___L1; NullCheck(L_112); ObjectTranslator_t2020767555 * L_114 = ObjectTranslatorPool_Find_m2808149378(L_112, L_113, /*hidden argument*/NULL); V_14 = L_114; ObjectTranslator_t2020767555 * L_115 = V_14; intptr_t L_116 = ___L1; DecimalU5BU5D_t1145110141* L_117 = V_13; int32_t L_118 = ___index3; NullCheck(L_117); NullCheck(L_115); ObjectTranslator_PushDecimal_m48535725(L_115, L_116, (*(Decimal_t2948259380 *)((L_117)->GetAddressAt(static_cast(L_118)))), /*hidden argument*/NULL); goto IL_023a; } IL_0211: { Type_t * L_119 = ___type0; RuntimeTypeHandle_t3027515415 L_120 = { reinterpret_cast (StringU5BU5D_t1281789340_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_121 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_120, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_119) == ((RuntimeObject*)(Type_t *)L_121)))) { goto IL_0238; } } { RuntimeObject * L_122 = ___obj2; V_15 = ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_122, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); intptr_t L_123 = ___L1; StringU5BU5D_t1281789340* L_124 = V_15; int32_t L_125 = ___index3; NullCheck(L_124); int32_t L_126 = L_125; String_t* L_127 = (L_124)->GetAt(static_cast(L_126)); Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_123, L_127, /*hidden argument*/NULL); goto IL_023a; } IL_0238: { V_0 = (bool)0; } IL_023a: { bool L_128 = V_0; return L_128; } } // System.Int32 XLua.StaticLuaCallbacks::ArrayIndexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ArrayIndexer_m3536693048 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_ArrayIndexer_m3536693048_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeArray * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Type_t * V_4 = NULL; Exception_t * V_5 = NULL; RuntimeObject * V_6 = NULL; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_5, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_6 = V_1; if (L_6) { goto IL_0031; } } IL_0020: { intptr_t L_7 = ___L0; int32_t L_8 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, _stringLiteral3370498369, /*hidden argument*/NULL); V_2 = L_8; goto IL_012e; } IL_0031: { intptr_t L_9 = ___L0; int32_t L_10 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_9, 2, /*hidden argument*/NULL); V_3 = L_10; int32_t L_11 = V_3; RuntimeArray * L_12 = V_1; NullCheck(L_12); int32_t L_13 = Array_get_Length_m21610649(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0083; } } IL_0045: { intptr_t L_14 = ___L0; ObjectU5BU5D_t2843939325* L_15 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral5919454); (L_15)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral5919454); ObjectU5BU5D_t2843939325* L_16 = L_15; int32_t L_17 = V_3; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(1), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_16; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral1013371132); (L_20)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1013371132); ObjectU5BU5D_t2843939325* L_21 = L_20; RuntimeArray * L_22 = V_1; NullCheck(L_22); int32_t L_23 = Array_get_Length_m21610649(L_22, /*hidden argument*/NULL); int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(3), (RuntimeObject *)L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m2971454694(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); int32_t L_27 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_14, L_26, /*hidden argument*/NULL); V_2 = L_27; goto IL_012e; } IL_0083: { RuntimeArray * L_28 = V_1; NullCheck(L_28); Type_t * L_29 = Object_GetType_m88164663(L_28, /*hidden argument*/NULL); V_4 = L_29; Type_t * L_30 = V_4; intptr_t L_31 = ___L0; RuntimeArray * L_32 = V_1; int32_t L_33 = V_3; bool L_34 = StaticLuaCallbacks_tryPrimitiveArrayGet_m792551585(NULL /*static, unused*/, L_30, L_31, L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00a1; } } IL_009a: { V_2 = 1; goto IL_012e; } IL_00a1: { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); TryArrayGet_t1731576616 * L_35 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_genTryArrayGetPtr_1(); il2cpp_codegen_memory_barrier(); if (!L_35) { goto IL_00fb; } } IL_00ad: try { // begin try (depth: 2) { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); TryArrayGet_t1731576616 * L_36 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_genTryArrayGetPtr_1(); il2cpp_codegen_memory_barrier(); Type_t * L_37 = V_4; intptr_t L_38 = ___L0; ObjectTranslator_t2020767555 * L_39 = V_0; RuntimeArray * L_40 = V_1; int32_t L_41 = V_3; NullCheck(L_36); bool L_42 = TryArrayGet_Invoke_m855297482(L_36, L_37, L_38, L_39, L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00cb; } } IL_00c4: { V_2 = 1; goto IL_012e; } IL_00cb: { goto IL_00fb; } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d0; throw e; } CATCH_00d0: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_43 = ___L0; Exception_t * L_44 = V_5; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_44); Exception_t * L_46 = V_5; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral632665612, L_45, _stringLiteral4253019905, L_47, /*hidden argument*/NULL); int32_t L_49 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_43, L_48, /*hidden argument*/NULL); V_2 = L_49; goto IL_012e; } // end catch (depth: 2) IL_00fb: { RuntimeArray * L_50 = V_1; int32_t L_51 = V_3; NullCheck(L_50); RuntimeObject * L_52 = Array_GetValue_m2528546681(L_50, L_51, /*hidden argument*/NULL); V_6 = L_52; ObjectTranslator_t2020767555 * L_53 = V_0; intptr_t L_54 = ___L0; RuntimeObject * L_55 = V_6; NullCheck(L_53); ObjectTranslator_PushAny_m2595410231(L_53, L_54, L_55, /*hidden argument*/NULL); V_2 = 1; goto IL_012e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0114; throw e; } CATCH_0114: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); intptr_t L_56 = ___L0; Exception_t * L_57 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1376470274, L_57, /*hidden argument*/NULL); int32_t L_59 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_56, L_58, /*hidden argument*/NULL); V_2 = L_59; goto IL_012e; } // end catch (depth: 1) IL_012e: { int32_t L_60 = V_2; return L_60; } } // System.Boolean XLua.StaticLuaCallbacks::TryPrimitiveArraySet(System.Type,System.IntPtr,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool StaticLuaCallbacks_TryPrimitiveArraySet_m3448088211 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, RuntimeObject * ___obj2, int32_t ___array_idx3, int32_t ___obj_idx4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_TryPrimitiveArraySet_m3448088211_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; Int32U5BU5D_t385246372* V_2 = NULL; SingleU5BU5D_t1444911251* V_3 = NULL; DoubleU5BU5D_t3413330114* V_4 = NULL; BooleanU5BU5D_t2897418192* V_5 = NULL; Int64U5BU5D_t2559172825* V_6 = NULL; UInt64U5BU5D_t1659327989* V_7 = NULL; SByteU5BU5D_t2651576203* V_8 = NULL; Int16U5BU5D_t3686840178* V_9 = NULL; UInt16U5BU5D_t3326319531* V_10 = NULL; CharU5BU5D_t3528271667* V_11 = NULL; UInt32U5BU5D_t2770800703* V_12 = NULL; IntPtrU5BU5D_t4013366056* V_13 = NULL; DecimalU5BU5D_t1145110141* V_14 = NULL; ObjectTranslator_t2020767555 * V_15 = NULL; StringU5BU5D_t1281789340* V_16 = NULL; { V_0 = (bool)1; intptr_t L_0 = ___L1; int32_t L_1 = ___obj_idx4; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; Type_t * L_3 = ___type0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (Int32U5BU5D_t385246372_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0039; } } { int32_t L_6 = V_1; if ((!(((uint32_t)L_6) == ((uint32_t)3)))) { goto IL_0039; } } { RuntimeObject * L_7 = ___obj2; V_2 = ((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_7, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var)); Int32U5BU5D_t385246372* L_8 = V_2; int32_t L_9 = ___array_idx3; intptr_t L_10 = ___L1; int32_t L_11 = ___obj_idx4; int32_t L_12 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int32_t)L_12); goto IL_0310; } IL_0039: { Type_t * L_13 = ___type0; RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (SingleU5BU5D_t1444911251_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15)))) { goto IL_0068; } } { int32_t L_16 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_0068; } } { RuntimeObject * L_17 = ___obj2; V_3 = ((SingleU5BU5D_t1444911251*)IsInst((RuntimeObject*)L_17, SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var)); SingleU5BU5D_t1444911251* L_18 = V_3; int32_t L_19 = ___array_idx3; intptr_t L_20 = ___L1; int32_t L_21 = ___obj_idx4; double L_22 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); NullCheck(L_18); (L_18)->SetAt(static_cast(L_19), (float)(((float)((float)L_22)))); goto IL_0310; } IL_0068: { Type_t * L_23 = ___type0; RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (DoubleU5BU5D_t3413330114_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_23) == ((RuntimeObject*)(Type_t *)L_25)))) { goto IL_0098; } } { int32_t L_26 = V_1; if ((!(((uint32_t)L_26) == ((uint32_t)3)))) { goto IL_0098; } } { RuntimeObject * L_27 = ___obj2; V_4 = ((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_27, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var)); DoubleU5BU5D_t3413330114* L_28 = V_4; int32_t L_29 = ___array_idx3; intptr_t L_30 = ___L1; int32_t L_31 = ___obj_idx4; double L_32 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); NullCheck(L_28); (L_28)->SetAt(static_cast(L_29), (double)L_32); goto IL_0310; } IL_0098: { Type_t * L_33 = ___type0; RuntimeTypeHandle_t3027515415 L_34 = { reinterpret_cast (BooleanU5BU5D_t2897418192_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_35 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_33) == ((RuntimeObject*)(Type_t *)L_35)))) { goto IL_00c8; } } { int32_t L_36 = V_1; if ((!(((uint32_t)L_36) == ((uint32_t)1)))) { goto IL_00c8; } } { RuntimeObject * L_37 = ___obj2; V_5 = ((BooleanU5BU5D_t2897418192*)IsInst((RuntimeObject*)L_37, BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var)); BooleanU5BU5D_t2897418192* L_38 = V_5; int32_t L_39 = ___array_idx3; intptr_t L_40 = ___L1; int32_t L_41 = ___obj_idx4; bool L_42 = Lua_lua_toboolean_m3020476153(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); NullCheck(L_38); (L_38)->SetAt(static_cast(L_39), (bool)L_42); goto IL_0310; } IL_00c8: { Type_t * L_43 = ___type0; RuntimeTypeHandle_t3027515415 L_44 = { reinterpret_cast (Int64U5BU5D_t2559172825_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_43) == ((RuntimeObject*)(Type_t *)L_45)))) { goto IL_00fe; } } { intptr_t L_46 = ___L1; int32_t L_47 = ___obj_idx4; bool L_48 = Lua_lua_isint64_m1369779581(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00fe; } } { RuntimeObject * L_49 = ___obj2; V_6 = ((Int64U5BU5D_t2559172825*)IsInst((RuntimeObject*)L_49, Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var)); Int64U5BU5D_t2559172825* L_50 = V_6; int32_t L_51 = ___array_idx3; intptr_t L_52 = ___L1; int32_t L_53 = ___obj_idx4; int64_t L_54 = Lua_lua_toint64_m2860959092(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); NullCheck(L_50); (L_50)->SetAt(static_cast(L_51), (int64_t)L_54); goto IL_0310; } IL_00fe: { Type_t * L_55 = ___type0; RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (UInt64U5BU5D_t1659327989_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_55) == ((RuntimeObject*)(Type_t *)L_57)))) { goto IL_0134; } } { intptr_t L_58 = ___L1; int32_t L_59 = ___obj_idx4; bool L_60 = Lua_lua_isuint64_m338346154(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0134; } } { RuntimeObject * L_61 = ___obj2; V_7 = ((UInt64U5BU5D_t1659327989*)IsInst((RuntimeObject*)L_61, UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var)); UInt64U5BU5D_t1659327989* L_62 = V_7; int32_t L_63 = ___array_idx3; intptr_t L_64 = ___L1; int32_t L_65 = ___obj_idx4; uint64_t L_66 = Lua_lua_touint64_m3397986040(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); NullCheck(L_62); (L_62)->SetAt(static_cast(L_63), (uint64_t)L_66); goto IL_0310; } IL_0134: { Type_t * L_67 = ___type0; RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (SByteU5BU5D_t2651576203_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_69 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_67) == ((RuntimeObject*)(Type_t *)L_69)))) { goto IL_0165; } } { int32_t L_70 = V_1; if ((!(((uint32_t)L_70) == ((uint32_t)3)))) { goto IL_0165; } } { RuntimeObject * L_71 = ___obj2; V_8 = ((SByteU5BU5D_t2651576203*)IsInst((RuntimeObject*)L_71, SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var)); SByteU5BU5D_t2651576203* L_72 = V_8; int32_t L_73 = ___array_idx3; intptr_t L_74 = ___L1; int32_t L_75 = ___obj_idx4; int32_t L_76 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_74, L_75, /*hidden argument*/NULL); NullCheck(L_72); (L_72)->SetAt(static_cast(L_73), (int8_t)(((int8_t)((int8_t)L_76)))); goto IL_0310; } IL_0165: { Type_t * L_77 = ___type0; RuntimeTypeHandle_t3027515415 L_78 = { reinterpret_cast (Int16U5BU5D_t3686840178_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_79 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_77) == ((RuntimeObject*)(Type_t *)L_79)))) { goto IL_0196; } } { int32_t L_80 = V_1; if ((!(((uint32_t)L_80) == ((uint32_t)3)))) { goto IL_0196; } } { RuntimeObject * L_81 = ___obj2; V_9 = ((Int16U5BU5D_t3686840178*)IsInst((RuntimeObject*)L_81, Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var)); Int16U5BU5D_t3686840178* L_82 = V_9; int32_t L_83 = ___array_idx3; intptr_t L_84 = ___L1; int32_t L_85 = ___obj_idx4; int32_t L_86 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_84, L_85, /*hidden argument*/NULL); NullCheck(L_82); (L_82)->SetAt(static_cast(L_83), (int16_t)(((int16_t)((int16_t)L_86)))); goto IL_0310; } IL_0196: { Type_t * L_87 = ___type0; RuntimeTypeHandle_t3027515415 L_88 = { reinterpret_cast (UInt16U5BU5D_t3326319531_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_89 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_88, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_87) == ((RuntimeObject*)(Type_t *)L_89)))) { goto IL_01c7; } } { int32_t L_90 = V_1; if ((!(((uint32_t)L_90) == ((uint32_t)3)))) { goto IL_01c7; } } { RuntimeObject * L_91 = ___obj2; V_10 = ((UInt16U5BU5D_t3326319531*)IsInst((RuntimeObject*)L_91, UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var)); UInt16U5BU5D_t3326319531* L_92 = V_10; int32_t L_93 = ___array_idx3; intptr_t L_94 = ___L1; int32_t L_95 = ___obj_idx4; int32_t L_96 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_94, L_95, /*hidden argument*/NULL); NullCheck(L_92); (L_92)->SetAt(static_cast(L_93), (uint16_t)(((int32_t)((uint16_t)L_96)))); goto IL_0310; } IL_01c7: { Type_t * L_97 = ___type0; RuntimeTypeHandle_t3027515415 L_98 = { reinterpret_cast (CharU5BU5D_t3528271667_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_99 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_98, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_97) == ((RuntimeObject*)(Type_t *)L_99)))) { goto IL_01f8; } } { int32_t L_100 = V_1; if ((!(((uint32_t)L_100) == ((uint32_t)3)))) { goto IL_01f8; } } { RuntimeObject * L_101 = ___obj2; V_11 = ((CharU5BU5D_t3528271667*)IsInst((RuntimeObject*)L_101, CharU5BU5D_t3528271667_il2cpp_TypeInfo_var)); CharU5BU5D_t3528271667* L_102 = V_11; int32_t L_103 = ___array_idx3; intptr_t L_104 = ___L1; int32_t L_105 = ___obj_idx4; int32_t L_106 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_104, L_105, /*hidden argument*/NULL); NullCheck(L_102); (L_102)->SetAt(static_cast(L_103), (Il2CppChar)(((int32_t)((uint16_t)L_106)))); goto IL_0310; } IL_01f8: { Type_t * L_107 = ___type0; RuntimeTypeHandle_t3027515415 L_108 = { reinterpret_cast (UInt32U5BU5D_t2770800703_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_109 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_108, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_107) == ((RuntimeObject*)(Type_t *)L_109)))) { goto IL_0228; } } { int32_t L_110 = V_1; if ((!(((uint32_t)L_110) == ((uint32_t)3)))) { goto IL_0228; } } { RuntimeObject * L_111 = ___obj2; V_12 = ((UInt32U5BU5D_t2770800703*)IsInst((RuntimeObject*)L_111, UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var)); UInt32U5BU5D_t2770800703* L_112 = V_12; int32_t L_113 = ___array_idx3; intptr_t L_114 = ___L1; int32_t L_115 = ___obj_idx4; uint32_t L_116 = Lua_xlua_touint_m514469734(NULL /*static, unused*/, L_114, L_115, /*hidden argument*/NULL); NullCheck(L_112); (L_112)->SetAt(static_cast(L_113), (uint32_t)L_116); goto IL_0310; } IL_0228: { Type_t * L_117 = ___type0; RuntimeTypeHandle_t3027515415 L_118 = { reinterpret_cast (IntPtrU5BU5D_t4013366056_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_119 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_118, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_117) == ((RuntimeObject*)(Type_t *)L_119)))) { goto IL_025d; } } { int32_t L_120 = V_1; if ((!(((uint32_t)L_120) == ((uint32_t)2)))) { goto IL_025d; } } { RuntimeObject * L_121 = ___obj2; V_13 = ((IntPtrU5BU5D_t4013366056*)IsInst((RuntimeObject*)L_121, IntPtrU5BU5D_t4013366056_il2cpp_TypeInfo_var)); IntPtrU5BU5D_t4013366056* L_122 = V_13; int32_t L_123 = ___array_idx3; NullCheck(L_122); intptr_t L_124 = ___L1; int32_t L_125 = ___obj_idx4; intptr_t L_126 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_124, L_125, /*hidden argument*/NULL); *(((L_122)->GetAddressAt(static_cast(L_123)))) = L_126; goto IL_0310; } IL_025d: { Type_t * L_127 = ___type0; RuntimeTypeHandle_t3027515415 L_128 = { reinterpret_cast (DecimalU5BU5D_t1145110141_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_129 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_128, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_127) == ((RuntimeObject*)(Type_t *)L_129)))) { goto IL_02de; } } { RuntimeObject * L_130 = ___obj2; V_14 = ((DecimalU5BU5D_t1145110141*)IsInst((RuntimeObject*)L_130, DecimalU5BU5D_t1145110141_il2cpp_TypeInfo_var)); int32_t L_131 = V_1; if ((!(((uint32_t)L_131) == ((uint32_t)3)))) { goto IL_0296; } } { DecimalU5BU5D_t1145110141* L_132 = V_14; int32_t L_133 = ___array_idx3; NullCheck(L_132); intptr_t L_134 = ___L1; int32_t L_135 = ___obj_idx4; double L_136 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_134, L_135, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_137 = Decimal_op_Explicit_m2433293820(NULL /*static, unused*/, L_136, /*hidden argument*/NULL); *(Decimal_t2948259380 *)((L_132)->GetAddressAt(static_cast(L_133))) = L_137; } IL_0296: { int32_t L_138 = V_1; if ((!(((uint32_t)L_138) == ((uint32_t)7)))) { goto IL_02d7; } } { ObjectTranslatorPool_t158158286 * L_139 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_140 = ___L1; NullCheck(L_139); ObjectTranslator_t2020767555 * L_141 = ObjectTranslatorPool_Find_m2808149378(L_139, L_140, /*hidden argument*/NULL); V_15 = L_141; ObjectTranslator_t2020767555 * L_142 = V_15; intptr_t L_143 = ___L1; int32_t L_144 = ___obj_idx4; NullCheck(L_142); bool L_145 = ObjectTranslator_IsDecimal_m3121000211(L_142, L_143, L_144, /*hidden argument*/NULL); if (!L_145) { goto IL_02d0; } } { ObjectTranslator_t2020767555 * L_146 = V_15; intptr_t L_147 = ___L1; int32_t L_148 = ___obj_idx4; DecimalU5BU5D_t1145110141* L_149 = V_14; int32_t L_150 = ___array_idx3; NullCheck(L_149); NullCheck(L_146); ObjectTranslator_Get_m3855786213(L_146, L_147, L_148, ((L_149)->GetAddressAt(static_cast(L_150))), /*hidden argument*/NULL); goto IL_02d2; } IL_02d0: { V_0 = (bool)0; } IL_02d2: { goto IL_02d9; } IL_02d7: { V_0 = (bool)0; } IL_02d9: { goto IL_0310; } IL_02de: { Type_t * L_151 = ___type0; RuntimeTypeHandle_t3027515415 L_152 = { reinterpret_cast (StringU5BU5D_t1281789340_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_153 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_152, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_151) == ((RuntimeObject*)(Type_t *)L_153)))) { goto IL_030e; } } { int32_t L_154 = V_1; if ((!(((uint32_t)L_154) == ((uint32_t)4)))) { goto IL_030e; } } { RuntimeObject * L_155 = ___obj2; V_16 = ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_155, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); StringU5BU5D_t1281789340* L_156 = V_16; int32_t L_157 = ___array_idx3; intptr_t L_158 = ___L1; int32_t L_159 = ___obj_idx4; String_t* L_160 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_158, L_159, /*hidden argument*/NULL); NullCheck(L_156); ArrayElementTypeCheck (L_156, L_160); (L_156)->SetAt(static_cast(L_157), (String_t*)L_160); goto IL_0310; } IL_030e: { V_0 = (bool)0; } IL_0310: { bool L_161 = V_0; return L_161; } } // System.Int32 XLua.StaticLuaCallbacks::ArrayNewIndexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ArrayNewIndexer_m3593144719 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_ArrayNewIndexer_m3593144719_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeArray * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Type_t * V_4 = NULL; Exception_t * V_5 = NULL; RuntimeObject * V_6 = NULL; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_5, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_6 = V_1; if (L_6) { goto IL_0031; } } IL_0020: { intptr_t L_7 = ___L0; int32_t L_8 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, _stringLiteral3370498369, /*hidden argument*/NULL); V_2 = L_8; goto IL_0138; } IL_0031: { intptr_t L_9 = ___L0; int32_t L_10 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_9, 2, /*hidden argument*/NULL); V_3 = L_10; int32_t L_11 = V_3; RuntimeArray * L_12 = V_1; NullCheck(L_12); int32_t L_13 = Array_get_Length_m21610649(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0083; } } IL_0045: { intptr_t L_14 = ___L0; ObjectU5BU5D_t2843939325* L_15 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral5919454); (L_15)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral5919454); ObjectU5BU5D_t2843939325* L_16 = L_15; int32_t L_17 = V_3; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(1), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_16; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral1013371132); (L_20)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1013371132); ObjectU5BU5D_t2843939325* L_21 = L_20; RuntimeArray * L_22 = V_1; NullCheck(L_22); int32_t L_23 = Array_get_Length_m21610649(L_22, /*hidden argument*/NULL); int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(3), (RuntimeObject *)L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m2971454694(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); int32_t L_27 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_14, L_26, /*hidden argument*/NULL); V_2 = L_27; goto IL_0138; } IL_0083: { RuntimeArray * L_28 = V_1; NullCheck(L_28); Type_t * L_29 = Object_GetType_m88164663(L_28, /*hidden argument*/NULL); V_4 = L_29; Type_t * L_30 = V_4; intptr_t L_31 = ___L0; RuntimeArray * L_32 = V_1; int32_t L_33 = V_3; bool L_34 = StaticLuaCallbacks_TryPrimitiveArraySet_m3448088211(NULL /*static, unused*/, L_30, L_31, L_32, L_33, 3, /*hidden argument*/NULL); if (!L_34) { goto IL_00a2; } } IL_009b: { V_2 = 0; goto IL_0138; } IL_00a2: { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); TryArraySet_t1732363048 * L_35 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_genTryArraySetPtr_2(); il2cpp_codegen_memory_barrier(); if (!L_35) { goto IL_00fd; } } IL_00ae: try { // begin try (depth: 2) { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); TryArraySet_t1732363048 * L_36 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_genTryArraySetPtr_2(); il2cpp_codegen_memory_barrier(); Type_t * L_37 = V_4; intptr_t L_38 = ___L0; ObjectTranslator_t2020767555 * L_39 = V_0; RuntimeArray * L_40 = V_1; int32_t L_41 = V_3; NullCheck(L_36); bool L_42 = TryArraySet_Invoke_m2379453342(L_36, L_37, L_38, L_39, L_40, L_41, 3, /*hidden argument*/NULL); if (!L_42) { goto IL_00cd; } } IL_00c6: { V_2 = 0; goto IL_0138; } IL_00cd: { goto IL_00fd; } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d2; throw e; } CATCH_00d2: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_43 = ___L0; Exception_t * L_44 = V_5; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_44); Exception_t * L_46 = V_5; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral632665612, L_45, _stringLiteral4253019905, L_47, /*hidden argument*/NULL); int32_t L_49 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_43, L_48, /*hidden argument*/NULL); V_2 = L_49; goto IL_0138; } // end catch (depth: 2) IL_00fd: { ObjectTranslator_t2020767555 * L_50 = V_0; intptr_t L_51 = ___L0; Type_t * L_52 = V_4; NullCheck(L_52); Type_t * L_53 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_52); NullCheck(L_50); RuntimeObject * L_54 = ObjectTranslator_GetObject_m805173647(L_50, L_51, 3, L_53, /*hidden argument*/NULL); V_6 = L_54; RuntimeArray * L_55 = V_1; RuntimeObject * L_56 = V_6; int32_t L_57 = V_3; NullCheck(L_55); Array_SetValue_m3412255035(L_55, L_56, L_57, /*hidden argument*/NULL); V_2 = 0; goto IL_0138; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_011e; throw e; } CATCH_011e: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); intptr_t L_58 = ___L0; Exception_t * L_59 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1406256992, L_59, /*hidden argument*/NULL); int32_t L_61 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_58, L_60, /*hidden argument*/NULL); V_2 = L_61; goto IL_0138; } // end catch (depth: 1) IL_0138: { int32_t L_62 = V_2; return L_62; } } // System.Int32 XLua.StaticLuaCallbacks::ArrayLength(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ArrayLength_m1421054509 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_ArrayLength_m1421054509_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeArray * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_5, RuntimeArray_il2cpp_TypeInfo_var)); intptr_t L_6 = ___L0; RuntimeArray * L_7 = V_1; NullCheck(L_7); int32_t L_8 = Array_get_Length_m21610649(L_7, /*hidden argument*/NULL); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); V_2 = 1; goto IL_0045; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002d; throw e; } CATCH_002d: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_9 = ___L0; Exception_t * L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1705809187, L_10, /*hidden argument*/NULL); int32_t L_12 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; goto IL_0045; } // end catch (depth: 1) IL_0045: { int32_t L_13 = V_2; return L_13; } } // System.Int32 XLua.StaticLuaCallbacks::MetaFuncIndex(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_MetaFuncIndex_m1669227410 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_MetaFuncIndex_m1669227410_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 2, /*hidden argument*/NULL); V_1 = ((Type_t *)IsInstClass((RuntimeObject*)L_5, Type_t_il2cpp_TypeInfo_var)); Type_t * L_6 = V_1; if (L_6) { goto IL_0031; } } IL_0020: { intptr_t L_7 = ___L0; int32_t L_8 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, _stringLiteral2292529699, /*hidden argument*/NULL); V_2 = L_8; goto IL_0068; } IL_0031: { ObjectTranslator_t2020767555 * L_9 = V_0; intptr_t L_10 = ___L0; Type_t * L_11 = V_1; NullCheck(L_9); ObjectTranslator_GetTypeId_m1793999451(L_9, L_10, L_11, /*hidden argument*/NULL); intptr_t L_12 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_12, 2, /*hidden argument*/NULL); intptr_t L_13 = ___L0; Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_13, 1, /*hidden argument*/NULL); V_2 = 1; goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0050; throw e; } CATCH_0050: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_14 = ___L0; Exception_t * L_15 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral437441675, L_15, /*hidden argument*/NULL); int32_t L_17 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); V_2 = L_17; goto IL_0068; } // end catch (depth: 1) IL_0068: { int32_t L_18 = V_2; return L_18; } } // System.Int32 XLua.StaticLuaCallbacks::Panic(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_Panic_m3394584402 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_Panic_m3394584402_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { intptr_t L_0 = ___L0; String_t* L_1 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_0, (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral728965260, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; LuaException_t1837158180 * L_4 = (LuaException_t1837158180 *)il2cpp_codegen_object_new(LuaException_t1837158180_il2cpp_TypeInfo_var); LuaException__ctor_m1453574532(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,StaticLuaCallbacks_Panic_m3394584402_RuntimeMethod_var); } } // System.Int32 XLua.StaticLuaCallbacks::Print(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_Print_m1349533568 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_Print_m1349533568_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_2; intptr_t L_3 = ___L0; int32_t L_4 = Lua_xlua_getglobal_m2784290553(NULL /*static, unused*/, L_3, _stringLiteral4243012239, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } IL_001d: { intptr_t L_5 = ___L0; int32_t L_6 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_5, _stringLiteral204794909, /*hidden argument*/NULL); V_2 = L_6; goto IL_00b1; } IL_002e: { V_3 = 1; goto IL_0089; } IL_0035: { intptr_t L_7 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_7, (-1), /*hidden argument*/NULL); intptr_t L_8 = ___L0; int32_t L_9 = V_3; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = ___L0; int32_t L_11 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_10, 1, 1, 0, /*hidden argument*/NULL); if (!L_11) { goto IL_005d; } } IL_0051: { intptr_t L_12 = ___L0; int32_t L_13 = Lua_lua_error_m4289945108(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_2 = L_13; goto IL_00b1; } IL_005d: { String_t* L_14 = V_1; intptr_t L_15 = ___L0; String_t* L_16 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_15, (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); V_1 = L_17; int32_t L_18 = V_3; int32_t L_19 = V_0; if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_007e; } } IL_0072: { String_t* L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, L_20, _stringLiteral3452614567, /*hidden argument*/NULL); V_1 = L_21; } IL_007e: { intptr_t L_22 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_22, 1, /*hidden argument*/NULL); int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0089: { int32_t L_24 = V_3; int32_t L_25 = V_0; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_0035; } } IL_0090: { V_2 = 0; goto IL_00b1; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0097; throw e; } CATCH_0097: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); intptr_t L_26 = ___L0; Exception_t * L_27 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3303408714, L_27, /*hidden argument*/NULL); int32_t L_29 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); V_2 = L_29; goto IL_00b1; } // end catch (depth: 1) IL_00b1: { int32_t L_30 = V_2; return L_30; } } // System.Int32 XLua.StaticLuaCallbacks::LoadSocketCore(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadSocketCore_m328516753 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = Lua_luaopen_socket_core_m2113482057(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 XLua.StaticLuaCallbacks::LoadCS(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadCS_m2413833471 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_LoadCS_m2413833471_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_0, _stringLiteral2053301422, /*hidden argument*/NULL); intptr_t L_1 = ___L0; int32_t L_2 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return 1; } } // System.Int32 XLua.StaticLuaCallbacks::LoadBuiltinLib(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadBuiltinLib_m2917056565 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_LoadBuiltinLib_m2917056565_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; LuaEnv_t2152703515 * V_1 = NULL; lua_CSFunction_t883524059 * V_2 = NULL; int32_t V_3 = 0; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { intptr_t L_0 = ___L0; String_t* L_1 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_0, 1, /*hidden argument*/NULL); V_0 = L_1; ObjectTranslatorPool_t158158286 * L_2 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_3 = ___L0; NullCheck(L_2); ObjectTranslator_t2020767555 * L_4 = ObjectTranslatorPool_Find_m2808149378(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); LuaEnv_t2152703515 * L_5 = L_4->get_luaEnv_5(); V_1 = L_5; LuaEnv_t2152703515 * L_6 = V_1; NullCheck(L_6); Dictionary_2_t668780358 * L_7 = L_6->get_buildin_initer_15(); String_t* L_8 = V_0; NullCheck(L_7); bool L_9 = Dictionary_2_TryGetValue_m1698296366(L_7, L_8, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1698296366_RuntimeMethod_var); if (!L_9) { goto IL_0039; } } IL_002c: { intptr_t L_10 = ___L0; lua_CSFunction_t883524059 * L_11 = V_2; Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_10, L_11, 0, /*hidden argument*/NULL); goto IL_004a; } IL_0039: { intptr_t L_12 = ___L0; String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1509558386, L_13, /*hidden argument*/NULL); Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); } IL_004a: { V_3 = 1; goto IL_006b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0051; throw e; } CATCH_0051: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); intptr_t L_15 = ___L0; Exception_t * L_16 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3201673481, L_16, /*hidden argument*/NULL); int32_t L_18 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_15, L_17, /*hidden argument*/NULL); V_3 = L_18; goto IL_006b; } // end catch (depth: 1) IL_006b: { int32_t L_19 = V_3; return L_19; } } // System.Int32 XLua.StaticLuaCallbacks::LoadFromResource(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadFromResource_m1140514553 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_LoadFromResource_m1140514553_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TextAsset_t3022178571 * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { intptr_t L_0 = ___L0; String_t* L_1 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_0, 1, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = String_Replace_m3726209165(L_1, ((int32_t)46), ((int32_t)47), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, _stringLiteral471496547, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; Object_t631007953 * L_5 = Resources_Load_m3880010804(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_5, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_6, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0049; } } IL_0033: { intptr_t L_8 = ___L0; String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral944702974, L_9, /*hidden argument*/NULL); Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); goto IL_0091; } IL_0049: { intptr_t L_11 = ___L0; TextAsset_t3022178571 * L_12 = V_1; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = TextAsset_get_bytes_m1826471440(L_12, /*hidden argument*/NULL); TextAsset_t3022178571 * L_14 = V_1; NullCheck(L_14); ByteU5BU5D_t4116647657* L_15 = TextAsset_get_bytes_m1826471440(L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614624, L_16, /*hidden argument*/NULL); int32_t L_18 = Lua_xluaL_loadbuffer_m2673977280(NULL /*static, unused*/, L_11, L_13, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0091; } } IL_006d: { intptr_t L_19 = ___L0; intptr_t L_20 = ___L0; String_t* L_21 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_20, 1, /*hidden argument*/NULL); intptr_t L_22 = ___L0; String_t* L_23 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_22, (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2315704119, L_21, L_23, /*hidden argument*/NULL); int32_t L_25 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_19, L_24, /*hidden argument*/NULL); V_2 = L_25; goto IL_00b0; } IL_0091: { V_2 = 1; goto IL_00b0; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0098; throw e; } CATCH_0098: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_26 = ___L0; Exception_t * L_27 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral47391663, L_27, /*hidden argument*/NULL); int32_t L_29 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); V_2 = L_29; goto IL_00b0; } // end catch (depth: 1) IL_00b0: { int32_t L_30 = V_2; return L_30; } } // System.Int32 XLua.StaticLuaCallbacks::LoadFromStreamingAssetsPath(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadFromStreamingAssetsPath_m235562120 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_LoadFromStreamingAssetsPath_m235562120_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { intptr_t L_0 = ___L0; String_t* L_1 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_0, 1, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = String_Replace_m3726209165(L_1, ((int32_t)46), ((int32_t)47), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, _stringLiteral471496547, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = Application_get_streamingAssetsPath_m1172141117(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = V_0; String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3452614529, L_5, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; bool L_8 = File_Exists_m3943585060(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0091; } } IL_0037: { String_t* L_9 = V_1; ByteU5BU5D_t4116647657* L_10 = File_ReadAllBytes_m1435775076(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_2 = L_10; String_t* L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral474912186, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); intptr_t L_13 = ___L0; ByteU5BU5D_t4116647657* L_14 = V_2; ByteU5BU5D_t4116647657* L_15 = V_2; NullCheck(L_15); String_t* L_16 = V_0; String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614624, L_16, /*hidden argument*/NULL); int32_t L_18 = Lua_xluaL_loadbuffer_m2673977280(NULL /*static, unused*/, L_13, L_14, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_008c; } } IL_0068: { intptr_t L_19 = ___L0; intptr_t L_20 = ___L0; String_t* L_21 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_20, 1, /*hidden argument*/NULL); intptr_t L_22 = ___L0; String_t* L_23 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_22, (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3822533054, L_21, L_23, /*hidden argument*/NULL); int32_t L_25 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_19, L_24, /*hidden argument*/NULL); V_3 = L_25; goto IL_00c3; } IL_008c: { goto IL_00a2; } IL_0091: { intptr_t L_26 = ___L0; String_t* L_27 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral808387361, L_27, /*hidden argument*/NULL); Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); } IL_00a2: { V_3 = 1; goto IL_00c3; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a9; throw e; } CATCH_00a9: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); intptr_t L_29 = ___L0; Exception_t * L_30 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3678096686, L_30, /*hidden argument*/NULL); int32_t L_32 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_29, L_31, /*hidden argument*/NULL); V_3 = L_32; goto IL_00c3; } // end catch (depth: 1) IL_00c3: { int32_t L_33 = V_3; return L_33; } } // System.Int32 XLua.StaticLuaCallbacks::LoadFromCustomLoaders(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadFromCustomLoaders_m1480218717 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_LoadFromCustomLoaders_m1480218717_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; LuaEnv_t2152703515 * V_1 = NULL; CustomLoader_t465830221 * V_2 = NULL; Enumerator_t3827148840 V_3; memset(&V_3, 0, sizeof(V_3)); String_t* V_4 = NULL; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t V_6 = 0; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { intptr_t L_0 = ___L0; String_t* L_1 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_0, 1, /*hidden argument*/NULL); V_0 = L_1; ObjectTranslatorPool_t158158286 * L_2 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_3 = ___L0; NullCheck(L_2); ObjectTranslator_t2020767555 * L_4 = ObjectTranslatorPool_Find_m2808149378(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); LuaEnv_t2152703515 * L_5 = L_4->get_luaEnv_5(); V_1 = L_5; LuaEnv_t2152703515 * L_6 = V_1; NullCheck(L_6); List_1_t1937904963 * L_7 = L_6->get_customLoaders_14(); NullCheck(L_7); Enumerator_t3827148840 L_8 = List_1_GetEnumerator_m864472581(L_7, /*hidden argument*/List_1_GetEnumerator_m864472581_RuntimeMethod_var); V_3 = L_8; } IL_0025: try { // begin try (depth: 2) { goto IL_0090; } IL_002a: { CustomLoader_t465830221 * L_9 = Enumerator_get_Current_m4155084562((&V_3), /*hidden argument*/Enumerator_get_Current_m4155084562_RuntimeMethod_var); V_2 = L_9; String_t* L_10 = V_0; V_4 = L_10; CustomLoader_t465830221 * L_11 = V_2; NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = CustomLoader_Invoke_m231579447(L_11, (&V_4), /*hidden argument*/NULL); V_5 = L_12; ByteU5BU5D_t4116647657* L_13 = V_5; if (!L_13) { goto IL_0090; } } IL_0046: { intptr_t L_14 = ___L0; ByteU5BU5D_t4116647657* L_15 = V_5; ByteU5BU5D_t4116647657* L_16 = V_5; NullCheck(L_16); String_t* L_17 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614624, L_17, /*hidden argument*/NULL); int32_t L_19 = Lua_xluaL_loadbuffer_m2673977280(NULL /*static, unused*/, L_14, L_15, (((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))), L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0088; } } IL_0063: { intptr_t L_20 = ___L0; intptr_t L_21 = ___L0; String_t* L_22 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_21, 1, /*hidden argument*/NULL); intptr_t L_23 = ___L0; String_t* L_24 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_23, (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral107759890, L_22, L_24, /*hidden argument*/NULL); int32_t L_26 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_20, L_25, /*hidden argument*/NULL); V_6 = L_26; IL2CPP_LEAVE(0xE3, FINALLY_00a1); } IL_0088: { V_6 = 1; IL2CPP_LEAVE(0xE3, FINALLY_00a1); } IL_0090: { bool L_27 = Enumerator_MoveNext_m3866626752((&V_3), /*hidden argument*/Enumerator_MoveNext_m3866626752_RuntimeMethod_var); if (L_27) { goto IL_002a; } } IL_009c: { IL2CPP_LEAVE(0xAF, FINALLY_00a1); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a1; } FINALLY_00a1: { // begin finally (depth: 2) Enumerator_Dispose_m2386454187((&V_3), /*hidden argument*/Enumerator_Dispose_m2386454187_RuntimeMethod_var); IL2CPP_END_FINALLY(161) } // end finally (depth: 2) IL2CPP_CLEANUP(161) { IL2CPP_JUMP_TBL(0xE3, IL_00e3) IL2CPP_JUMP_TBL(0xAF, IL_00af) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00af: { intptr_t L_28 = ___L0; String_t* L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3432112725, L_29, /*hidden argument*/NULL); Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_28, L_30, /*hidden argument*/NULL); V_6 = 1; goto IL_00e3; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c8; throw e; } CATCH_00c8: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); intptr_t L_31 = ___L0; Exception_t * L_32 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1554352563, L_32, /*hidden argument*/NULL); int32_t L_34 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_31, L_33, /*hidden argument*/NULL); V_6 = L_34; goto IL_00e3; } // end catch (depth: 1) IL_00e3: { int32_t L_35 = V_6; return L_35; } } // System.Int32 XLua.StaticLuaCallbacks::LoadAssembly(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_LoadAssembly_m337918175 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_LoadAssembly_m337918175_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; String_t* V_1 = NULL; Assembly_t * V_2 = NULL; int32_t V_3 = 0; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; String_t* L_4 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_3, 1, /*hidden argument*/NULL); V_1 = L_4; V_2 = (Assembly_t *)NULL; } IL_0016: try { // begin try (depth: 2) String_t* L_5 = V_1; Assembly_t * L_6 = Assembly_Load_m3487507613(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_2 = L_6; goto IL_0028; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (BadImageFormatException_t251534586_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0022; throw e; } CATCH_0022: { // begin catch(System.BadImageFormatException) goto IL_0028; } // end catch (depth: 2) IL_0028: { Assembly_t * L_7 = V_2; if (L_7) { goto IL_003a; } } IL_002e: { String_t* L_8 = V_1; AssemblyName_t270931938 * L_9 = AssemblyName_GetAssemblyName_m2947832080(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); Assembly_t * L_10 = Assembly_Load_m2586943103(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_2 = L_10; } IL_003a: { Assembly_t * L_11 = V_2; if (!L_11) { goto IL_005d; } } IL_0040: { ObjectTranslator_t2020767555 * L_12 = V_0; NullCheck(L_12); List_1_t1279540245 * L_13 = L_12->get_assemblies_7(); Assembly_t * L_14 = V_2; NullCheck(L_13); bool L_15 = List_1_Contains_m1336352484(L_13, L_14, /*hidden argument*/List_1_Contains_m1336352484_RuntimeMethod_var); if (L_15) { goto IL_005d; } } IL_0051: { ObjectTranslator_t2020767555 * L_16 = V_0; NullCheck(L_16); List_1_t1279540245 * L_17 = L_16->get_assemblies_7(); Assembly_t * L_18 = V_2; NullCheck(L_17); List_1_Add_m543857524(L_17, L_18, /*hidden argument*/List_1_Add_m543857524_RuntimeMethod_var); } IL_005d: { V_3 = 0; goto IL_007e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0064; throw e; } CATCH_0064: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); intptr_t L_19 = ___L0; Exception_t * L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral557756115, L_20, /*hidden argument*/NULL); int32_t L_22 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); V_3 = L_22; goto IL_007e; } // end catch (depth: 1) IL_007e: { int32_t L_23 = V_3; return L_23; } } // System.Int32 XLua.StaticLuaCallbacks::ImportType(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ImportType_m3105597319 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_ImportType_m3105597319_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; String_t* V_1 = NULL; Type_t * V_2 = NULL; int32_t V_3 = 0; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; String_t* L_4 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_3, 1, /*hidden argument*/NULL); V_1 = L_4; ObjectTranslator_t2020767555 * L_5 = V_0; String_t* L_6 = V_1; NullCheck(L_5); Type_t * L_7 = ObjectTranslator_FindType_m4140411878(L_5, L_6, (bool)0, /*hidden argument*/NULL); V_2 = L_7; Type_t * L_8 = V_2; if (!L_8) { goto IL_0059; } } IL_0023: { ObjectTranslator_t2020767555 * L_9 = V_0; intptr_t L_10 = ___L0; Type_t * L_11 = V_2; NullCheck(L_9); int32_t L_12 = ObjectTranslator_GetTypeId_m1793999451(L_9, L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_003d; } } IL_0031: { intptr_t L_13 = ___L0; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_13, (bool)1, /*hidden argument*/NULL); goto IL_0054; } IL_003d: { intptr_t L_14 = ___L0; Type_t * L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1995267562, L_15, /*hidden argument*/NULL); int32_t L_17 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); V_3 = L_17; goto IL_0080; } IL_0054: { goto IL_005f; } IL_0059: { intptr_t L_18 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); } IL_005f: { V_3 = 1; goto IL_0080; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0066; throw e; } CATCH_0066: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); intptr_t L_19 = ___L0; Exception_t * L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2348836547, L_20, /*hidden argument*/NULL); int32_t L_22 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); V_3 = L_22; goto IL_0080; } // end catch (depth: 1) IL_0080: { int32_t L_23 = V_3; return L_23; } } // System.Int32 XLua.StaticLuaCallbacks::ImportGenericType(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ImportGenericType_m1494536771 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_ImportGenericType_m1494536771_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; String_t* V_3 = NULL; Type_t * V_4 = NULL; TypeU5BU5D_t3940880105* V_5 = NULL; int32_t V_6 = 0; Type_t * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)2))) { goto IL_001f; } } IL_000e: { intptr_t L_3 = ___L0; int32_t L_4 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_3, _stringLiteral1153005918, /*hidden argument*/NULL); V_1 = L_4; goto IL_0119; } IL_001f: { ObjectTranslatorPool_t158158286 * L_5 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_6 = ___L0; NullCheck(L_5); ObjectTranslator_t2020767555 * L_7 = ObjectTranslatorPool_Find_m2808149378(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; intptr_t L_8 = ___L0; String_t* L_9 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_8, 1, /*hidden argument*/NULL); V_3 = L_9; String_t* L_10 = V_3; NullCheck(L_10); bool L_11 = String_EndsWith_m1901926500(L_10, _stringLiteral3451697044, /*hidden argument*/NULL); if (!L_11) { goto IL_0053; } } IL_0043: { String_t* L_12 = V_3; String_t* L_13 = V_3; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_15 = String_Substring_m1610150815(L_12, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)2)), /*hidden argument*/NULL); V_3 = L_15; } IL_0053: { ObjectTranslator_t2020767555 * L_16 = V_2; String_t* L_17 = V_3; int32_t L_18 = V_0; int32_t L_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m1715369213(NULL /*static, unused*/, L_17, _stringLiteral3452614592, L_20, /*hidden argument*/NULL); NullCheck(L_16); Type_t * L_22 = ObjectTranslator_FindType_m4140411878(L_16, L_21, (bool)0, /*hidden argument*/NULL); V_4 = L_22; Type_t * L_23 = V_4; if (!L_23) { goto IL_0082; } } IL_0076: { Type_t * L_24 = V_4; bool L_25 = TypeExtensions_IsGenericTypeDefinition_m741157858(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_008d; } } IL_0082: { intptr_t L_26 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); goto IL_00f8; } IL_008d: { int32_t L_27 = V_0; V_5 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)))); V_6 = 2; goto IL_00d2; } IL_009f: { TypeU5BU5D_t3940880105* L_28 = V_5; int32_t L_29 = V_6; intptr_t L_30 = ___L0; ObjectTranslator_t2020767555 * L_31 = V_2; int32_t L_32 = V_6; Type_t * L_33 = StaticLuaCallbacks_getType_m3878680439(NULL /*static, unused*/, L_30, L_31, L_32, /*hidden argument*/NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_33); (L_28)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)2))), (Type_t *)L_33); TypeU5BU5D_t3940880105* L_34 = V_5; int32_t L_35 = V_6; NullCheck(L_34); int32_t L_36 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)2)); Type_t * L_37 = (L_34)->GetAt(static_cast(L_36)); if (L_37) { goto IL_00cc; } } IL_00bb: { intptr_t L_38 = ___L0; int32_t L_39 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_38, _stringLiteral3966947294, /*hidden argument*/NULL); V_1 = L_39; goto IL_0119; } IL_00cc: { int32_t L_40 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d2: { int32_t L_41 = V_6; int32_t L_42 = V_0; if ((((int32_t)L_41) <= ((int32_t)L_42))) { goto IL_009f; } } IL_00da: { Type_t * L_43 = V_4; TypeU5BU5D_t3940880105* L_44 = V_5; NullCheck(L_43); Type_t * L_45 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_43, L_44); V_7 = L_45; ObjectTranslator_t2020767555 * L_46 = V_2; intptr_t L_47 = ___L0; Type_t * L_48 = V_7; NullCheck(L_46); ObjectTranslator_GetTypeId_m1793999451(L_46, L_47, L_48, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_49 = V_2; intptr_t L_50 = ___L0; Type_t * L_51 = V_7; NullCheck(L_49); ObjectTranslator_PushAny_m2595410231(L_49, L_50, L_51, /*hidden argument*/NULL); } IL_00f8: { V_1 = 1; goto IL_0119; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ff; throw e; } CATCH_00ff: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); intptr_t L_52 = ___L0; Exception_t * L_53 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2348836547, L_53, /*hidden argument*/NULL); int32_t L_55 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_52, L_54, /*hidden argument*/NULL); V_1 = L_55; goto IL_0119; } // end catch (depth: 1) IL_0119: { int32_t L_56 = V_1; return L_56; } } // System.Int32 XLua.StaticLuaCallbacks::Cast(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_Cast_m1330993023 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_Cast_m1330993023_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_TisType_t_m4272423750(L_3, L_4, 2, (&V_1), /*hidden argument*/ObjectTranslator_Get_TisType_t_m4272423750_RuntimeMethod_var); Type_t * L_5 = V_1; if (L_5) { goto IL_003e; } } IL_001c: { intptr_t L_6 = ___L0; intptr_t L_7 = ___L0; String_t* L_8 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_7, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2309292799, L_8, _stringLiteral1971580696, /*hidden argument*/NULL); int32_t L_10 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/NULL); V_2 = L_10; goto IL_009a; } IL_003e: { intptr_t L_11 = ___L0; Type_t * L_12 = V_1; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_12); Lua_luaL_getmetatable_m3506102350(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); intptr_t L_14 = ___L0; bool L_15 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_14, (-1), /*hidden argument*/NULL); if (!L_15) { goto IL_0073; } } IL_0056: { intptr_t L_16 = ___L0; intptr_t L_17 = ___L0; String_t* L_18 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_17, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2047768507, L_18, /*hidden argument*/NULL); int32_t L_20 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_16, L_19, /*hidden argument*/NULL); V_2 = L_20; goto IL_009a; } IL_0073: { intptr_t L_21 = ___L0; Lua_lua_setmetatable_m707540821(NULL /*static, unused*/, L_21, 1, /*hidden argument*/NULL); V_2 = 0; goto IL_009a; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0082; throw e; } CATCH_0082: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_22 = ___L0; Exception_t * L_23 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2536020769, L_23, /*hidden argument*/NULL); int32_t L_25 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); V_2 = L_25; goto IL_009a; } // end catch (depth: 1) IL_009a: { int32_t L_26 = V_2; return L_26; } } // System.Type XLua.StaticLuaCallbacks::getType(System.IntPtr,XLua.ObjectTranslator,System.Int32) extern "C" IL2CPP_METHOD_ATTR Type_t * StaticLuaCallbacks_getType_m3878680439 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ObjectTranslator_t2020767555 * ___translator1, int32_t ___idx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_getType_m3878680439_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaTable_t1631611336 * V_0 = NULL; String_t* V_1 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx2; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_0023; } } { ObjectTranslator_t2020767555 * L_3 = ___translator1; intptr_t L_4 = ___L0; int32_t L_5 = ___idx2; NullCheck(L_3); ObjectTranslator_Get_TisLuaTable_t1631611336_m1057782986(L_3, L_4, L_5, (&V_0), /*hidden argument*/ObjectTranslator_Get_TisLuaTable_t1631611336_m1057782986_RuntimeMethod_var); LuaTable_t1631611336 * L_6 = V_0; NullCheck(L_6); Type_t * L_7 = LuaTable_Get_TisType_t_m3508070124(L_6, _stringLiteral384207764, /*hidden argument*/LuaTable_Get_TisType_t_m3508070124_RuntimeMethod_var); return L_7; } IL_0023: { intptr_t L_8 = ___L0; int32_t L_9 = ___idx2; int32_t L_10 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)4)))) { goto IL_0041; } } { intptr_t L_11 = ___L0; int32_t L_12 = ___idx2; String_t* L_13 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; ObjectTranslator_t2020767555 * L_14 = ___translator1; String_t* L_15 = V_1; NullCheck(L_14); Type_t * L_16 = ObjectTranslator_FindType_m4140411878(L_14, L_15, (bool)0, /*hidden argument*/NULL); return L_16; } IL_0041: { ObjectTranslator_t2020767555 * L_17 = ___translator1; intptr_t L_18 = ___L0; int32_t L_19 = ___idx2; NullCheck(L_17); RuntimeObject * L_20 = ObjectTranslator_GetObject_m3031673712(L_17, L_18, L_19, /*hidden argument*/NULL); if (!((Type_t *)IsInstClass((RuntimeObject*)L_20, Type_t_il2cpp_TypeInfo_var))) { goto IL_0061; } } { ObjectTranslator_t2020767555 * L_21 = ___translator1; intptr_t L_22 = ___L0; int32_t L_23 = ___idx2; NullCheck(L_21); RuntimeObject * L_24 = ObjectTranslator_GetObject_m3031673712(L_21, L_22, L_23, /*hidden argument*/NULL); return ((Type_t *)IsInstClass((RuntimeObject*)L_24, Type_t_il2cpp_TypeInfo_var)); } IL_0061: { return (Type_t *)NULL; } } // System.Int32 XLua.StaticLuaCallbacks::XLuaAccess(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_XLuaAccess_m2012288326 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_XLuaAccess_m2012288326_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; RuntimeObject * V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; int32_t V_5 = 0; FieldInfo_t * V_6 = NULL; PropertyInfo_t * V_7 = NULL; FieldInfo_t * V_8 = NULL; PropertyInfo_t * V_9 = NULL; Exception_t * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; ObjectTranslator_t2020767555 * L_4 = V_0; Type_t * L_5 = StaticLuaCallbacks_getType_m3878680439(NULL /*static, unused*/, L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; V_2 = NULL; Type_t * L_6 = V_1; if (L_6) { goto IL_0051; } } IL_001d: { intptr_t L_7 = ___L0; int32_t L_8 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_7, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)7)))) { goto IL_0051; } } IL_002a: { ObjectTranslator_t2020767555 * L_9 = V_0; intptr_t L_10 = ___L0; NullCheck(L_9); RuntimeObject * L_11 = ObjectTranslator_SafeGetCSObj_m101375085(L_9, L_10, 1, /*hidden argument*/NULL); V_2 = L_11; RuntimeObject * L_12 = V_2; if (L_12) { goto IL_004a; } } IL_0039: { intptr_t L_13 = ___L0; int32_t L_14 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_13, _stringLiteral1817533442, /*hidden argument*/NULL); V_3 = L_14; goto IL_016e; } IL_004a: { RuntimeObject * L_15 = V_2; NullCheck(L_15); Type_t * L_16 = Object_GetType_m88164663(L_15, /*hidden argument*/NULL); V_1 = L_16; } IL_0051: { Type_t * L_17 = V_1; if (L_17) { goto IL_0068; } } IL_0057: { intptr_t L_18 = ___L0; int32_t L_19 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_18, _stringLiteral3120792099, /*hidden argument*/NULL); V_3 = L_19; goto IL_016e; } IL_0068: { intptr_t L_20 = ___L0; String_t* L_21 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_20, 2, /*hidden argument*/NULL); V_4 = L_21; V_5 = ((int32_t)60); intptr_t L_22 = ___L0; int32_t L_23 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) <= ((int32_t)2))) { goto IL_00e9; } } IL_0081: { Type_t * L_24 = V_1; String_t* L_25 = V_4; int32_t L_26 = V_5; NullCheck(L_24); FieldInfo_t * L_27 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(53 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_24, L_25, L_26); V_6 = L_27; FieldInfo_t * L_28 = V_6; if (!L_28) { goto IL_00b2; } } IL_0094: { FieldInfo_t * L_29 = V_6; RuntimeObject * L_30 = V_2; ObjectTranslator_t2020767555 * L_31 = V_0; intptr_t L_32 = ___L0; FieldInfo_t * L_33 = V_6; NullCheck(L_33); Type_t * L_34 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_33); NullCheck(L_31); RuntimeObject * L_35 = ObjectTranslator_GetObject_m805173647(L_31, L_32, 3, L_34, /*hidden argument*/NULL); NullCheck(L_29); FieldInfo_SetValue_m2460171138(L_29, L_30, L_35, /*hidden argument*/NULL); V_3 = 0; goto IL_016e; } IL_00b2: { Type_t * L_36 = V_1; String_t* L_37 = V_4; int32_t L_38 = V_5; NullCheck(L_36); PropertyInfo_t * L_39 = Type_GetProperty_m4206634422(L_36, L_37, L_38, /*hidden argument*/NULL); V_7 = L_39; PropertyInfo_t * L_40 = V_7; if (!L_40) { goto IL_00e4; } } IL_00c5: { PropertyInfo_t * L_41 = V_7; RuntimeObject * L_42 = V_2; ObjectTranslator_t2020767555 * L_43 = V_0; intptr_t L_44 = ___L0; PropertyInfo_t * L_45 = V_7; NullCheck(L_45); Type_t * L_46 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_45); NullCheck(L_43); RuntimeObject * L_47 = ObjectTranslator_GetObject_m805173647(L_43, L_44, 3, L_46, /*hidden argument*/NULL); NullCheck(L_41); VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(27 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, L_41, L_42, L_47, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); V_3 = 0; goto IL_016e; } IL_00e4: { goto IL_013c; } IL_00e9: { Type_t * L_48 = V_1; String_t* L_49 = V_4; int32_t L_50 = V_5; NullCheck(L_48); FieldInfo_t * L_51 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(53 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_48, L_49, L_50); V_8 = L_51; FieldInfo_t * L_52 = V_8; if (!L_52) { goto IL_0112; } } IL_00fc: { ObjectTranslator_t2020767555 * L_53 = V_0; intptr_t L_54 = ___L0; FieldInfo_t * L_55 = V_8; RuntimeObject * L_56 = V_2; NullCheck(L_55); RuntimeObject * L_57 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(18 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_55, L_56); NullCheck(L_53); ObjectTranslator_PushAny_m2595410231(L_53, L_54, L_57, /*hidden argument*/NULL); V_3 = 1; goto IL_016e; } IL_0112: { Type_t * L_58 = V_1; String_t* L_59 = V_4; int32_t L_60 = V_5; NullCheck(L_58); PropertyInfo_t * L_61 = Type_GetProperty_m4206634422(L_58, L_59, L_60, /*hidden argument*/NULL); V_9 = L_61; PropertyInfo_t * L_62 = V_9; if (!L_62) { goto IL_013c; } } IL_0125: { ObjectTranslator_t2020767555 * L_63 = V_0; intptr_t L_64 = ___L0; PropertyInfo_t * L_65 = V_9; RuntimeObject * L_66 = V_2; NullCheck(L_65); RuntimeObject * L_67 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(25 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_65, L_66, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); NullCheck(L_63); ObjectTranslator_PushAny_m2595410231(L_63, L_64, L_67, /*hidden argument*/NULL); V_3 = 1; goto IL_016e; } IL_013c: { intptr_t L_68 = ___L0; String_t* L_69 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1006263983, L_69, /*hidden argument*/NULL); int32_t L_71 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_68, L_70, /*hidden argument*/NULL); V_3 = L_71; goto IL_016e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0154; throw e; } CATCH_0154: { // begin catch(System.Exception) V_10 = ((Exception_t *)__exception_local); intptr_t L_72 = ___L0; Exception_t * L_73 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_74 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3141584483, L_73, /*hidden argument*/NULL); int32_t L_75 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_72, L_74, /*hidden argument*/NULL); V_3 = L_75; goto IL_016e; } // end catch (depth: 1) IL_016e: { int32_t L_76 = V_3; return L_76; } } // System.Int32 XLua.StaticLuaCallbacks::XLuaPrivateAccessible(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_XLuaPrivateAccessible_m301569256 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_XLuaPrivateAccessible_m301569256_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; ObjectTranslator_t2020767555 * L_4 = V_0; Type_t * L_5 = StaticLuaCallbacks_getType_m3878680439(NULL /*static, unused*/, L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; Type_t * L_6 = V_1; if (L_6) { goto IL_002c; } } IL_001b: { intptr_t L_7 = ___L0; int32_t L_8 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, _stringLiteral1606912701, /*hidden argument*/NULL); V_2 = L_8; goto IL_0065; } IL_002c: { goto IL_0040; } IL_0031: { ObjectTranslator_t2020767555 * L_9 = V_0; intptr_t L_10 = ___L0; Type_t * L_11 = V_1; NullCheck(L_9); ObjectTranslator_PrivateAccessible_m1238524863(L_9, L_10, L_11, /*hidden argument*/NULL); Type_t * L_12 = V_1; Type_t * L_13 = TypeExtensions_BaseType_m2874097911(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_1 = L_13; } IL_0040: { Type_t * L_14 = V_1; if (L_14) { goto IL_0031; } } IL_0046: { V_2 = 0; goto IL_0065; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004d; throw e; } CATCH_004d: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_15 = ___L0; Exception_t * L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1846624193, L_16, /*hidden argument*/NULL); int32_t L_18 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_15, L_17, /*hidden argument*/NULL); V_2 = L_18; goto IL_0065; } // end catch (depth: 1) IL_0065: { int32_t L_19 = V_2; return L_19; } } // System.Int32 XLua.StaticLuaCallbacks::XLuaMetatableOperation(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_XLuaMetatableOperation_m3806744604 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_XLuaMetatableOperation_m3806744604_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; ObjectTranslator_t2020767555 * L_4 = V_0; Type_t * L_5 = StaticLuaCallbacks_getType_m3878680439(NULL /*static, unused*/, L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; Type_t * L_6 = V_1; if (L_6) { goto IL_002c; } } IL_001b: { intptr_t L_7 = ___L0; int32_t L_8 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, _stringLiteral751529525, /*hidden argument*/NULL); V_2 = L_8; goto IL_00e4; } IL_002c: { V_3 = (bool)0; ObjectTranslator_t2020767555 * L_9 = V_0; intptr_t L_10 = ___L0; Type_t * L_11 = V_1; NullCheck(L_9); int32_t L_12 = ObjectTranslator_getTypeId_m403608292(L_9, L_10, L_11, (&V_3), 2, /*hidden argument*/NULL); V_4 = L_12; intptr_t L_13 = ___L0; int32_t L_14 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_5 = L_14; int32_t L_15 = V_5; if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0060; } } IL_004b: { intptr_t L_16 = ___L0; int32_t L_17 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_18 = V_4; Lua_xlua_rawgeti_m3760027779(NULL /*static, unused*/, L_16, L_17, (((int64_t)((int64_t)L_18))), /*hidden argument*/NULL); V_2 = 1; goto IL_00e4; } IL_0060: { int32_t L_19 = V_5; if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_00ad; } } IL_0068: { intptr_t L_20 = ___L0; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_20, 2, /*hidden argument*/NULL); if ((((int32_t)L_21) == ((int32_t)5))) { goto IL_0086; } } IL_0075: { intptr_t L_22 = ___L0; int32_t L_23 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_22, _stringLiteral780661245, /*hidden argument*/NULL); V_2 = L_23; goto IL_00e4; } IL_0086: { intptr_t L_24 = ___L0; int32_t L_25 = V_4; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_24, (((double)((double)L_25))), /*hidden argument*/NULL); intptr_t L_26 = ___L0; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_26, 2, (((int64_t)((int64_t)1))), /*hidden argument*/NULL); intptr_t L_27 = ___L0; int32_t L_28 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_29 = V_4; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_27, L_28, (((int64_t)((int64_t)L_29))), /*hidden argument*/NULL); V_2 = 0; goto IL_00e4; } IL_00ad: { intptr_t L_30 = ___L0; int32_t L_31 = V_5; int32_t L_32 = L_31; RuntimeObject * L_33 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2258943957, L_33, /*hidden argument*/NULL); int32_t L_35 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_30, L_34, /*hidden argument*/NULL); V_2 = L_35; goto IL_00e4; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ca; throw e; } CATCH_00ca: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); intptr_t L_36 = ___L0; Exception_t * L_37 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1104659733, L_37, /*hidden argument*/NULL); int32_t L_39 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_36, L_38, /*hidden argument*/NULL); V_2 = L_39; goto IL_00e4; } // end catch (depth: 1) IL_00e4: { int32_t L_40 = V_2; return L_40; } } // System.Int32 XLua.StaticLuaCallbacks::DelegateConstructor(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_DelegateConstructor_m338878774 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_DelegateConstructor_m338878774_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; ObjectTranslator_t2020767555 * L_4 = V_0; Type_t * L_5 = StaticLuaCallbacks_getType_m3878680439(NULL /*static, unused*/, L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; Type_t * L_6 = V_1; if (!L_6) { goto IL_0030; } } IL_001b: { RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (Delegate_t1188392813_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Type_t * L_9 = V_1; NullCheck(L_8); bool L_10 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_8, L_9); if (L_10) { goto IL_0041; } } IL_0030: { intptr_t L_11 = ___L0; int32_t L_12 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_11, _stringLiteral3819882038, /*hidden argument*/NULL); V_2 = L_12; goto IL_0070; } IL_0041: { ObjectTranslator_t2020767555 * L_13 = V_0; intptr_t L_14 = ___L0; ObjectTranslator_t2020767555 * L_15 = V_0; intptr_t L_16 = ___L0; Type_t * L_17 = V_1; NullCheck(L_15); RuntimeObject * L_18 = ObjectTranslator_GetObject_m805173647(L_15, L_16, 2, L_17, /*hidden argument*/NULL); NullCheck(L_13); ObjectTranslator_PushAny_m2595410231(L_13, L_14, L_18, /*hidden argument*/NULL); V_2 = 1; goto IL_0070; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0058; throw e; } CATCH_0058: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_19 = ___L0; Exception_t * L_20 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3914669406, L_20, /*hidden argument*/NULL); int32_t L_22 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); V_2 = L_22; goto IL_0070; } // end catch (depth: 1) IL_0070: { int32_t L_23 = V_2; return L_23; } } // System.Int32 XLua.StaticLuaCallbacks::ToFunction(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ToFunction_m3649442807 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_ToFunction_m3649442807_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MethodBase_t * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_TisMethodBase_t_m215814567(L_3, L_4, 1, (&V_1), /*hidden argument*/ObjectTranslator_Get_TisMethodBase_t_m215814567_RuntimeMethod_var); MethodBase_t * L_5 = V_1; if (L_5) { goto IL_002d; } } IL_001c: { intptr_t L_6 = ___L0; int32_t L_7 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_6, _stringLiteral2457193298, /*hidden argument*/NULL); V_2 = L_7; goto IL_0080; } IL_002d: { ObjectTranslator_t2020767555 * L_8 = V_0; intptr_t L_9 = ___L0; ObjectTranslator_t2020767555 * L_10 = V_0; NullCheck(L_10); MethodWrapsCache_t113059333 * L_11 = L_10->get_methodWrapsCache_0(); MethodBase_t * L_12 = V_1; NullCheck(L_12); Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_12); MethodBase_t * L_14 = V_1; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14); MethodBaseU5BU5D_t779831733* L_16 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)1)); MethodBase_t * L_17 = V_1; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (MethodBase_t *)L_17); NullCheck(L_11); MethodWrap_t801859268 * L_18 = MethodWrapsCache__GenMethodWrap_m2785935813(L_11, L_13, L_15, (RuntimeObject*)(RuntimeObject*)L_16, (bool)0, /*hidden argument*/NULL); intptr_t L_19 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_20 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_20, L_18, L_19, /*hidden argument*/NULL); NullCheck(L_8); ObjectTranslator_PushFixCSFunction_m2016711914(L_8, L_9, L_20, /*hidden argument*/NULL); V_2 = 1; goto IL_0080; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0068; throw e; } CATCH_0068: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_21 = ___L0; Exception_t * L_22 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2562773808, L_22, /*hidden argument*/NULL); int32_t L_24 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_21, L_23, /*hidden argument*/NULL); V_2 = L_24; goto IL_0080; } // end catch (depth: 1) IL_0080: { int32_t L_25 = V_2; return L_25; } } // System.Int32 XLua.StaticLuaCallbacks::GenericMethodWraper(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_GenericMethodWraper_m4244695569 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_GenericMethodWraper_m4244695569_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MethodInfo_t * V_1 = NULL; int32_t V_2 = 0; TypeU5BU5D_t3940880105* V_3 = NULL; int32_t V_4 = 0; Type_t * V_5 = NULL; int32_t V_6 = 0; MethodInfo_t * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; int32_t L_5 = Lua_xlua_upvalueindex_m2890383900(NULL /*static, unused*/, 1, /*hidden argument*/NULL); NullCheck(L_3); ObjectTranslator_Get_TisMethodInfo_t_m1075275091(L_3, L_4, L_5, (&V_1), /*hidden argument*/ObjectTranslator_Get_TisMethodInfo_t_m1075275091_RuntimeMethod_var); intptr_t L_6 = ___L0; int32_t L_7 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; V_3 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)L_8)); V_4 = 0; goto IL_0076; } IL_0031: { intptr_t L_9 = ___L0; ObjectTranslator_t2020767555 * L_10 = V_0; int32_t L_11 = V_4; Type_t * L_12 = StaticLuaCallbacks_getType_m3878680439(NULL /*static, unused*/, L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); V_5 = L_12; Type_t * L_13 = V_5; if (L_13) { goto IL_006a; } } IL_0045: { intptr_t L_14 = ___L0; int32_t L_15 = V_4; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1334957352, L_17, _stringLiteral99530836, /*hidden argument*/NULL); int32_t L_19 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_14, L_18, /*hidden argument*/NULL); V_6 = L_19; goto IL_00e1; } IL_006a: { TypeU5BU5D_t3940880105* L_20 = V_3; int32_t L_21 = V_4; Type_t * L_22 = V_5; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(L_21), (Type_t *)L_22); int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0076: { int32_t L_24 = V_4; int32_t L_25 = V_2; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0031; } } IL_007e: { MethodInfo_t * L_26 = V_1; TypeU5BU5D_t3940880105* L_27 = V_3; NullCheck(L_26); MethodInfo_t * L_28 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(35 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_26, L_27); V_7 = L_28; ObjectTranslator_t2020767555 * L_29 = V_0; intptr_t L_30 = ___L0; ObjectTranslator_t2020767555 * L_31 = V_0; NullCheck(L_31); MethodWrapsCache_t113059333 * L_32 = L_31->get_methodWrapsCache_0(); MethodInfo_t * L_33 = V_7; NullCheck(L_33); Type_t * L_34 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_33); MethodInfo_t * L_35 = V_7; NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_35); MethodBaseU5BU5D_t779831733* L_37 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)1)); MethodInfo_t * L_38 = V_7; NullCheck(L_37); ArrayElementTypeCheck (L_37, L_38); (L_37)->SetAt(static_cast(0), (MethodBase_t *)L_38); NullCheck(L_32); MethodWrap_t801859268 * L_39 = MethodWrapsCache__GenMethodWrap_m2785935813(L_32, L_34, L_36, (RuntimeObject*)(RuntimeObject*)L_37, (bool)0, /*hidden argument*/NULL); intptr_t L_40 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_41 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_41, L_39, L_40, /*hidden argument*/NULL); NullCheck(L_29); ObjectTranslator_PushFixCSFunction_m2016711914(L_29, L_30, L_41, /*hidden argument*/NULL); V_6 = 1; goto IL_00e1; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c6; throw e; } CATCH_00c6: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); intptr_t L_42 = ___L0; Exception_t * L_43 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1125285316, L_43, /*hidden argument*/NULL); int32_t L_45 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_42, L_44, /*hidden argument*/NULL); V_6 = L_45; goto IL_00e1; } // end catch (depth: 1) IL_00e1: { int32_t L_46 = V_6; return L_46; } } // System.Int32 XLua.StaticLuaCallbacks::GetGenericMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_GetGenericMethod_m1548014812 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_GetGenericMethod_m1548014812_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; List_1_t3349700990 * V_4 = NULL; MethodInfoU5BU5D_t2572182361* V_5 = NULL; int32_t V_6 = 0; MethodInfo_t * V_7 = NULL; int32_t V_8 = 0; Exception_t * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); intptr_t G_B16_0; memset(&G_B16_0, 0, sizeof(G_B16_0)); intptr_t G_B15_0; memset(&G_B15_0, 0, sizeof(G_B15_0)); IL_0000: try { // begin try (depth: 1) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; ObjectTranslator_t2020767555 * L_4 = V_0; Type_t * L_5 = StaticLuaCallbacks_getType_m3878680439(NULL /*static, unused*/, L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; Type_t * L_6 = V_1; if (L_6) { goto IL_002c; } } IL_001b: { intptr_t L_7 = ___L0; int32_t L_8 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, _stringLiteral1908205313, /*hidden argument*/NULL); V_2 = L_8; goto IL_012c; } IL_002c: { intptr_t L_9 = ___L0; String_t* L_10 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_9, 2, /*hidden argument*/NULL); V_3 = L_10; String_t* L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0050; } } IL_003f: { intptr_t L_13 = ___L0; int32_t L_14 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_13, _stringLiteral2615975327, /*hidden argument*/NULL); V_2 = L_14; goto IL_012c; } IL_0050: { List_1_t3349700990 * L_15 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_15, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_4 = L_15; Type_t * L_16 = V_1; NullCheck(L_16); MethodInfoU5BU5D_t2572182361* L_17 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_16, ((int32_t)60)); V_5 = L_17; V_6 = 0; goto IL_009d; } IL_0069: { MethodInfoU5BU5D_t2572182361* L_18 = V_5; int32_t L_19 = V_6; NullCheck(L_18); int32_t L_20 = L_19; MethodInfo_t * L_21 = (L_18)->GetAt(static_cast(L_20)); V_7 = L_21; MethodInfo_t * L_22 = V_7; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_22); String_t* L_24 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0097; } } IL_0082: { MethodInfo_t * L_26 = V_7; NullCheck(L_26); bool L_27 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_26); if (!L_27) { goto IL_0097; } } IL_008e: { List_1_t3349700990 * L_28 = V_4; MethodInfo_t * L_29 = V_7; NullCheck(L_28); List_1_Add_m14048474(L_28, L_29, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); } IL_0097: { int32_t L_30 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_009d: { int32_t L_31 = V_6; MethodInfoU5BU5D_t2572182361* L_32 = V_5; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_0069; } } IL_00a8: { V_8 = 0; List_1_t3349700990 * L_33 = V_4; NullCheck(L_33); int32_t L_34 = List_1_get_Count_m335175986(L_33, /*hidden argument*/List_1_get_Count_m335175986_RuntimeMethod_var); if (L_34) { goto IL_00c2; } } IL_00b7: { intptr_t L_35 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); goto IL_010b; } IL_00c2: { intptr_t L_36 = ___L0; bool L_37 = Lua_lua_isinteger_m3661555246(NULL /*static, unused*/, L_36, 3, /*hidden argument*/NULL); if (!L_37) { goto IL_00d7; } } IL_00ce: { intptr_t L_38 = ___L0; int32_t L_39 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_38, 3, /*hidden argument*/NULL); V_8 = L_39; } IL_00d7: { ObjectTranslator_t2020767555 * L_40 = V_0; intptr_t L_41 = ___L0; List_1_t3349700990 * L_42 = V_4; int32_t L_43 = V_8; NullCheck(L_42); MethodInfo_t * L_44 = List_1_get_Item_m1018997905(L_42, L_43, /*hidden argument*/List_1_get_Item_m1018997905_RuntimeMethod_var); NullCheck(L_40); ObjectTranslator_PushAny_m2595410231(L_40, L_41, L_44, /*hidden argument*/NULL); intptr_t L_45 = ___L0; lua_CSFunction_t883524059 * L_46 = ((StaticLuaCallbacks_t3406648379_StaticFields*)il2cpp_codegen_static_fields_for(StaticLuaCallbacks_t3406648379_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_7(); G_B15_0 = L_45; if (L_46) { G_B16_0 = L_45; goto IL_0100; } } IL_00ef: { intptr_t L_47 = (intptr_t)StaticLuaCallbacks_GenericMethodWraper_m4244695569_RuntimeMethod_var; lua_CSFunction_t883524059 * L_48 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_48, NULL, L_47, /*hidden argument*/NULL); ((StaticLuaCallbacks_t3406648379_StaticFields*)il2cpp_codegen_static_fields_for(StaticLuaCallbacks_t3406648379_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_7(L_48); G_B16_0 = G_B15_0; } IL_0100: { lua_CSFunction_t883524059 * L_49 = ((StaticLuaCallbacks_t3406648379_StaticFields*)il2cpp_codegen_static_fields_for(StaticLuaCallbacks_t3406648379_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_7(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B16_0, L_49, 1, /*hidden argument*/NULL); } IL_010b: { goto IL_012a; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0110; throw e; } CATCH_0110: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); intptr_t L_50 = ___L0; Exception_t * L_51 = V_9; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2429835599, L_51, /*hidden argument*/NULL); int32_t L_53 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_50, L_52, /*hidden argument*/NULL); V_2 = L_53; goto IL_012c; } // end catch (depth: 1) IL_012a: { return 1; } IL_012c: { int32_t L_54 = V_2; return L_54; } } // System.Int32 XLua.StaticLuaCallbacks::ReleaseCsObject(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t StaticLuaCallbacks_ReleaseCsObject_m3145077486 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks_ReleaseCsObject_m3145077486_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_ReleaseCSObj_m3635024860(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = 0; goto IL_0033; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001b; throw e; } CATCH_001b: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_5 = ___L0; Exception_t * L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2097210434, L_6, /*hidden argument*/NULL); int32_t L_8 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; goto IL_0033; } // end catch (depth: 1) IL_0033: { int32_t L_9 = V_1; return L_9; } } // System.Boolean XLua.StaticLuaCallbacks::__tryArrayGet(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool StaticLuaCallbacks___tryArrayGet_m2413256706 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___index4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks___tryArrayGet_m2413256706_MetadataUsageId); s_Il2CppMethodInitialized = true; } PeddingU5BU5D_t3342115670* V_0 = NULL; MyStructU5BU5D_t224763702* V_1 = NULL; PushAsTableStructU5BU5D_t621722152* V_2 = NULL; Vector2U5BU5D_t1457185986* V_3 = NULL; Vector3U5BU5D_t1718750761* V_4 = NULL; Vector4U5BU5D_t934056436* V_5 = NULL; ColorU5BU5D_t941916413* V_6 = NULL; QuaternionU5BU5D_t2571361770* V_7 = NULL; RayU5BU5D_t1836217960* V_8 = NULL; BoundsU5BU5D_t3642494291* V_9 = NULL; Ray2DU5BU5D_t528440207* V_10 = NULL; AutoPlayU5BU5D_t3356886732* V_11 = NULL; AxisConstraintU5BU5D_t129559449* V_12 = NULL; EaseU5BU5D_t208787639* V_13 = NULL; LogBehaviourU5BU5D_t3565768338* V_14 = NULL; LoopTypeU5BU5D_t4077846647* V_15 = NULL; PathModeU5BU5D_t2881816821* V_16 = NULL; PathTypeU5BU5D_t2637071820* V_17 = NULL; RotateModeU5BU5D_t1198520587* V_18 = NULL; ScrambleModeU5BU5D_t2400077643* V_19 = NULL; TweenTypeU5BU5D_t4071923671* V_20 = NULL; UpdateTypeU5BU5D_t221619635* V_21 = NULL; MyEnumU5BU5D_t3063337185* V_22 = NULL; { Type_t * L_0 = ___type0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (PeddingU5BU5D_t3342115670_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_002d; } } { RuntimeObject * L_3 = ___obj3; V_0 = ((PeddingU5BU5D_t3342115670*)IsInst((RuntimeObject*)L_3, PeddingU5BU5D_t3342115670_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_4 = ___translator2; intptr_t L_5 = ___L1; PeddingU5BU5D_t3342115670* L_6 = V_0; int32_t L_7 = ___index4; NullCheck(L_6); NullCheck(L_4); ObjectTranslator_PushXLuaTestPedding_m1041412546(L_4, L_5, (*(Pedding_t3796070799 *)((L_6)->GetAddressAt(static_cast(L_7)))), /*hidden argument*/NULL); return (bool)1; } IL_002d: { Type_t * L_8 = ___type0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (MyStructU5BU5D_t224763702_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10)))) { goto IL_005a; } } { RuntimeObject * L_11 = ___obj3; V_1 = ((MyStructU5BU5D_t224763702*)IsInst((RuntimeObject*)L_11, MyStructU5BU5D_t224763702_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_12 = ___translator2; intptr_t L_13 = ___L1; MyStructU5BU5D_t224763702* L_14 = V_1; int32_t L_15 = ___index4; NullCheck(L_14); NullCheck(L_12); ObjectTranslator_PushXLuaTestMyStruct_m284684668(L_12, L_13, (*(MyStruct_t514849583 *)((L_14)->GetAddressAt(static_cast(L_15)))), /*hidden argument*/NULL); return (bool)1; } IL_005a: { Type_t * L_16 = ___type0; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (PushAsTableStructU5BU5D_t621722152_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_18)))) { goto IL_0087; } } { RuntimeObject * L_19 = ___obj3; V_2 = ((PushAsTableStructU5BU5D_t621722152*)IsInst((RuntimeObject*)L_19, PushAsTableStructU5BU5D_t621722152_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_20 = ___translator2; intptr_t L_21 = ___L1; PushAsTableStructU5BU5D_t621722152* L_22 = V_2; int32_t L_23 = ___index4; NullCheck(L_22); NullCheck(L_20); ObjectTranslator_PushXLuaTestPushAsTableStruct_m802976487(L_20, L_21, (*(PushAsTableStruct_t2836609445 *)((L_22)->GetAddressAt(static_cast(L_23)))), /*hidden argument*/NULL); return (bool)1; } IL_0087: { Type_t * L_24 = ___type0; RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (Vector2U5BU5D_t1457185986_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_24) == ((RuntimeObject*)(Type_t *)L_26)))) { goto IL_00b4; } } { RuntimeObject * L_27 = ___obj3; V_3 = ((Vector2U5BU5D_t1457185986*)IsInst((RuntimeObject*)L_27, Vector2U5BU5D_t1457185986_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_28 = ___translator2; intptr_t L_29 = ___L1; Vector2U5BU5D_t1457185986* L_30 = V_3; int32_t L_31 = ___index4; NullCheck(L_30); NullCheck(L_28); ObjectTranslator_PushUnityEngineVector2_m3232111227(L_28, L_29, (*(Vector2_t2156229523 *)((L_30)->GetAddressAt(static_cast(L_31)))), /*hidden argument*/NULL); return (bool)1; } IL_00b4: { Type_t * L_32 = ___type0; RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (Vector3U5BU5D_t1718750761_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_32) == ((RuntimeObject*)(Type_t *)L_34)))) { goto IL_00e3; } } { RuntimeObject * L_35 = ___obj3; V_4 = ((Vector3U5BU5D_t1718750761*)IsInst((RuntimeObject*)L_35, Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_36 = ___translator2; intptr_t L_37 = ___L1; Vector3U5BU5D_t1718750761* L_38 = V_4; int32_t L_39 = ___index4; NullCheck(L_38); NullCheck(L_36); ObjectTranslator_PushUnityEngineVector3_m82247743(L_36, L_37, (*(Vector3_t3722313464 *)((L_38)->GetAddressAt(static_cast(L_39)))), /*hidden argument*/NULL); return (bool)1; } IL_00e3: { Type_t * L_40 = ___type0; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (Vector4U5BU5D_t934056436_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_40) == ((RuntimeObject*)(Type_t *)L_42)))) { goto IL_0112; } } { RuntimeObject * L_43 = ___obj3; V_5 = ((Vector4U5BU5D_t934056436*)IsInst((RuntimeObject*)L_43, Vector4U5BU5D_t934056436_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_44 = ___translator2; intptr_t L_45 = ___L1; Vector4U5BU5D_t934056436* L_46 = V_5; int32_t L_47 = ___index4; NullCheck(L_46); NullCheck(L_44); ObjectTranslator_PushUnityEngineVector4_m1345601328(L_44, L_45, (*(Vector4_t3319028937 *)((L_46)->GetAddressAt(static_cast(L_47)))), /*hidden argument*/NULL); return (bool)1; } IL_0112: { Type_t * L_48 = ___type0; RuntimeTypeHandle_t3027515415 L_49 = { reinterpret_cast (ColorU5BU5D_t941916413_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_48) == ((RuntimeObject*)(Type_t *)L_50)))) { goto IL_0141; } } { RuntimeObject * L_51 = ___obj3; V_6 = ((ColorU5BU5D_t941916413*)IsInst((RuntimeObject*)L_51, ColorU5BU5D_t941916413_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_52 = ___translator2; intptr_t L_53 = ___L1; ColorU5BU5D_t941916413* L_54 = V_6; int32_t L_55 = ___index4; NullCheck(L_54); NullCheck(L_52); ObjectTranslator_PushUnityEngineColor_m234561220(L_52, L_53, (*(Color_t2555686324 *)((L_54)->GetAddressAt(static_cast(L_55)))), /*hidden argument*/NULL); return (bool)1; } IL_0141: { Type_t * L_56 = ___type0; RuntimeTypeHandle_t3027515415 L_57 = { reinterpret_cast (QuaternionU5BU5D_t2571361770_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_58 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_56) == ((RuntimeObject*)(Type_t *)L_58)))) { goto IL_0170; } } { RuntimeObject * L_59 = ___obj3; V_7 = ((QuaternionU5BU5D_t2571361770*)IsInst((RuntimeObject*)L_59, QuaternionU5BU5D_t2571361770_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_60 = ___translator2; intptr_t L_61 = ___L1; QuaternionU5BU5D_t2571361770* L_62 = V_7; int32_t L_63 = ___index4; NullCheck(L_62); NullCheck(L_60); ObjectTranslator_PushUnityEngineQuaternion_m1385659755(L_60, L_61, (*(Quaternion_t2301928331 *)((L_62)->GetAddressAt(static_cast(L_63)))), /*hidden argument*/NULL); return (bool)1; } IL_0170: { Type_t * L_64 = ___type0; RuntimeTypeHandle_t3027515415 L_65 = { reinterpret_cast (RayU5BU5D_t1836217960_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_64) == ((RuntimeObject*)(Type_t *)L_66)))) { goto IL_019f; } } { RuntimeObject * L_67 = ___obj3; V_8 = ((RayU5BU5D_t1836217960*)IsInst((RuntimeObject*)L_67, RayU5BU5D_t1836217960_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_68 = ___translator2; intptr_t L_69 = ___L1; RayU5BU5D_t1836217960* L_70 = V_8; int32_t L_71 = ___index4; NullCheck(L_70); NullCheck(L_68); ObjectTranslator_PushUnityEngineRay_m3647823926(L_68, L_69, (*(Ray_t3785851493 *)((L_70)->GetAddressAt(static_cast(L_71)))), /*hidden argument*/NULL); return (bool)1; } IL_019f: { Type_t * L_72 = ___type0; RuntimeTypeHandle_t3027515415 L_73 = { reinterpret_cast (BoundsU5BU5D_t3642494291_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_74 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_72) == ((RuntimeObject*)(Type_t *)L_74)))) { goto IL_01ce; } } { RuntimeObject * L_75 = ___obj3; V_9 = ((BoundsU5BU5D_t3642494291*)IsInst((RuntimeObject*)L_75, BoundsU5BU5D_t3642494291_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_76 = ___translator2; intptr_t L_77 = ___L1; BoundsU5BU5D_t3642494291* L_78 = V_9; int32_t L_79 = ___index4; NullCheck(L_78); NullCheck(L_76); ObjectTranslator_PushUnityEngineBounds_m1034727825(L_76, L_77, (*(Bounds_t2266837910 *)((L_78)->GetAddressAt(static_cast(L_79)))), /*hidden argument*/NULL); return (bool)1; } IL_01ce: { Type_t * L_80 = ___type0; RuntimeTypeHandle_t3027515415 L_81 = { reinterpret_cast (Ray2DU5BU5D_t528440207_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_82 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_81, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_80) == ((RuntimeObject*)(Type_t *)L_82)))) { goto IL_01fd; } } { RuntimeObject * L_83 = ___obj3; V_10 = ((Ray2DU5BU5D_t528440207*)IsInst((RuntimeObject*)L_83, Ray2DU5BU5D_t528440207_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_84 = ___translator2; intptr_t L_85 = ___L1; Ray2DU5BU5D_t528440207* L_86 = V_10; int32_t L_87 = ___index4; NullCheck(L_86); NullCheck(L_84); ObjectTranslator_PushUnityEngineRay2D_m2230845372(L_84, L_85, (*(Ray2D_t2082843914 *)((L_86)->GetAddressAt(static_cast(L_87)))), /*hidden argument*/NULL); return (bool)1; } IL_01fd: { Type_t * L_88 = ___type0; RuntimeTypeHandle_t3027515415 L_89 = { reinterpret_cast (AutoPlayU5BU5D_t3356886732_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_90 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_89, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_88) == ((RuntimeObject*)(Type_t *)L_90)))) { goto IL_0223; } } { RuntimeObject * L_91 = ___obj3; V_11 = ((AutoPlayU5BU5D_t3356886732*)IsInst((RuntimeObject*)L_91, AutoPlayU5BU5D_t3356886732_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_92 = ___translator2; intptr_t L_93 = ___L1; AutoPlayU5BU5D_t3356886732* L_94 = V_11; int32_t L_95 = ___index4; NullCheck(L_94); int32_t L_96 = L_95; int32_t L_97 = (L_94)->GetAt(static_cast(L_96)); NullCheck(L_92); ObjectTranslator_PushDGTweeningAutoPlay_m3886690983(L_92, L_93, L_97, /*hidden argument*/NULL); return (bool)1; } IL_0223: { Type_t * L_98 = ___type0; RuntimeTypeHandle_t3027515415 L_99 = { reinterpret_cast (AxisConstraintU5BU5D_t129559449_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_100 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_99, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_98) == ((RuntimeObject*)(Type_t *)L_100)))) { goto IL_0249; } } { RuntimeObject * L_101 = ___obj3; V_12 = ((AxisConstraintU5BU5D_t129559449*)IsInst((RuntimeObject*)L_101, AxisConstraintU5BU5D_t129559449_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_102 = ___translator2; intptr_t L_103 = ___L1; AxisConstraintU5BU5D_t129559449* L_104 = V_12; int32_t L_105 = ___index4; NullCheck(L_104); int32_t L_106 = L_105; int32_t L_107 = (L_104)->GetAt(static_cast(L_106)); NullCheck(L_102); ObjectTranslator_PushDGTweeningAxisConstraint_m4080567124(L_102, L_103, L_107, /*hidden argument*/NULL); return (bool)1; } IL_0249: { Type_t * L_108 = ___type0; RuntimeTypeHandle_t3027515415 L_109 = { reinterpret_cast (EaseU5BU5D_t208787639_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_110 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_108) == ((RuntimeObject*)(Type_t *)L_110)))) { goto IL_026f; } } { RuntimeObject * L_111 = ___obj3; V_13 = ((EaseU5BU5D_t208787639*)IsInst((RuntimeObject*)L_111, EaseU5BU5D_t208787639_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_112 = ___translator2; intptr_t L_113 = ___L1; EaseU5BU5D_t208787639* L_114 = V_13; int32_t L_115 = ___index4; NullCheck(L_114); int32_t L_116 = L_115; int32_t L_117 = (L_114)->GetAt(static_cast(L_116)); NullCheck(L_112); ObjectTranslator_PushDGTweeningEase_m1764940980(L_112, L_113, L_117, /*hidden argument*/NULL); return (bool)1; } IL_026f: { Type_t * L_118 = ___type0; RuntimeTypeHandle_t3027515415 L_119 = { reinterpret_cast (LogBehaviourU5BU5D_t3565768338_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_120 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_119, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_118) == ((RuntimeObject*)(Type_t *)L_120)))) { goto IL_0295; } } { RuntimeObject * L_121 = ___obj3; V_14 = ((LogBehaviourU5BU5D_t3565768338*)IsInst((RuntimeObject*)L_121, LogBehaviourU5BU5D_t3565768338_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_122 = ___translator2; intptr_t L_123 = ___L1; LogBehaviourU5BU5D_t3565768338* L_124 = V_14; int32_t L_125 = ___index4; NullCheck(L_124); int32_t L_126 = L_125; int32_t L_127 = (L_124)->GetAt(static_cast(L_126)); NullCheck(L_122); ObjectTranslator_PushDGTweeningLogBehaviour_m4233091606(L_122, L_123, L_127, /*hidden argument*/NULL); return (bool)1; } IL_0295: { Type_t * L_128 = ___type0; RuntimeTypeHandle_t3027515415 L_129 = { reinterpret_cast (LoopTypeU5BU5D_t4077846647_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_130 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_129, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_128) == ((RuntimeObject*)(Type_t *)L_130)))) { goto IL_02bb; } } { RuntimeObject * L_131 = ___obj3; V_15 = ((LoopTypeU5BU5D_t4077846647*)IsInst((RuntimeObject*)L_131, LoopTypeU5BU5D_t4077846647_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_132 = ___translator2; intptr_t L_133 = ___L1; LoopTypeU5BU5D_t4077846647* L_134 = V_15; int32_t L_135 = ___index4; NullCheck(L_134); int32_t L_136 = L_135; int32_t L_137 = (L_134)->GetAt(static_cast(L_136)); NullCheck(L_132); ObjectTranslator_PushDGTweeningLoopType_m1876084289(L_132, L_133, L_137, /*hidden argument*/NULL); return (bool)1; } IL_02bb: { Type_t * L_138 = ___type0; RuntimeTypeHandle_t3027515415 L_139 = { reinterpret_cast (PathModeU5BU5D_t2881816821_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_140 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_139, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_138) == ((RuntimeObject*)(Type_t *)L_140)))) { goto IL_02e1; } } { RuntimeObject * L_141 = ___obj3; V_16 = ((PathModeU5BU5D_t2881816821*)IsInst((RuntimeObject*)L_141, PathModeU5BU5D_t2881816821_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_142 = ___translator2; intptr_t L_143 = ___L1; PathModeU5BU5D_t2881816821* L_144 = V_16; int32_t L_145 = ___index4; NullCheck(L_144); int32_t L_146 = L_145; int32_t L_147 = (L_144)->GetAt(static_cast(L_146)); NullCheck(L_142); ObjectTranslator_PushDGTweeningPathMode_m320252973(L_142, L_143, L_147, /*hidden argument*/NULL); return (bool)1; } IL_02e1: { Type_t * L_148 = ___type0; RuntimeTypeHandle_t3027515415 L_149 = { reinterpret_cast (PathTypeU5BU5D_t2637071820_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_150 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_149, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_148) == ((RuntimeObject*)(Type_t *)L_150)))) { goto IL_0307; } } { RuntimeObject * L_151 = ___obj3; V_17 = ((PathTypeU5BU5D_t2637071820*)IsInst((RuntimeObject*)L_151, PathTypeU5BU5D_t2637071820_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_152 = ___translator2; intptr_t L_153 = ___L1; PathTypeU5BU5D_t2637071820* L_154 = V_17; int32_t L_155 = ___index4; NullCheck(L_154); int32_t L_156 = L_155; int32_t L_157 = (L_154)->GetAt(static_cast(L_156)); NullCheck(L_152); ObjectTranslator_PushDGTweeningPathType_m646643691(L_152, L_153, L_157, /*hidden argument*/NULL); return (bool)1; } IL_0307: { Type_t * L_158 = ___type0; RuntimeTypeHandle_t3027515415 L_159 = { reinterpret_cast (RotateModeU5BU5D_t1198520587_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_160 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_159, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_158) == ((RuntimeObject*)(Type_t *)L_160)))) { goto IL_032d; } } { RuntimeObject * L_161 = ___obj3; V_18 = ((RotateModeU5BU5D_t1198520587*)IsInst((RuntimeObject*)L_161, RotateModeU5BU5D_t1198520587_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_162 = ___translator2; intptr_t L_163 = ___L1; RotateModeU5BU5D_t1198520587* L_164 = V_18; int32_t L_165 = ___index4; NullCheck(L_164); int32_t L_166 = L_165; int32_t L_167 = (L_164)->GetAt(static_cast(L_166)); NullCheck(L_162); ObjectTranslator_PushDGTweeningRotateMode_m2958424918(L_162, L_163, L_167, /*hidden argument*/NULL); return (bool)1; } IL_032d: { Type_t * L_168 = ___type0; RuntimeTypeHandle_t3027515415 L_169 = { reinterpret_cast (ScrambleModeU5BU5D_t2400077643_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_170 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_169, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_168) == ((RuntimeObject*)(Type_t *)L_170)))) { goto IL_0353; } } { RuntimeObject * L_171 = ___obj3; V_19 = ((ScrambleModeU5BU5D_t2400077643*)IsInst((RuntimeObject*)L_171, ScrambleModeU5BU5D_t2400077643_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_172 = ___translator2; intptr_t L_173 = ___L1; ScrambleModeU5BU5D_t2400077643* L_174 = V_19; int32_t L_175 = ___index4; NullCheck(L_174); int32_t L_176 = L_175; int32_t L_177 = (L_174)->GetAt(static_cast(L_176)); NullCheck(L_172); ObjectTranslator_PushDGTweeningScrambleMode_m654669223(L_172, L_173, L_177, /*hidden argument*/NULL); return (bool)1; } IL_0353: { Type_t * L_178 = ___type0; RuntimeTypeHandle_t3027515415 L_179 = { reinterpret_cast (TweenTypeU5BU5D_t4071923671_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_180 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_179, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_178) == ((RuntimeObject*)(Type_t *)L_180)))) { goto IL_0379; } } { RuntimeObject * L_181 = ___obj3; V_20 = ((TweenTypeU5BU5D_t4071923671*)IsInst((RuntimeObject*)L_181, TweenTypeU5BU5D_t4071923671_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_182 = ___translator2; intptr_t L_183 = ___L1; TweenTypeU5BU5D_t4071923671* L_184 = V_20; int32_t L_185 = ___index4; NullCheck(L_184); int32_t L_186 = L_185; int32_t L_187 = (L_184)->GetAt(static_cast(L_186)); NullCheck(L_182); ObjectTranslator_PushDGTweeningTweenType_m1443697377(L_182, L_183, L_187, /*hidden argument*/NULL); return (bool)1; } IL_0379: { Type_t * L_188 = ___type0; RuntimeTypeHandle_t3027515415 L_189 = { reinterpret_cast (UpdateTypeU5BU5D_t221619635_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_190 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_189, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_188) == ((RuntimeObject*)(Type_t *)L_190)))) { goto IL_039f; } } { RuntimeObject * L_191 = ___obj3; V_21 = ((UpdateTypeU5BU5D_t221619635*)IsInst((RuntimeObject*)L_191, UpdateTypeU5BU5D_t221619635_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_192 = ___translator2; intptr_t L_193 = ___L1; UpdateTypeU5BU5D_t221619635* L_194 = V_21; int32_t L_195 = ___index4; NullCheck(L_194); int32_t L_196 = L_195; int32_t L_197 = (L_194)->GetAt(static_cast(L_196)); NullCheck(L_192); ObjectTranslator_PushDGTweeningUpdateType_m1496001566(L_192, L_193, L_197, /*hidden argument*/NULL); return (bool)1; } IL_039f: { Type_t * L_198 = ___type0; RuntimeTypeHandle_t3027515415 L_199 = { reinterpret_cast (MyEnumU5BU5D_t3063337185_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_200 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_199, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_198) == ((RuntimeObject*)(Type_t *)L_200)))) { goto IL_03c5; } } { RuntimeObject * L_201 = ___obj3; V_22 = ((MyEnumU5BU5D_t3063337185*)IsInst((RuntimeObject*)L_201, MyEnumU5BU5D_t3063337185_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_202 = ___translator2; intptr_t L_203 = ___L1; MyEnumU5BU5D_t3063337185* L_204 = V_22; int32_t L_205 = ___index4; NullCheck(L_204); int32_t L_206 = L_205; int32_t L_207 = (L_204)->GetAt(static_cast(L_206)); NullCheck(L_202); ObjectTranslator_PushXLuaTestMyEnum_m329911794(L_202, L_203, L_207, /*hidden argument*/NULL); return (bool)1; } IL_03c5: { return (bool)0; } } // System.Boolean XLua.StaticLuaCallbacks::__tryArraySet(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool StaticLuaCallbacks___tryArraySet_m2173055635 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___array_idx4, int32_t ___obj_idx5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticLuaCallbacks___tryArraySet_m2173055635_MetadataUsageId); s_Il2CppMethodInitialized = true; } PeddingU5BU5D_t3342115670* V_0 = NULL; MyStructU5BU5D_t224763702* V_1 = NULL; PushAsTableStructU5BU5D_t621722152* V_2 = NULL; Vector2U5BU5D_t1457185986* V_3 = NULL; Vector3U5BU5D_t1718750761* V_4 = NULL; Vector4U5BU5D_t934056436* V_5 = NULL; ColorU5BU5D_t941916413* V_6 = NULL; QuaternionU5BU5D_t2571361770* V_7 = NULL; RayU5BU5D_t1836217960* V_8 = NULL; BoundsU5BU5D_t3642494291* V_9 = NULL; Ray2DU5BU5D_t528440207* V_10 = NULL; AutoPlayU5BU5D_t3356886732* V_11 = NULL; AxisConstraintU5BU5D_t129559449* V_12 = NULL; EaseU5BU5D_t208787639* V_13 = NULL; LogBehaviourU5BU5D_t3565768338* V_14 = NULL; LoopTypeU5BU5D_t4077846647* V_15 = NULL; PathModeU5BU5D_t2881816821* V_16 = NULL; PathTypeU5BU5D_t2637071820* V_17 = NULL; RotateModeU5BU5D_t1198520587* V_18 = NULL; ScrambleModeU5BU5D_t2400077643* V_19 = NULL; TweenTypeU5BU5D_t4071923671* V_20 = NULL; UpdateTypeU5BU5D_t221619635* V_21 = NULL; MyEnumU5BU5D_t3063337185* V_22 = NULL; { Type_t * L_0 = ___type0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (PeddingU5BU5D_t3342115670_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_002a; } } { RuntimeObject * L_3 = ___obj3; V_0 = ((PeddingU5BU5D_t3342115670*)IsInst((RuntimeObject*)L_3, PeddingU5BU5D_t3342115670_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_4 = ___translator2; intptr_t L_5 = ___L1; int32_t L_6 = ___obj_idx5; PeddingU5BU5D_t3342115670* L_7 = V_0; int32_t L_8 = ___array_idx4; NullCheck(L_7); NullCheck(L_4); ObjectTranslator_Get_m3350086819(L_4, L_5, L_6, ((L_7)->GetAddressAt(static_cast(L_8))), /*hidden argument*/NULL); return (bool)1; } IL_002a: { Type_t * L_9 = ___type0; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (MyStructU5BU5D_t224763702_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))) { goto IL_0054; } } { RuntimeObject * L_12 = ___obj3; V_1 = ((MyStructU5BU5D_t224763702*)IsInst((RuntimeObject*)L_12, MyStructU5BU5D_t224763702_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_13 = ___translator2; intptr_t L_14 = ___L1; int32_t L_15 = ___obj_idx5; MyStructU5BU5D_t224763702* L_16 = V_1; int32_t L_17 = ___array_idx4; NullCheck(L_16); NullCheck(L_13); ObjectTranslator_Get_m94430953(L_13, L_14, L_15, ((L_16)->GetAddressAt(static_cast(L_17))), /*hidden argument*/NULL); return (bool)1; } IL_0054: { Type_t * L_18 = ___type0; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (PushAsTableStructU5BU5D_t621722152_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_18) == ((RuntimeObject*)(Type_t *)L_20)))) { goto IL_007e; } } { RuntimeObject * L_21 = ___obj3; V_2 = ((PushAsTableStructU5BU5D_t621722152*)IsInst((RuntimeObject*)L_21, PushAsTableStructU5BU5D_t621722152_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_22 = ___translator2; intptr_t L_23 = ___L1; int32_t L_24 = ___obj_idx5; PushAsTableStructU5BU5D_t621722152* L_25 = V_2; int32_t L_26 = ___array_idx4; NullCheck(L_25); NullCheck(L_22); ObjectTranslator_Get_m2053411285(L_22, L_23, L_24, ((L_25)->GetAddressAt(static_cast(L_26))), /*hidden argument*/NULL); return (bool)1; } IL_007e: { Type_t * L_27 = ___type0; RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (Vector2U5BU5D_t1457185986_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_27) == ((RuntimeObject*)(Type_t *)L_29)))) { goto IL_00a8; } } { RuntimeObject * L_30 = ___obj3; V_3 = ((Vector2U5BU5D_t1457185986*)IsInst((RuntimeObject*)L_30, Vector2U5BU5D_t1457185986_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_31 = ___translator2; intptr_t L_32 = ___L1; int32_t L_33 = ___obj_idx5; Vector2U5BU5D_t1457185986* L_34 = V_3; int32_t L_35 = ___array_idx4; NullCheck(L_34); NullCheck(L_31); ObjectTranslator_Get_m1627229422(L_31, L_32, L_33, ((L_34)->GetAddressAt(static_cast(L_35))), /*hidden argument*/NULL); return (bool)1; } IL_00a8: { Type_t * L_36 = ___type0; RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (Vector3U5BU5D_t1718750761_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_36) == ((RuntimeObject*)(Type_t *)L_38)))) { goto IL_00d4; } } { RuntimeObject * L_39 = ___obj3; V_4 = ((Vector3U5BU5D_t1718750761*)IsInst((RuntimeObject*)L_39, Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_40 = ___translator2; intptr_t L_41 = ___L1; int32_t L_42 = ___obj_idx5; Vector3U5BU5D_t1718750761* L_43 = V_4; int32_t L_44 = ___array_idx4; NullCheck(L_43); NullCheck(L_40); ObjectTranslator_Get_m1627229423(L_40, L_41, L_42, ((L_43)->GetAddressAt(static_cast(L_44))), /*hidden argument*/NULL); return (bool)1; } IL_00d4: { Type_t * L_45 = ___type0; RuntimeTypeHandle_t3027515415 L_46 = { reinterpret_cast (Vector4U5BU5D_t934056436_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_47 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_45) == ((RuntimeObject*)(Type_t *)L_47)))) { goto IL_0100; } } { RuntimeObject * L_48 = ___obj3; V_5 = ((Vector4U5BU5D_t934056436*)IsInst((RuntimeObject*)L_48, Vector4U5BU5D_t934056436_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_49 = ___translator2; intptr_t L_50 = ___L1; int32_t L_51 = ___obj_idx5; Vector4U5BU5D_t934056436* L_52 = V_5; int32_t L_53 = ___array_idx4; NullCheck(L_52); NullCheck(L_49); ObjectTranslator_Get_m1627229428(L_49, L_50, L_51, ((L_52)->GetAddressAt(static_cast(L_53))), /*hidden argument*/NULL); return (bool)1; } IL_0100: { Type_t * L_54 = ___type0; RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (ColorU5BU5D_t941916413_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_54) == ((RuntimeObject*)(Type_t *)L_56)))) { goto IL_012c; } } { RuntimeObject * L_57 = ___obj3; V_6 = ((ColorU5BU5D_t941916413*)IsInst((RuntimeObject*)L_57, ColorU5BU5D_t941916413_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_58 = ___translator2; intptr_t L_59 = ___L1; int32_t L_60 = ___obj_idx5; ColorU5BU5D_t941916413* L_61 = V_6; int32_t L_62 = ___array_idx4; NullCheck(L_61); NullCheck(L_58); ObjectTranslator_Get_m1529026408(L_58, L_59, L_60, ((L_61)->GetAddressAt(static_cast(L_62))), /*hidden argument*/NULL); return (bool)1; } IL_012c: { Type_t * L_63 = ___type0; RuntimeTypeHandle_t3027515415 L_64 = { reinterpret_cast (QuaternionU5BU5D_t2571361770_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_63) == ((RuntimeObject*)(Type_t *)L_65)))) { goto IL_0158; } } { RuntimeObject * L_66 = ___obj3; V_7 = ((QuaternionU5BU5D_t2571361770*)IsInst((RuntimeObject*)L_66, QuaternionU5BU5D_t2571361770_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_67 = ___translator2; intptr_t L_68 = ___L1; int32_t L_69 = ___obj_idx5; QuaternionU5BU5D_t2571361770* L_70 = V_7; int32_t L_71 = ___array_idx4; NullCheck(L_70); NullCheck(L_67); ObjectTranslator_Get_m3946340519(L_67, L_68, L_69, ((L_70)->GetAddressAt(static_cast(L_71))), /*hidden argument*/NULL); return (bool)1; } IL_0158: { Type_t * L_72 = ___type0; RuntimeTypeHandle_t3027515415 L_73 = { reinterpret_cast (RayU5BU5D_t1836217960_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_74 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_72) == ((RuntimeObject*)(Type_t *)L_74)))) { goto IL_0184; } } { RuntimeObject * L_75 = ___obj3; V_8 = ((RayU5BU5D_t1836217960*)IsInst((RuntimeObject*)L_75, RayU5BU5D_t1836217960_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_76 = ___translator2; intptr_t L_77 = ___L1; int32_t L_78 = ___obj_idx5; RayU5BU5D_t1836217960* L_79 = V_8; int32_t L_80 = ___array_idx4; NullCheck(L_79); NullCheck(L_76); ObjectTranslator_Get_m1877761728(L_76, L_77, L_78, ((L_79)->GetAddressAt(static_cast(L_80))), /*hidden argument*/NULL); return (bool)1; } IL_0184: { Type_t * L_81 = ___type0; RuntimeTypeHandle_t3027515415 L_82 = { reinterpret_cast (BoundsU5BU5D_t3642494291_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_83 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_82, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_81) == ((RuntimeObject*)(Type_t *)L_83)))) { goto IL_01b0; } } { RuntimeObject * L_84 = ___obj3; V_9 = ((BoundsU5BU5D_t3642494291*)IsInst((RuntimeObject*)L_84, BoundsU5BU5D_t3642494291_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_85 = ___translator2; intptr_t L_86 = ___L1; int32_t L_87 = ___obj_idx5; BoundsU5BU5D_t3642494291* L_88 = V_9; int32_t L_89 = ___array_idx4; NullCheck(L_88); NullCheck(L_85); ObjectTranslator_Get_m4012846247(L_85, L_86, L_87, ((L_88)->GetAddressAt(static_cast(L_89))), /*hidden argument*/NULL); return (bool)1; } IL_01b0: { Type_t * L_90 = ___type0; RuntimeTypeHandle_t3027515415 L_91 = { reinterpret_cast (Ray2DU5BU5D_t528440207_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_92 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_90) == ((RuntimeObject*)(Type_t *)L_92)))) { goto IL_01dc; } } { RuntimeObject * L_93 = ___obj3; V_10 = ((Ray2DU5BU5D_t528440207*)IsInst((RuntimeObject*)L_93, Ray2DU5BU5D_t528440207_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_94 = ___translator2; intptr_t L_95 = ___L1; int32_t L_96 = ___obj_idx5; Ray2DU5BU5D_t528440207* L_97 = V_10; int32_t L_98 = ___array_idx4; NullCheck(L_97); NullCheck(L_94); ObjectTranslator_Get_m71339646(L_94, L_95, L_96, ((L_97)->GetAddressAt(static_cast(L_98))), /*hidden argument*/NULL); return (bool)1; } IL_01dc: { Type_t * L_99 = ___type0; RuntimeTypeHandle_t3027515415 L_100 = { reinterpret_cast (AutoPlayU5BU5D_t3356886732_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_101 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_100, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_99) == ((RuntimeObject*)(Type_t *)L_101)))) { goto IL_0208; } } { RuntimeObject * L_102 = ___obj3; V_11 = ((AutoPlayU5BU5D_t3356886732*)IsInst((RuntimeObject*)L_102, AutoPlayU5BU5D_t3356886732_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_103 = ___translator2; intptr_t L_104 = ___L1; int32_t L_105 = ___obj_idx5; AutoPlayU5BU5D_t3356886732* L_106 = V_11; int32_t L_107 = ___array_idx4; NullCheck(L_106); NullCheck(L_103); ObjectTranslator_Get_m3236875037(L_103, L_104, L_105, ((L_106)->GetAddressAt(static_cast(L_107))), /*hidden argument*/NULL); return (bool)1; } IL_0208: { Type_t * L_108 = ___type0; RuntimeTypeHandle_t3027515415 L_109 = { reinterpret_cast (AxisConstraintU5BU5D_t129559449_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_110 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_108) == ((RuntimeObject*)(Type_t *)L_110)))) { goto IL_0234; } } { RuntimeObject * L_111 = ___obj3; V_12 = ((AxisConstraintU5BU5D_t129559449*)IsInst((RuntimeObject*)L_111, AxisConstraintU5BU5D_t129559449_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_112 = ___translator2; intptr_t L_113 = ___L1; int32_t L_114 = ___obj_idx5; AxisConstraintU5BU5D_t129559449* L_115 = V_12; int32_t L_116 = ___array_idx4; NullCheck(L_115); NullCheck(L_112); ObjectTranslator_Get_m3189878663(L_112, L_113, L_114, ((L_115)->GetAddressAt(static_cast(L_116))), /*hidden argument*/NULL); return (bool)1; } IL_0234: { Type_t * L_117 = ___type0; RuntimeTypeHandle_t3027515415 L_118 = { reinterpret_cast (EaseU5BU5D_t208787639_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_119 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_118, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_117) == ((RuntimeObject*)(Type_t *)L_119)))) { goto IL_0260; } } { RuntimeObject * L_120 = ___obj3; V_13 = ((EaseU5BU5D_t208787639*)IsInst((RuntimeObject*)L_120, EaseU5BU5D_t208787639_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_121 = ___translator2; intptr_t L_122 = ___L1; int32_t L_123 = ___obj_idx5; EaseU5BU5D_t208787639* L_124 = V_13; int32_t L_125 = ___array_idx4; NullCheck(L_124); NullCheck(L_121); ObjectTranslator_Get_m2473396835(L_121, L_122, L_123, ((L_124)->GetAddressAt(static_cast(L_125))), /*hidden argument*/NULL); return (bool)1; } IL_0260: { Type_t * L_126 = ___type0; RuntimeTypeHandle_t3027515415 L_127 = { reinterpret_cast (LogBehaviourU5BU5D_t3565768338_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_128 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_127, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_126) == ((RuntimeObject*)(Type_t *)L_128)))) { goto IL_028c; } } { RuntimeObject * L_129 = ___obj3; V_14 = ((LogBehaviourU5BU5D_t3565768338*)IsInst((RuntimeObject*)L_129, LogBehaviourU5BU5D_t3565768338_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_130 = ___translator2; intptr_t L_131 = ___L1; int32_t L_132 = ___obj_idx5; LogBehaviourU5BU5D_t3565768338* L_133 = V_14; int32_t L_134 = ___array_idx4; NullCheck(L_133); NullCheck(L_130); ObjectTranslator_Get_m2627530738(L_130, L_131, L_132, ((L_133)->GetAddressAt(static_cast(L_134))), /*hidden argument*/NULL); return (bool)1; } IL_028c: { Type_t * L_135 = ___type0; RuntimeTypeHandle_t3027515415 L_136 = { reinterpret_cast (LoopTypeU5BU5D_t4077846647_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_137 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_136, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_135) == ((RuntimeObject*)(Type_t *)L_137)))) { goto IL_02b8; } } { RuntimeObject * L_138 = ___obj3; V_15 = ((LoopTypeU5BU5D_t4077846647*)IsInst((RuntimeObject*)L_138, LoopTypeU5BU5D_t4077846647_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_139 = ___translator2; intptr_t L_140 = ___L1; int32_t L_141 = ___obj_idx5; LoopTypeU5BU5D_t4077846647* L_142 = V_15; int32_t L_143 = ___array_idx4; NullCheck(L_142); NullCheck(L_139); ObjectTranslator_Get_m1447675128(L_139, L_140, L_141, ((L_142)->GetAddressAt(static_cast(L_143))), /*hidden argument*/NULL); return (bool)1; } IL_02b8: { Type_t * L_144 = ___type0; RuntimeTypeHandle_t3027515415 L_145 = { reinterpret_cast (PathModeU5BU5D_t2881816821_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_146 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_145, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_144) == ((RuntimeObject*)(Type_t *)L_146)))) { goto IL_02e4; } } { RuntimeObject * L_147 = ___obj3; V_16 = ((PathModeU5BU5D_t2881816821*)IsInst((RuntimeObject*)L_147, PathModeU5BU5D_t2881816821_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_148 = ___translator2; intptr_t L_149 = ___L1; int32_t L_150 = ___obj_idx5; PathModeU5BU5D_t2881816821* L_151 = V_16; int32_t L_152 = ___array_idx4; NullCheck(L_151); NullCheck(L_148); ObjectTranslator_Get_m2906801996(L_148, L_149, L_150, ((L_151)->GetAddressAt(static_cast(L_152))), /*hidden argument*/NULL); return (bool)1; } IL_02e4: { Type_t * L_153 = ___type0; RuntimeTypeHandle_t3027515415 L_154 = { reinterpret_cast (PathTypeU5BU5D_t2637071820_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_155 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_154, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_153) == ((RuntimeObject*)(Type_t *)L_155)))) { goto IL_0310; } } { RuntimeObject * L_156 = ___obj3; V_17 = ((PathTypeU5BU5D_t2637071820*)IsInst((RuntimeObject*)L_156, PathTypeU5BU5D_t2637071820_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_157 = ___translator2; intptr_t L_158 = ___L1; int32_t L_159 = ___obj_idx5; PathTypeU5BU5D_t2637071820* L_160 = V_17; int32_t L_161 = ___array_idx4; NullCheck(L_160); NullCheck(L_157); ObjectTranslator_Get_m3757128783(L_157, L_158, L_159, ((L_160)->GetAddressAt(static_cast(L_161))), /*hidden argument*/NULL); return (bool)1; } IL_0310: { Type_t * L_162 = ___type0; RuntimeTypeHandle_t3027515415 L_163 = { reinterpret_cast (RotateModeU5BU5D_t1198520587_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_164 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_163, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_162) == ((RuntimeObject*)(Type_t *)L_164)))) { goto IL_033c; } } { RuntimeObject * L_165 = ___obj3; V_18 = ((RotateModeU5BU5D_t1198520587*)IsInst((RuntimeObject*)L_165, RotateModeU5BU5D_t1198520587_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_166 = ___translator2; intptr_t L_167 = ___L1; int32_t L_168 = ___obj_idx5; RotateModeU5BU5D_t1198520587* L_169 = V_18; int32_t L_170 = ___array_idx4; NullCheck(L_169); NullCheck(L_166); ObjectTranslator_Get_m1355366945(L_166, L_167, L_168, ((L_169)->GetAddressAt(static_cast(L_170))), /*hidden argument*/NULL); return (bool)1; } IL_033c: { Type_t * L_171 = ___type0; RuntimeTypeHandle_t3027515415 L_172 = { reinterpret_cast (ScrambleModeU5BU5D_t2400077643_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_173 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_172, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_171) == ((RuntimeObject*)(Type_t *)L_173)))) { goto IL_0368; } } { RuntimeObject * L_174 = ___obj3; V_19 = ((ScrambleModeU5BU5D_t2400077643*)IsInst((RuntimeObject*)L_174, ScrambleModeU5BU5D_t2400077643_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_175 = ___translator2; intptr_t L_176 = ___L1; int32_t L_177 = ___obj_idx5; ScrambleModeU5BU5D_t2400077643* L_178 = V_19; int32_t L_179 = ___array_idx4; NullCheck(L_178); NullCheck(L_175); ObjectTranslator_Get_m1895878831(L_175, L_176, L_177, ((L_178)->GetAddressAt(static_cast(L_179))), /*hidden argument*/NULL); return (bool)1; } IL_0368: { Type_t * L_180 = ___type0; RuntimeTypeHandle_t3027515415 L_181 = { reinterpret_cast (TweenTypeU5BU5D_t4071923671_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_182 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_181, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_180) == ((RuntimeObject*)(Type_t *)L_182)))) { goto IL_0394; } } { RuntimeObject * L_183 = ___obj3; V_20 = ((TweenTypeU5BU5D_t4071923671*)IsInst((RuntimeObject*)L_183, TweenTypeU5BU5D_t4071923671_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_184 = ___translator2; intptr_t L_185 = ___L1; int32_t L_186 = ___obj_idx5; TweenTypeU5BU5D_t4071923671* L_187 = V_20; int32_t L_188 = ___array_idx4; NullCheck(L_187); NullCheck(L_184); ObjectTranslator_Get_m1350035902(L_184, L_185, L_186, ((L_187)->GetAddressAt(static_cast(L_188))), /*hidden argument*/NULL); return (bool)1; } IL_0394: { Type_t * L_189 = ___type0; RuntimeTypeHandle_t3027515415 L_190 = { reinterpret_cast (UpdateTypeU5BU5D_t221619635_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_191 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_190, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_189) == ((RuntimeObject*)(Type_t *)L_191)))) { goto IL_03c0; } } { RuntimeObject * L_192 = ___obj3; V_21 = ((UpdateTypeU5BU5D_t221619635*)IsInst((RuntimeObject*)L_192, UpdateTypeU5BU5D_t221619635_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_193 = ___translator2; intptr_t L_194 = ___L1; int32_t L_195 = ___obj_idx5; UpdateTypeU5BU5D_t221619635* L_196 = V_21; int32_t L_197 = ___array_idx4; NullCheck(L_196); NullCheck(L_193); ObjectTranslator_Get_m1519651315(L_193, L_194, L_195, ((L_196)->GetAddressAt(static_cast(L_197))), /*hidden argument*/NULL); return (bool)1; } IL_03c0: { Type_t * L_198 = ___type0; RuntimeTypeHandle_t3027515415 L_199 = { reinterpret_cast (MyEnumU5BU5D_t3063337185_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_200 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_199, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_198) == ((RuntimeObject*)(Type_t *)L_200)))) { goto IL_03ec; } } { RuntimeObject * L_201 = ___obj3; V_22 = ((MyEnumU5BU5D_t3063337185*)IsInst((RuntimeObject*)L_201, MyEnumU5BU5D_t3063337185_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_202 = ___translator2; intptr_t L_203 = ___L1; int32_t L_204 = ___obj_idx5; MyEnumU5BU5D_t3063337185* L_205 = V_22; int32_t L_206 = ___array_idx4; NullCheck(L_205); NullCheck(L_202); ObjectTranslator_Get_m3404519673(L_202, L_203, L_204, ((L_205)->GetAddressAt(static_cast(L_206))), /*hidden argument*/NULL); return (bool)1; } IL_03ec: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 XLua.SysGenConfig::get_GCOptimize() extern "C" IL2CPP_METHOD_ATTR List_1_t3956019502 * SysGenConfig_get_GCOptimize_m1594604942 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SysGenConfig_get_GCOptimize_m1594604942_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3956019502 * V_0 = NULL; { List_1_t3956019502 * L_0 = (List_1_t3956019502 *)il2cpp_codegen_object_new(List_1_t3956019502_il2cpp_TypeInfo_var); List_1__ctor_m3073166008(L_0, /*hidden argument*/List_1__ctor_m3073166008_RuntimeMethod_var); V_0 = L_0; List_1_t3956019502 * L_1 = V_0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Vector2_t2156229523_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); List_1_Add_m576010208(L_1, L_3, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_4 = V_0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Vector3_t3722313464_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); List_1_Add_m576010208(L_4, L_6, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_7 = V_0; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Vector4_t3319028937_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m576010208(L_7, L_9, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_10 = V_0; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Color_t2555686324_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); List_1_Add_m576010208(L_10, L_12, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_13 = V_0; RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (Quaternion_t2301928331_0_0_0_var) }; Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); List_1_Add_m576010208(L_13, L_15, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_16 = V_0; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Ray_t3785851493_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); List_1_Add_m576010208(L_16, L_18, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_19 = V_0; RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (Bounds_t2266837910_0_0_0_var) }; Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); List_1_Add_m576010208(L_19, L_21, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_22 = V_0; RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (Ray2D_t2082843914_0_0_0_var) }; Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); List_1_Add_m576010208(L_22, L_24, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_25 = V_0; return L_25; } } // System.Collections.Generic.Dictionary`2> XLua.SysGenConfig::get_AdditionalProperties() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1468905199 * SysGenConfig_get_AdditionalProperties_m871195704 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SysGenConfig_get_AdditionalProperties_m871195704_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1468905199 * V_0 = NULL; List_1_t3319525431 * V_1 = NULL; { Dictionary_2_t1468905199 * L_0 = (Dictionary_2_t1468905199 *)il2cpp_codegen_object_new(Dictionary_2_t1468905199_il2cpp_TypeInfo_var); Dictionary_2__ctor_m371501663(L_0, /*hidden argument*/Dictionary_2__ctor_m371501663_RuntimeMethod_var); V_0 = L_0; Dictionary_2_t1468905199 * L_1 = V_0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Ray_t3785851493_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); List_1_t3319525431 * L_4 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_4, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_1 = L_4; List_1_t3319525431 * L_5 = V_1; NullCheck(L_5); List_1_Add_m1685793073(L_5, _stringLiteral493945629, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_6 = V_1; NullCheck(L_6); List_1_Add_m1685793073(L_6, _stringLiteral2285536371, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_7 = V_1; NullCheck(L_1); Dictionary_2_Add_m2359579394(L_1, L_3, L_7, /*hidden argument*/Dictionary_2_Add_m2359579394_RuntimeMethod_var); Dictionary_2_t1468905199 * L_8 = V_0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (Ray2D_t2082843914_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); List_1_t3319525431 * L_11 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_11, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_1 = L_11; List_1_t3319525431 * L_12 = V_1; NullCheck(L_12); List_1_Add_m1685793073(L_12, _stringLiteral493945629, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_13 = V_1; NullCheck(L_13); List_1_Add_m1685793073(L_13, _stringLiteral2285536371, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_14 = V_1; NullCheck(L_8); Dictionary_2_Add_m2359579394(L_8, L_10, L_14, /*hidden argument*/Dictionary_2_Add_m2359579394_RuntimeMethod_var); Dictionary_2_t1468905199 * L_15 = V_0; RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (Bounds_t2266837910_0_0_0_var) }; Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); List_1_t3319525431 * L_18 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_18, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_1 = L_18; List_1_t3319525431 * L_19 = V_1; NullCheck(L_19); List_1_Add_m1685793073(L_19, _stringLiteral2696825260, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_20 = V_1; NullCheck(L_20); List_1_Add_m1685793073(L_20, _stringLiteral43818776, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_21 = V_1; NullCheck(L_15); Dictionary_2_Add_m2359579394(L_15, L_17, L_21, /*hidden argument*/Dictionary_2_Add_m2359579394_RuntimeMethod_var); Dictionary_2_t1468905199 * L_22 = V_0; return L_22; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.TemplateEngine.Chunk::.ctor(XLua.TemplateEngine.TokenType,System.String) extern "C" IL2CPP_METHOD_ATTR void Chunk__ctor_m3227050646 (Chunk_t3258039454 * __this, int32_t ___type0, String_t* ___text1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___type0; Chunk_set_Type_m2945793262(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___text1; Chunk_set_Text_m125145581(__this, L_1, /*hidden argument*/NULL); return; } } // XLua.TemplateEngine.TokenType XLua.TemplateEngine.Chunk::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t Chunk_get_Type_m386230492 (Chunk_t3258039454 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTypeU3Ek__BackingField_0(); return L_0; } } // System.Void XLua.TemplateEngine.Chunk::set_Type(XLua.TemplateEngine.TokenType) extern "C" IL2CPP_METHOD_ATTR void Chunk_set_Type_m2945793262 (Chunk_t3258039454 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTypeU3Ek__BackingField_0(L_0); return; } } // System.String XLua.TemplateEngine.Chunk::get_Text() extern "C" IL2CPP_METHOD_ATTR String_t* Chunk_get_Text_m4128342070 (Chunk_t3258039454 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CTextU3Ek__BackingField_1(); return L_0; } } // System.Void XLua.TemplateEngine.Chunk::set_Text(System.String) extern "C" IL2CPP_METHOD_ATTR void Chunk_set_Text_m125145581 (Chunk_t3258039454 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CTextU3Ek__BackingField_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaTemplate_Compile_m1658190545(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = LuaTemplate_Compile_m1658190545(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaTemplate_Execute_m139315850(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = LuaTemplate_Execute_m139315850(NULL, ___L0, NULL); return returnValue; } // System.Void XLua.TemplateEngine.LuaTemplate::.ctor() extern "C" IL2CPP_METHOD_ATTR void LuaTemplate__ctor_m1599956113 (LuaTemplate_t802592420 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String XLua.TemplateEngine.LuaTemplate::ComposeCode(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR String_t* LuaTemplate_ComposeCode_m3715127384 (RuntimeObject * __this /* static, unused */, List_1_t435146900 * ___chunks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTemplate_ComposeCode_m3715127384_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; Chunk_t3258039454 * V_1 = NULL; Enumerator_t2324390777 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, _stringLiteral1239147578, /*hidden argument*/NULL); List_1_t435146900 * L_2 = ___chunks0; NullCheck(L_2); Enumerator_t2324390777 L_3 = List_1_GetEnumerator_m2990315485(L_2, /*hidden argument*/List_1_GetEnumerator_m2990315485_RuntimeMethod_var); V_2 = L_3; } IL_0019: try { // begin try (depth: 1) { goto IL_00a4; } IL_001e: { Chunk_t3258039454 * L_4 = Enumerator_get_Current_m2675908645((&V_2), /*hidden argument*/Enumerator_get_Current_m2675908645_RuntimeMethod_var); V_1 = L_4; Chunk_t3258039454 * L_5 = V_1; NullCheck(L_5); int32_t L_6 = Chunk_get_Type_m386230492(L_5, /*hidden argument*/NULL); V_3 = L_6; int32_t L_7 = V_3; if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0046; } } IL_0034: { int32_t L_8 = V_3; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_0067; } } IL_003b: { int32_t L_9 = V_3; if (!L_9) { goto IL_0088; } } IL_0041: { goto IL_00a4; } IL_0046: { StringBuilder_t * L_10 = V_0; Chunk_t3258039454 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = Chunk_get_Text_m4128342070(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1020395047, L_12, _stringLiteral3911888791, /*hidden argument*/NULL); NullCheck(L_10); StringBuilder_Append_m1965104174(L_10, L_13, /*hidden argument*/NULL); goto IL_00a4; } IL_0067: { StringBuilder_t * L_14 = V_0; Chunk_t3258039454 * L_15 = V_1; NullCheck(L_15); String_t* L_16 = Chunk_get_Text_m4128342070(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1995750459, L_16, _stringLiteral3911888800, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, L_17, /*hidden argument*/NULL); goto IL_00a4; } IL_0088: { StringBuilder_t * L_18 = V_0; Chunk_t3258039454 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = Chunk_get_Text_m4128342070(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, L_20, _stringLiteral3453007779, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, L_21, /*hidden argument*/NULL); goto IL_00a4; } IL_00a4: { bool L_22 = Enumerator_MoveNext_m914721064((&V_2), /*hidden argument*/Enumerator_MoveNext_m914721064_RuntimeMethod_var); if (L_22) { goto IL_001e; } } IL_00b0: { IL2CPP_LEAVE(0xC3, FINALLY_00b5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b5; } FINALLY_00b5: { // begin finally (depth: 1) Enumerator_Dispose_m608055225((&V_2), /*hidden argument*/Enumerator_Dispose_m608055225_RuntimeMethod_var); IL2CPP_END_FINALLY(181) } // end finally (depth: 1) IL2CPP_CLEANUP(181) { IL2CPP_JUMP_TBL(0xC3, IL_00c3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c3: { StringBuilder_t * L_23 = V_0; NullCheck(L_23); StringBuilder_Append_m1965104174(L_23, _stringLiteral3134457875, /*hidden argument*/NULL); StringBuilder_t * L_24 = V_0; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); return L_25; } } // XLua.LuaFunction XLua.TemplateEngine.LuaTemplate::Compile(XLua.LuaEnv,System.String) extern "C" IL2CPP_METHOD_ATTR LuaFunction_t431395339 * LuaTemplate_Compile_m2120653675 (RuntimeObject * __this /* static, unused */, LuaEnv_t2152703515 * ___luaenv0, String_t* ___snippet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTemplate_Compile_m2120653675_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LuaEnv_t2152703515 * L_0 = ___luaenv0; String_t* L_1 = ___snippet1; IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); List_1_t435146900 * L_2 = Parser_Parse_m702257547(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaTemplate_t802592420_il2cpp_TypeInfo_var); String_t* L_3 = LuaTemplate_ComposeCode_m3715127384(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_0); LuaFunction_t431395339 * L_4 = LuaEnv_LoadString_m3799979839(L_0, L_3, _stringLiteral1437908046, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); return L_4; } } // System.String XLua.TemplateEngine.LuaTemplate::Execute(XLua.LuaFunction,XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR String_t* LuaTemplate_Execute_m52247817 (RuntimeObject * __this /* static, unused */, LuaFunction_t431395339 * ___compiledTemplate0, LuaTable_t1631611336 * ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTemplate_Execute_m52247817_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { LuaFunction_t431395339 * L_0 = ___compiledTemplate0; LuaTable_t1631611336 * L_1 = ___parameters1; NullCheck(L_0); LuaFunction_SetEnv_m1309815985(L_0, L_1, /*hidden argument*/NULL); LuaFunction_t431395339 * L_2 = ___compiledTemplate0; NullCheck(L_2); ObjectU5BU5D_t2843939325* L_3 = LuaFunction_Call_m2670163886(L_2, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); V_0 = L_3; ObjectU5BU5D_t2843939325* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; RuntimeObject * L_6 = (L_4)->GetAt(static_cast(L_5)); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); return L_7; } } // System.String XLua.TemplateEngine.LuaTemplate::Execute(XLua.LuaFunction) extern "C" IL2CPP_METHOD_ATTR String_t* LuaTemplate_Execute_m1246135727 (RuntimeObject * __this /* static, unused */, LuaFunction_t431395339 * ___compiledTemplate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTemplate_Execute_m1246135727_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { LuaFunction_t431395339 * L_0 = ___compiledTemplate0; NullCheck(L_0); ObjectU5BU5D_t2843939325* L_1 = LuaFunction_Call_m2670163886(L_0, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); V_0 = L_1; ObjectU5BU5D_t2843939325* L_2 = V_0; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); return L_5; } } // System.Int32 XLua.TemplateEngine.LuaTemplate::Compile(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t LuaTemplate_Compile_m1658190545 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTemplate_Compile_m1658190545_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { intptr_t L_0 = ___L0; String_t* L_1 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_0, 1, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: try { // begin try (depth: 1) String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); List_1_t435146900 * L_3 = Parser_Parse_m702257547(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaTemplate_t802592420_il2cpp_TypeInfo_var); String_t* L_4 = LuaTemplate_ComposeCode_m3715127384(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = L_4; goto IL_0036; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0019; throw e; } CATCH_0019: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_5 = ___L0; Exception_t * L_6 = V_2; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3966060882, L_7, /*hidden argument*/NULL); int32_t L_9 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_5, L_8, /*hidden argument*/NULL); V_3 = L_9; goto IL_0050; } // end catch (depth: 1) IL_0036: { intptr_t L_10 = ___L0; String_t* L_11 = V_1; int32_t L_12 = Lua_luaL_loadbuffer_m1233100179(NULL /*static, unused*/, L_10, L_11, _stringLiteral1437908046, /*hidden argument*/NULL); if (!L_12) { goto IL_004e; } } { intptr_t L_13 = ___L0; int32_t L_14 = Lua_lua_error_m4289945108(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); return L_14; } IL_004e: { return 1; } IL_0050: { int32_t L_15 = V_3; return L_15; } } // System.Int32 XLua.TemplateEngine.LuaTemplate::Execute(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t LuaTemplate_Execute_m139315850 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTemplate_Execute_m139315850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; bool L_1 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_0, 1, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { intptr_t L_2 = ___L0; int32_t L_3 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_2, _stringLiteral3343364987, /*hidden argument*/NULL); return L_3; } IL_0018: { intptr_t L_4 = ___L0; bool L_5 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_4, 2, /*hidden argument*/NULL); if (!L_5) { goto IL_002c; } } { intptr_t L_6 = ___L0; Lua_lua_setfenv_m319825179(NULL /*static, unused*/, L_6, 1, /*hidden argument*/NULL); } IL_002c: { intptr_t L_7 = ___L0; Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_7, 0, 1, 0, /*hidden argument*/NULL); return 1; } } // System.Void XLua.TemplateEngine.LuaTemplate::OpenLib(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void LuaTemplate_OpenLib_m1886304761 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTemplate_OpenLib_m1886304761_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); intptr_t L_1 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_1, _stringLiteral39401516, /*hidden argument*/NULL); intptr_t L_2 = ___L0; IL2CPP_RUNTIME_CLASS_INIT(LuaTemplate_t802592420_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_3 = ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->get_templateCompileFunction_0(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_2, L_3, 0, /*hidden argument*/NULL); intptr_t L_4 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_4, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_5 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_5, _stringLiteral1462823806, /*hidden argument*/NULL); intptr_t L_6 = ___L0; lua_CSFunction_t883524059 * L_7 = ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->get_templateExecuteFunction_1(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_6, L_7, 0, /*hidden argument*/NULL); intptr_t L_8 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_8, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = Lua_xlua_setglobal_m3972933054(NULL /*static, unused*/, L_9, _stringLiteral1803511049, /*hidden argument*/NULL); if (!L_10) { goto IL_005f; } } { Exception_t * L_11 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_11, _stringLiteral141443076, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,LuaTemplate_OpenLib_m1886304761_RuntimeMethod_var); } IL_005f: { return; } } // System.Void XLua.TemplateEngine.LuaTemplate::.cctor() extern "C" IL2CPP_METHOD_ATTR void LuaTemplate__cctor_m623995159 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTemplate__cctor_m623995159_MetadataUsageId); s_Il2CppMethodInitialized = true; } { lua_CSFunction_t883524059 * L_0 = ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_2(); if (L_0) { goto IL_0018; } } { intptr_t L_1 = (intptr_t)LuaTemplate_Compile_m1658190545_RuntimeMethod_var; lua_CSFunction_t883524059 * L_2 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_2, NULL, L_1, /*hidden argument*/NULL); ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_2(L_2); } IL_0018: { lua_CSFunction_t883524059 * L_3 = ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_2(); ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->set_templateCompileFunction_0(L_3); lua_CSFunction_t883524059 * L_4 = ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_3(); if (L_4) { goto IL_003a; } } { intptr_t L_5 = (intptr_t)LuaTemplate_Execute_m139315850_RuntimeMethod_var; lua_CSFunction_t883524059 * L_6 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_6, NULL, L_5, /*hidden argument*/NULL); ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_3(L_6); } IL_003a: { lua_CSFunction_t883524059 * L_7 = ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_3(); ((LuaTemplate_t802592420_StaticFields*)il2cpp_codegen_static_fields_for(LuaTemplate_t802592420_il2cpp_TypeInfo_var))->set_templateExecuteFunction_1(L_7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.TemplateEngine.Parser::.cctor() extern "C" IL2CPP_METHOD_ATTR void Parser__cctor_m1570897498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { String_t* L_0 = Parser_GetRegexString_m451739696(NULL /*static, unused*/, /*hidden argument*/NULL); Parser_set_RegexString_m1267891607(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void XLua.TemplateEngine.Parser::.ctor() extern "C" IL2CPP_METHOD_ATTR void Parser__ctor_m1827320825 (Parser_t2770988624 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String XLua.TemplateEngine.Parser::get_RegexString() extern "C" IL2CPP_METHOD_ATTR String_t* Parser_get_RegexString_m3953017956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_get_RegexString_m3953017956_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); String_t* L_0 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CRegexStringU3Ek__BackingField_0(); return L_0; } } // System.Void XLua.TemplateEngine.Parser::set_RegexString(System.String) extern "C" IL2CPP_METHOD_ATTR void Parser_set_RegexString_m1267891607 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_set_RegexString_m1267891607_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->set_U3CRegexStringU3Ek__BackingField_0(L_0); return; } } // System.String XLua.TemplateEngine.Parser::EscapeString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Parser_EscapeString_m1350528782 (RuntimeObject * __this /* static, unused */, String_t* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_EscapeString_m1350528782_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___input0; NullCheck(L_0); String_t* L_1 = String_Replace_m1273907647(L_0, _stringLiteral3452614644, _stringLiteral3458119668, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = String_Replace_m1273907647(L_1, _stringLiteral3452614521, _stringLiteral3450058740, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = String_Replace_m1273907647(L_2, _stringLiteral3452614526, _stringLiteral3450386420, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = String_Replace_m1273907647(L_3, _stringLiteral3452614566, _stringLiteral3454842868, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = String_Replace_m1273907647(L_4, _stringLiteral3452614567, _stringLiteral3455498228, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = String_Replace_m1273907647(L_5, _stringLiteral3452614563, _stringLiteral3455629300, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = String_Replace_m1273907647(L_6, _stringLiteral3452614568, _stringLiteral3454580724, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = String_Replace_m1273907647(L_7, _stringLiteral3452614564, _stringLiteral3454318580, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = String_Replace_m1273907647(L_8, _stringLiteral3452614553, _stringLiteral3454646260, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = String_Replace_m1273907647(L_9, _stringLiteral3452614565, _stringLiteral3455367156, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = String_Replace_m1273907647(L_10, _stringLiteral3452614560, _stringLiteral3451566068, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = V_0; return L_12; } } // System.String XLua.TemplateEngine.Parser::GetRegexString() extern "C" IL2CPP_METHOD_ATTR String_t* Parser_GetRegexString_m451739696 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_GetRegexString_m451739696_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; { V_0 = _stringLiteral3857619636; V_1 = _stringLiteral3540934227; V_2 = _stringLiteral659223220; V_3 = _stringLiteral3903226621; V_4 = _stringLiteral802046225; V_5 = _stringLiteral2850289158; V_6 = _stringLiteral3082893925; ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15))); Il2CppChar L_1 = ((Il2CppChar)((int32_t)40)); RuntimeObject * L_2 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_1); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_2); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_0; String_t* L_4 = V_0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_3; Il2CppChar L_6 = ((Il2CppChar)((int32_t)124)); RuntimeObject * L_7 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(2), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_5; String_t* L_9 = V_1; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(3), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_8; Il2CppChar L_11 = ((Il2CppChar)((int32_t)124)); RuntimeObject * L_12 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_11); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(4), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = L_10; String_t* L_14 = V_2; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(5), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = L_13; Il2CppChar L_16 = ((Il2CppChar)((int32_t)124)); RuntimeObject * L_17 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_16); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(6), (RuntimeObject *)L_17); ObjectU5BU5D_t2843939325* L_18 = L_15; String_t* L_19 = V_3; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(7), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_18; Il2CppChar L_21 = ((Il2CppChar)((int32_t)124)); RuntimeObject * L_22 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_21); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(8), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = L_20; String_t* L_24 = V_4; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(((int32_t)9)), (RuntimeObject *)L_24); ObjectU5BU5D_t2843939325* L_25 = L_23; Il2CppChar L_26 = ((Il2CppChar)((int32_t)124)); RuntimeObject * L_27 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_26); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(((int32_t)10)), (RuntimeObject *)L_27); ObjectU5BU5D_t2843939325* L_28 = L_25; String_t* L_29 = V_5; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(((int32_t)11)), (RuntimeObject *)L_29); ObjectU5BU5D_t2843939325* L_30 = L_28; Il2CppChar L_31 = ((Il2CppChar)((int32_t)124)); RuntimeObject * L_32 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_31); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(((int32_t)12)), (RuntimeObject *)L_32); ObjectU5BU5D_t2843939325* L_33 = L_30; String_t* L_34 = V_6; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(((int32_t)13)), (RuntimeObject *)L_34); ObjectU5BU5D_t2843939325* L_35 = L_33; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral3450910599); (L_35)->SetAt(static_cast(((int32_t)14)), (RuntimeObject *)_stringLiteral3450910599); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m2971454694(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); return L_36; } } // System.Collections.Generic.List`1 XLua.TemplateEngine.Parser::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR List_1_t435146900 * Parser_Parse_m702257547 (RuntimeObject * __this /* static, unused */, String_t* ___snippet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_Parse_m702257547_MetadataUsageId); s_Il2CppMethodInitialized = true; } Regex_t3657309853 * V_0 = NULL; Match_t3408321083 * V_1 = NULL; List_1_t435146900 * V_2 = NULL; RuntimeObject* G_B4_0 = NULL; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B6_0 = NULL; RuntimeObject* G_B6_1 = NULL; RuntimeObject* G_B5_0 = NULL; RuntimeObject* G_B5_1 = NULL; RuntimeObject* G_B8_0 = NULL; RuntimeObject* G_B8_1 = NULL; RuntimeObject* G_B7_0 = NULL; RuntimeObject* G_B7_1 = NULL; RuntimeObject* G_B10_0 = NULL; RuntimeObject* G_B9_0 = NULL; RuntimeObject* G_B12_0 = NULL; RuntimeObject* G_B11_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); String_t* L_0 = Parser_get_RegexString_m3953017956(NULL /*static, unused*/, /*hidden argument*/NULL); Regex_t3657309853 * L_1 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m1728442805(L_1, L_0, ((int32_t)20), /*hidden argument*/NULL); V_0 = L_1; Regex_t3657309853 * L_2 = V_0; String_t* L_3 = ___snippet0; NullCheck(L_2); Match_t3408321083 * L_4 = Regex_Match_m2255756165(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; Match_t3408321083 * L_5 = V_1; NullCheck(L_5); GroupCollection_t69770484 * L_6 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_5); NullCheck(L_6); Group_t2468205786 * L_7 = GroupCollection_get_Item_m3293401907(L_6, _stringLiteral95342995, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = Capture_get_Length_m4245536461(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_003b; } } { TemplateFormatException_t583832403 * L_9 = (TemplateFormatException_t583832403 *)il2cpp_codegen_object_new(TemplateFormatException_t583832403_il2cpp_TypeInfo_var); TemplateFormatException__ctor_m1607166935(L_9, _stringLiteral1101773122, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Parser_Parse_m702257547_RuntimeMethod_var); } IL_003b: { Match_t3408321083 * L_10 = V_1; NullCheck(L_10); GroupCollection_t69770484 * L_11 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_10); NullCheck(L_11); Group_t2468205786 * L_12 = GroupCollection_get_Item_m3293401907(L_11, _stringLiteral1985170611, /*hidden argument*/NULL); NullCheck(L_12); CaptureCollection_t1760593541 * L_13 = Group_get_Captures_m1655762411(L_12, /*hidden argument*/NULL); RuntimeObject* L_14 = Enumerable_Cast_TisCapture_t2232016050_m445955909(NULL /*static, unused*/, L_13, /*hidden argument*/Enumerable_Cast_TisCapture_t2232016050_m445955909_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); Func_2_t1486249524 * L_15 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_1(); G_B3_0 = L_14; if (L_15) { G_B4_0 = L_14; goto IL_006d; } } { intptr_t L_16 = (intptr_t)Parser_U3CParseU3Em__0_m4161314011_RuntimeMethod_var; Func_2_t1486249524 * L_17 = (Func_2_t1486249524 *)il2cpp_codegen_object_new(Func_2_t1486249524_il2cpp_TypeInfo_var); Func_2__ctor_m3200376871(L_17, NULL, L_16, /*hidden argument*/Func_2__ctor_m3200376871_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_1(L_17); G_B4_0 = G_B3_0; } IL_006d: { IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); Func_2_t1486249524 * L_18 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_1(); RuntimeObject* L_19 = Enumerable_Select_TisCapture_t2232016050_TisU3CU3E__AnonType0_3_t484929944_m3944295605(NULL /*static, unused*/, G_B4_0, L_18, /*hidden argument*/Enumerable_Select_TisCapture_t2232016050_TisU3CU3E__AnonType0_3_t484929944_m3944295605_RuntimeMethod_var); Match_t3408321083 * L_20 = V_1; NullCheck(L_20); GroupCollection_t69770484 * L_21 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_20); NullCheck(L_21); Group_t2468205786 * L_22 = GroupCollection_get_Item_m3293401907(L_21, _stringLiteral3987835854, /*hidden argument*/NULL); NullCheck(L_22); CaptureCollection_t1760593541 * L_23 = Group_get_Captures_m1655762411(L_22, /*hidden argument*/NULL); RuntimeObject* L_24 = Enumerable_Cast_TisCapture_t2232016050_m445955909(NULL /*static, unused*/, L_23, /*hidden argument*/Enumerable_Cast_TisCapture_t2232016050_m445955909_RuntimeMethod_var); Func_2_t1486249524 * L_25 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_2(); G_B5_0 = L_24; G_B5_1 = L_19; if (L_25) { G_B6_0 = L_24; G_B6_1 = L_19; goto IL_00a9; } } { intptr_t L_26 = (intptr_t)Parser_U3CParseU3Em__1_m1250349792_RuntimeMethod_var; Func_2_t1486249524 * L_27 = (Func_2_t1486249524 *)il2cpp_codegen_object_new(Func_2_t1486249524_il2cpp_TypeInfo_var); Func_2__ctor_m3200376871(L_27, NULL, L_26, /*hidden argument*/Func_2__ctor_m3200376871_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache1_2(L_27); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; } IL_00a9: { IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); Func_2_t1486249524 * L_28 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_2(); RuntimeObject* L_29 = Enumerable_Select_TisCapture_t2232016050_TisU3CU3E__AnonType0_3_t484929944_m3944295605(NULL /*static, unused*/, G_B6_0, L_28, /*hidden argument*/Enumerable_Select_TisCapture_t2232016050_TisU3CU3E__AnonType0_3_t484929944_m3944295605_RuntimeMethod_var); RuntimeObject* L_30 = Enumerable_Concat_TisU3CU3E__AnonType0_3_t484929944_m1768041658(NULL /*static, unused*/, G_B6_1, L_29, /*hidden argument*/Enumerable_Concat_TisU3CU3E__AnonType0_3_t484929944_m1768041658_RuntimeMethod_var); Match_t3408321083 * L_31 = V_1; NullCheck(L_31); GroupCollection_t69770484 * L_32 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_31); NullCheck(L_32); Group_t2468205786 * L_33 = GroupCollection_get_Item_m3293401907(L_32, _stringLiteral1962077920, /*hidden argument*/NULL); NullCheck(L_33); CaptureCollection_t1760593541 * L_34 = Group_get_Captures_m1655762411(L_33, /*hidden argument*/NULL); RuntimeObject* L_35 = Enumerable_Cast_TisCapture_t2232016050_m445955909(NULL /*static, unused*/, L_34, /*hidden argument*/Enumerable_Cast_TisCapture_t2232016050_m445955909_RuntimeMethod_var); Func_2_t1486249524 * L_36 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_3(); G_B7_0 = L_35; G_B7_1 = L_30; if (L_36) { G_B8_0 = L_35; G_B8_1 = L_30; goto IL_00ea; } } { intptr_t L_37 = (intptr_t)Parser_U3CParseU3Em__2_m3627898557_RuntimeMethod_var; Func_2_t1486249524 * L_38 = (Func_2_t1486249524 *)il2cpp_codegen_object_new(Func_2_t1486249524_il2cpp_TypeInfo_var); Func_2__ctor_m3200376871(L_38, NULL, L_37, /*hidden argument*/Func_2__ctor_m3200376871_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache2_3(L_38); G_B8_0 = G_B7_0; G_B8_1 = G_B7_1; } IL_00ea: { IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); Func_2_t1486249524 * L_39 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_3(); RuntimeObject* L_40 = Enumerable_Select_TisCapture_t2232016050_TisU3CU3E__AnonType0_3_t484929944_m3944295605(NULL /*static, unused*/, G_B8_0, L_39, /*hidden argument*/Enumerable_Select_TisCapture_t2232016050_TisU3CU3E__AnonType0_3_t484929944_m3944295605_RuntimeMethod_var); RuntimeObject* L_41 = Enumerable_Concat_TisU3CU3E__AnonType0_3_t484929944_m1768041658(NULL /*static, unused*/, G_B8_1, L_40, /*hidden argument*/Enumerable_Concat_TisU3CU3E__AnonType0_3_t484929944_m1768041658_RuntimeMethod_var); Func_2_t2666968375 * L_42 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_4(); G_B9_0 = L_41; if (L_42) { G_B10_0 = L_41; goto IL_0111; } } { intptr_t L_43 = (intptr_t)Parser_U3CParseU3Em__3_m3694181728_RuntimeMethod_var; Func_2_t2666968375 * L_44 = (Func_2_t2666968375 *)il2cpp_codegen_object_new(Func_2_t2666968375_il2cpp_TypeInfo_var); Func_2__ctor_m1981697370(L_44, NULL, L_43, /*hidden argument*/Func_2__ctor_m1981697370_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache3_4(L_44); G_B10_0 = G_B9_0; } IL_0111: { IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); Func_2_t2666968375 * L_45 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_4(); RuntimeObject* L_46 = Enumerable_OrderBy_TisU3CU3E__AnonType0_3_t484929944_TisInt32_t2950945753_m3764510218(NULL /*static, unused*/, G_B10_0, L_45, /*hidden argument*/Enumerable_OrderBy_TisU3CU3E__AnonType0_3_t484929944_TisInt32_t2950945753_m3764510218_RuntimeMethod_var); Func_2_t2974062076 * L_47 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache4_5(); G_B11_0 = L_46; if (L_47) { G_B12_0 = L_46; goto IL_0133; } } { intptr_t L_48 = (intptr_t)Parser_U3CParseU3Em__4_m817051358_RuntimeMethod_var; Func_2_t2974062076 * L_49 = (Func_2_t2974062076 *)il2cpp_codegen_object_new(Func_2_t2974062076_il2cpp_TypeInfo_var); Func_2__ctor_m3346958489(L_49, NULL, L_48, /*hidden argument*/Func_2__ctor_m3346958489_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache4_5(L_49); G_B12_0 = G_B11_0; } IL_0133: { IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); Func_2_t2974062076 * L_50 = ((Parser_t2770988624_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t2770988624_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache4_5(); RuntimeObject* L_51 = Enumerable_Select_TisU3CU3E__AnonType0_3_t484929944_TisChunk_t3258039454_m2067845132(NULL /*static, unused*/, G_B12_0, L_50, /*hidden argument*/Enumerable_Select_TisU3CU3E__AnonType0_3_t484929944_TisChunk_t3258039454_m2067845132_RuntimeMethod_var); List_1_t435146900 * L_52 = Enumerable_ToList_TisChunk_t3258039454_m598106357(NULL /*static, unused*/, L_51, /*hidden argument*/Enumerable_ToList_TisChunk_t3258039454_m598106357_RuntimeMethod_var); V_2 = L_52; List_1_t435146900 * L_53 = V_2; NullCheck(L_53); int32_t L_54 = List_1_get_Count_m1093126971(L_53, /*hidden argument*/List_1_get_Count_m1093126971_RuntimeMethod_var); if (L_54) { goto IL_0159; } } { TemplateFormatException_t583832403 * L_55 = (TemplateFormatException_t583832403 *)il2cpp_codegen_object_new(TemplateFormatException_t583832403_il2cpp_TypeInfo_var); TemplateFormatException__ctor_m1607166935(L_55, _stringLiteral3193707119, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55,Parser_Parse_m702257547_RuntimeMethod_var); } IL_0159: { List_1_t435146900 * L_56 = V_2; return L_56; } } // <>__AnonType0`3 XLua.TemplateEngine.Parser::m__0(System.Text.RegularExpressions.Capture) extern "C" IL2CPP_METHOD_ATTR U3CU3E__AnonType0_3_t484929944 * Parser_U3CParseU3Em__0_m4161314011 (RuntimeObject * __this /* static, unused */, Capture_t2232016050 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_U3CParseU3Em__0_m4161314011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Capture_t2232016050 * L_0 = ___p0; NullCheck(L_0); String_t* L_1 = Capture_get_Value_m538076933(L_0, /*hidden argument*/NULL); Capture_t2232016050 * L_2 = ___p0; NullCheck(L_2); int32_t L_3 = Capture_get_Index_m745081289(L_2, /*hidden argument*/NULL); U3CU3E__AnonType0_3_t484929944 * L_4 = (U3CU3E__AnonType0_3_t484929944 *)il2cpp_codegen_object_new(U3CU3E__AnonType0_3_t484929944_il2cpp_TypeInfo_var); U3CU3E__AnonType0_3__ctor_m466192602(L_4, 0, L_1, L_3, /*hidden argument*/U3CU3E__AnonType0_3__ctor_m466192602_RuntimeMethod_var); return L_4; } } // <>__AnonType0`3 XLua.TemplateEngine.Parser::m__1(System.Text.RegularExpressions.Capture) extern "C" IL2CPP_METHOD_ATTR U3CU3E__AnonType0_3_t484929944 * Parser_U3CParseU3Em__1_m1250349792 (RuntimeObject * __this /* static, unused */, Capture_t2232016050 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_U3CParseU3Em__1_m1250349792_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Capture_t2232016050 * L_0 = ___p0; NullCheck(L_0); String_t* L_1 = Capture_get_Value_m538076933(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Parser_t2770988624_il2cpp_TypeInfo_var); String_t* L_2 = Parser_EscapeString_m1350528782(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Capture_t2232016050 * L_3 = ___p0; NullCheck(L_3); int32_t L_4 = Capture_get_Index_m745081289(L_3, /*hidden argument*/NULL); U3CU3E__AnonType0_3_t484929944 * L_5 = (U3CU3E__AnonType0_3_t484929944 *)il2cpp_codegen_object_new(U3CU3E__AnonType0_3_t484929944_il2cpp_TypeInfo_var); U3CU3E__AnonType0_3__ctor_m466192602(L_5, 2, L_2, L_4, /*hidden argument*/U3CU3E__AnonType0_3__ctor_m466192602_RuntimeMethod_var); return L_5; } } // <>__AnonType0`3 XLua.TemplateEngine.Parser::m__2(System.Text.RegularExpressions.Capture) extern "C" IL2CPP_METHOD_ATTR U3CU3E__AnonType0_3_t484929944 * Parser_U3CParseU3Em__2_m3627898557 (RuntimeObject * __this /* static, unused */, Capture_t2232016050 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_U3CParseU3Em__2_m3627898557_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Capture_t2232016050 * L_0 = ___p0; NullCheck(L_0); String_t* L_1 = Capture_get_Value_m538076933(L_0, /*hidden argument*/NULL); Capture_t2232016050 * L_2 = ___p0; NullCheck(L_2); int32_t L_3 = Capture_get_Index_m745081289(L_2, /*hidden argument*/NULL); U3CU3E__AnonType0_3_t484929944 * L_4 = (U3CU3E__AnonType0_3_t484929944 *)il2cpp_codegen_object_new(U3CU3E__AnonType0_3_t484929944_il2cpp_TypeInfo_var); U3CU3E__AnonType0_3__ctor_m466192602(L_4, 1, L_1, L_3, /*hidden argument*/U3CU3E__AnonType0_3__ctor_m466192602_RuntimeMethod_var); return L_4; } } // System.Int32 XLua.TemplateEngine.Parser::m__3(<>__AnonType0`3) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_U3CParseU3Em__3_m3694181728 (RuntimeObject * __this /* static, unused */, U3CU3E__AnonType0_3_t484929944 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_U3CParseU3Em__3_m3694181728_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3E__AnonType0_3_t484929944 * L_0 = ___p0; NullCheck(L_0); int32_t L_1 = U3CU3E__AnonType0_3_get_Index_m2315531423(L_0, /*hidden argument*/U3CU3E__AnonType0_3_get_Index_m2315531423_RuntimeMethod_var); return L_1; } } // XLua.TemplateEngine.Chunk XLua.TemplateEngine.Parser::m__4(<>__AnonType0`3) extern "C" IL2CPP_METHOD_ATTR Chunk_t3258039454 * Parser_U3CParseU3Em__4_m817051358 (RuntimeObject * __this /* static, unused */, U3CU3E__AnonType0_3_t484929944 * ___m0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_U3CParseU3Em__4_m817051358_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3E__AnonType0_3_t484929944 * L_0 = ___m0; NullCheck(L_0); int32_t L_1 = U3CU3E__AnonType0_3_get_Type_m318197396(L_0, /*hidden argument*/U3CU3E__AnonType0_3_get_Type_m318197396_RuntimeMethod_var); U3CU3E__AnonType0_3_t484929944 * L_2 = ___m0; NullCheck(L_2); String_t* L_3 = U3CU3E__AnonType0_3_get_Value_m4250394301(L_2, /*hidden argument*/U3CU3E__AnonType0_3_get_Value_m4250394301_RuntimeMethod_var); Chunk_t3258039454 * L_4 = (Chunk_t3258039454 *)il2cpp_codegen_object_new(Chunk_t3258039454_il2cpp_TypeInfo_var); Chunk__ctor_m3227050646(L_4, L_1, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.TemplateEngine.TemplateFormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TemplateFormatException__ctor_m1607166935 (TemplateFormatException_t583832403 * __this, String_t* ___message0, const RuntimeMethod* method) { { Exception__ctor_m213470898(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean XLua.TypeExtensions::IsValueType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsValueType_m1315482809 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsValueType_m3108065642(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean XLua.TypeExtensions::IsEnum(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsEnum_m1162764005 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsEnum_m208091508(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean XLua.TypeExtensions::IsPrimitive(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsPrimitive_m3572507193 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsPrimitive_m1114712797(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean XLua.TypeExtensions::IsAbstract(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsAbstract_m145558086 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsAbstract_m1120089130(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean XLua.TypeExtensions::IsSealed(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsSealed_m1437376620 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsSealed_m3543837727(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean XLua.TypeExtensions::IsInterface(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsInterface_m1418313074 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsInterface_m3284996719(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean XLua.TypeExtensions::IsClass(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsClass_m111105048 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsClass_m589177581(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type XLua.TypeExtensions::BaseType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeExtensions_BaseType_m2874097911 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Type::get_BaseType() */, L_0); return L_1; } } // System.Boolean XLua.TypeExtensions::IsGenericType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericType_m3178670838 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(96 /* System.Boolean System.Type::get_IsGenericType() */, L_0); return L_1; } } // System.Boolean XLua.TypeExtensions::IsGenericTypeDefinition(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericTypeDefinition_m741157858 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(94 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_0); return L_1; } } // System.Boolean XLua.TypeExtensions::IsNestedPublic(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsNestedPublic_m4014845494 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsNestedPublic_m1869841221(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean XLua.TypeExtensions::IsPublic(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsPublic_m1967735079 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsPublic_m3753422318(L_0, /*hidden argument*/NULL); return L_1; } } // System.String XLua.TypeExtensions::GetFriendlyName(System.Type) extern "C" IL2CPP_METHOD_ATTR String_t* TypeExtensions_GetFriendlyName_m3977986002 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeExtensions_GetFriendlyName_m3977986002_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* G_B21_0 = NULL; String_t* G_B21_1 = NULL; String_t* G_B21_2 = NULL; String_t* G_B21_3 = NULL; TypeU5BU5D_t3940880105* G_B20_0 = NULL; String_t* G_B20_1 = NULL; String_t* G_B20_2 = NULL; String_t* G_B20_3 = NULL; { Type_t * L_0 = ___type0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0016; } } { return _stringLiteral2553676557; } IL_0016: { Type_t * L_3 = ___type0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_002c; } } { return _stringLiteral1535819814; } IL_002c: { Type_t * L_6 = ___type0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_8)))) { goto IL_0042; } } { return _stringLiteral1274151684; } IL_0042: { Type_t * L_9 = ___type0; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))) { goto IL_0058; } } { return _stringLiteral798688685; } IL_0058: { Type_t * L_12 = ___type0; RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_12) == ((RuntimeObject*)(Type_t *)L_14)))) { goto IL_006e; } } { return _stringLiteral2409402648; } IL_006e: { Type_t * L_15 = ___type0; RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_15) == ((RuntimeObject*)(Type_t *)L_17)))) { goto IL_0084; } } { return _stringLiteral807124363; } IL_0084: { Type_t * L_18 = ___type0; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_18) == ((RuntimeObject*)(Type_t *)L_20)))) { goto IL_009a; } } { return _stringLiteral1235497039; } IL_009a: { Type_t * L_21 = ___type0; RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_21) == ((RuntimeObject*)(Type_t *)L_23)))) { goto IL_00b0; } } { return _stringLiteral2033559650; } IL_00b0: { Type_t * L_24 = ___type0; RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_24) == ((RuntimeObject*)(Type_t *)L_26)))) { goto IL_00c6; } } { return _stringLiteral1236128813; } IL_00c6: { Type_t * L_27 = ___type0; bool L_28 = TypeExtensions_IsGenericType_m3178670838(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0130; } } { Type_t * L_29 = ___type0; NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_29); CharU5BU5D_t3528271667* L_31 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_31); (L_31)->SetAt(static_cast(0), (Il2CppChar)((int32_t)96)); NullCheck(L_30); StringU5BU5D_t1281789340* L_32 = String_Split_m3646115398(L_30, L_31, /*hidden argument*/NULL); NullCheck(L_32); int32_t L_33 = 0; String_t* L_34 = (L_32)->GetAt(static_cast(L_33)); Type_t * L_35 = ___type0; NullCheck(L_35); TypeU5BU5D_t3940880105* L_36 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_35); Func_2_t2311415679 * L_37 = ((TypeExtensions_t3815849342_StaticFields*)il2cpp_codegen_static_fields_for(TypeExtensions_t3815849342_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); G_B20_0 = L_36; G_B20_1 = _stringLiteral3450517380; G_B20_2 = _stringLiteral3452614548; G_B20_3 = L_34; if (L_37) { G_B21_0 = L_36; G_B21_1 = _stringLiteral3450517380; G_B21_2 = _stringLiteral3452614548; G_B21_3 = L_34; goto IL_0111; } } { intptr_t L_38 = (intptr_t)TypeExtensions_GetFriendlyName_m3977986002_RuntimeMethod_var; Func_2_t2311415679 * L_39 = (Func_2_t2311415679 *)il2cpp_codegen_object_new(Func_2_t2311415679_il2cpp_TypeInfo_var); Func_2__ctor_m1769449570(L_39, NULL, L_38, /*hidden argument*/Func_2__ctor_m1769449570_RuntimeMethod_var); ((TypeExtensions_t3815849342_StaticFields*)il2cpp_codegen_static_fields_for(TypeExtensions_t3815849342_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_0(L_39); G_B21_0 = G_B20_0; G_B21_1 = G_B20_1; G_B21_2 = G_B20_2; G_B21_3 = G_B20_3; } IL_0111: { Func_2_t2311415679 * L_40 = ((TypeExtensions_t3815849342_StaticFields*)il2cpp_codegen_static_fields_for(TypeExtensions_t3815849342_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); RuntimeObject* L_41 = Enumerable_Select_TisType_t_TisString_t_m2236725981(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B21_0, L_40, /*hidden argument*/Enumerable_Select_TisType_t_TisString_t_m2236725981_RuntimeMethod_var); StringU5BU5D_t1281789340* L_42 = Enumerable_ToArray_TisString_t_m341371260(NULL /*static, unused*/, L_41, /*hidden argument*/Enumerable_ToArray_TisString_t_m341371260_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Join_m2050845953(NULL /*static, unused*/, G_B21_1, L_42, /*hidden argument*/NULL); String_t* L_44 = String_Concat_m2163913788(NULL /*static, unused*/, G_B21_3, G_B21_2, L_43, _stringLiteral3452614546, /*hidden argument*/NULL); return L_44; } IL_0130: { Type_t * L_45 = ___type0; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_45); return L_46; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Utils_LazyReflectionCall_m1164776198(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = Utils_LazyReflectionCall_m1164776198(NULL, ___L0, NULL); return returnValue; } // System.Boolean XLua.Utils::LoadField(System.IntPtr,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR bool Utils_LoadField_m3671398898 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, String_t* ___field_name2, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = ___idx1; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___idx1; G_B3_0 = L_1; goto IL_0017; } IL_000d: { intptr_t L_2 = ___L0; int32_t L_3 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ___idx1; G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)1)); } IL_0017: { ___idx1 = G_B3_0; intptr_t L_5 = ___L0; String_t* L_6 = ___field_name2; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; bool L_10 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_9, (-1), /*hidden argument*/NULL); return (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0); } } // System.IntPtr XLua.Utils::GetMainState(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t Utils_GetMainState_m1313780272 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_GetMainState_m1313780272_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_1), sizeof(intptr_t)); intptr_t L_0 = V_1; V_0 = L_0; intptr_t L_1 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_1, _stringLiteral2403387427, /*hidden argument*/NULL); intptr_t L_2 = ___L0; int32_t L_3 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); intptr_t L_4 = ___L0; bool L_5 = Lua_lua_isthread_m1120163901(NULL /*static, unused*/, L_4, (-1), /*hidden argument*/NULL); if (!L_5) { goto IL_0035; } } { intptr_t L_6 = ___L0; intptr_t L_7 = Lua_lua_tothread_m1708848213(NULL /*static, unused*/, L_6, (-1), /*hidden argument*/NULL); V_0 = L_7; } IL_0035: { intptr_t L_8 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_8, 1, /*hidden argument*/NULL); intptr_t L_9 = V_0; return L_9; } } // System.Collections.Generic.List`1 XLua.Utils::GetAllTypes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR List_1_t3956019502 * Utils_GetAllTypes_m3709043603 (RuntimeObject * __this /* static, unused */, bool ___exclude_generic_definition0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_GetAllTypes_m3709043603_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetAllTypesU3Ec__AnonStorey0_t174519252 * V_0 = NULL; List_1_t3956019502 * V_1 = NULL; AssemblyU5BU5D_t2792222854* V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { U3CGetAllTypesU3Ec__AnonStorey0_t174519252 * L_0 = (U3CGetAllTypesU3Ec__AnonStorey0_t174519252 *)il2cpp_codegen_object_new(U3CGetAllTypesU3Ec__AnonStorey0_t174519252_il2cpp_TypeInfo_var); U3CGetAllTypesU3Ec__AnonStorey0__ctor_m672181357(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetAllTypesU3Ec__AnonStorey0_t174519252 * L_1 = V_0; bool L_2 = ___exclude_generic_definition0; NullCheck(L_1); L_1->set_exclude_generic_definition_0(L_2); List_1_t3956019502 * L_3 = (List_1_t3956019502 *)il2cpp_codegen_object_new(List_1_t3956019502_il2cpp_TypeInfo_var); List_1__ctor_m3073166008(L_3, /*hidden argument*/List_1__ctor_m3073166008_RuntimeMethod_var); V_1 = L_3; AppDomain_t1571427825 * L_4 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); AssemblyU5BU5D_t2792222854* L_5 = AppDomain_GetAssemblies_m803088943(L_4, /*hidden argument*/NULL); V_2 = L_5; V_3 = 0; goto IL_0053; } IL_0025: try { // begin try (depth: 1) List_1_t3956019502 * L_6 = V_1; AssemblyU5BU5D_t2792222854* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; Assembly_t * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); TypeU5BU5D_t3940880105* L_11 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(13 /* System.Type[] System.Reflection.Assembly::GetTypes() */, L_10); U3CGetAllTypesU3Ec__AnonStorey0_t174519252 * L_12 = V_0; intptr_t L_13 = (intptr_t)U3CGetAllTypesU3Ec__AnonStorey0_U3CU3Em__0_m4036075637_RuntimeMethod_var; Func_2_t561252955 * L_14 = (Func_2_t561252955 *)il2cpp_codegen_object_new(Func_2_t561252955_il2cpp_TypeInfo_var); Func_2__ctor_m3783715446(L_14, L_12, L_13, /*hidden argument*/Func_2__ctor_m3783715446_RuntimeMethod_var); RuntimeObject* L_15 = Enumerable_Where_TisType_t_m1836848566(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)L_11, L_14, /*hidden argument*/Enumerable_Where_TisType_t_m1836848566_RuntimeMethod_var); NullCheck(L_6); List_1_AddRange_m4025785839(L_6, L_15, /*hidden argument*/List_1_AddRange_m4025785839_RuntimeMethod_var); goto IL_004f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0049; throw e; } CATCH_0049: { // begin catch(System.Exception) goto IL_004f; } // end catch (depth: 1) IL_004f: { int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0053: { int32_t L_17 = V_3; AssemblyU5BU5D_t2792222854* L_18 = V_2; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0025; } } { List_1_t3956019502 * L_19 = V_1; return L_19; } } // XLua.LuaDLL.lua_CSFunction XLua.Utils::genFieldGetter(System.Type,System.Reflection.FieldInfo) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genFieldGetter_m3427578468 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, FieldInfo_t * ___field1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_genFieldGetter_m3427578468_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * V_0 = NULL; { U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * L_0 = (U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 *)il2cpp_codegen_object_new(U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513_il2cpp_TypeInfo_var); U3CgenFieldGetterU3Ec__AnonStorey1__ctor_m2040827428(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * L_1 = V_0; FieldInfo_t * L_2 = ___field1; NullCheck(L_1); L_1->set_field_0(L_2); U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * L_3 = V_0; Type_t * L_4 = ___type0; NullCheck(L_3); L_3->set_type_1(L_4); U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * L_5 = V_0; NullCheck(L_5); FieldInfo_t * L_6 = L_5->get_field_0(); NullCheck(L_6); bool L_7 = FieldInfo_get_IsStatic_m3482711189(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0031; } } { U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * L_8 = V_0; intptr_t L_9 = (intptr_t)U3CgenFieldGetterU3Ec__AnonStorey1_U3CU3Em__0_m1673369468_RuntimeMethod_var; lua_CSFunction_t883524059 * L_10 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_10, L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0031: { U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * L_11 = V_0; intptr_t L_12 = (intptr_t)U3CgenFieldGetterU3Ec__AnonStorey1_U3CU3Em__1_m1574213517_RuntimeMethod_var; lua_CSFunction_t883524059 * L_13 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_13, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // XLua.LuaDLL.lua_CSFunction XLua.Utils::genFieldSetter(System.Type,System.Reflection.FieldInfo) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genFieldSetter_m2955549577 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, FieldInfo_t * ___field1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_genFieldSetter_m2955549577_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * V_0 = NULL; { U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * L_0 = (U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 *)il2cpp_codegen_object_new(U3CgenFieldSetterU3Ec__AnonStorey2_t395947661_il2cpp_TypeInfo_var); U3CgenFieldSetterU3Ec__AnonStorey2__ctor_m3538189651(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * L_1 = V_0; FieldInfo_t * L_2 = ___field1; NullCheck(L_1); L_1->set_field_0(L_2); U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * L_3 = V_0; Type_t * L_4 = ___type0; NullCheck(L_3); L_3->set_type_1(L_4); U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * L_5 = V_0; NullCheck(L_5); FieldInfo_t * L_6 = L_5->get_field_0(); NullCheck(L_6); bool L_7 = FieldInfo_get_IsStatic_m3482711189(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0031; } } { U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * L_8 = V_0; intptr_t L_9 = (intptr_t)U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__0_m3176632774_RuntimeMethod_var; lua_CSFunction_t883524059 * L_10 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_10, L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0031: { U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * L_11 = V_0; intptr_t L_12 = (intptr_t)U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__1_m741642808_RuntimeMethod_var; lua_CSFunction_t883524059 * L_13 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_13, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // XLua.LuaDLL.lua_CSFunction XLua.Utils::genItemGetter(System.Type,System.Reflection.PropertyInfo[]) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genItemGetter_m2823412390 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, PropertyInfoU5BU5D_t1461822886* ___props1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_genItemGetter_m2823412390_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * V_0 = NULL; int32_t V_1 = 0; PropertyInfoU5BU5D_t1461822886* G_B2_0 = NULL; U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * G_B2_1 = NULL; PropertyInfoU5BU5D_t1461822886* G_B1_0 = NULL; U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * G_B1_1 = NULL; { U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_0 = (U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 *)il2cpp_codegen_object_new(U3CgenItemGetterU3Ec__AnonStorey3_t2586604495_il2cpp_TypeInfo_var); U3CgenItemGetterU3Ec__AnonStorey3__ctor_m1364592953(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_1 = V_0; Type_t * L_2 = ___type0; NullCheck(L_1); L_1->set_type_0(L_2); U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_3 = V_0; PropertyInfoU5BU5D_t1461822886* L_4 = ___props1; NullCheck(L_3); L_3->set_props_1(L_4); U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_5 = V_0; U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_6 = V_0; NullCheck(L_6); PropertyInfoU5BU5D_t1461822886* L_7 = L_6->get_props_1(); Func_2_t2377163032 * L_8 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_12(); G_B1_0 = L_7; G_B1_1 = L_5; if (L_8) { G_B2_0 = L_7; G_B2_1 = L_5; goto IL_0033; } } { intptr_t L_9 = (intptr_t)Utils_U3CgenItemGetterU3Em__0_m263882080_RuntimeMethod_var; Func_2_t2377163032 * L_10 = (Func_2_t2377163032 *)il2cpp_codegen_object_new(Func_2_t2377163032_il2cpp_TypeInfo_var); Func_2__ctor_m22287375(L_10, NULL, L_9, /*hidden argument*/Func_2__ctor_m22287375_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_12(L_10); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; } IL_0033: { Func_2_t2377163032 * L_11 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_12(); RuntimeObject* L_12 = Enumerable_Where_TisPropertyInfo_t_m3865322710(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B2_0, L_11, /*hidden argument*/Enumerable_Where_TisPropertyInfo_t_m3865322710_RuntimeMethod_var); PropertyInfoU5BU5D_t1461822886* L_13 = Enumerable_ToArray_TisPropertyInfo_t_m4157364769(NULL /*static, unused*/, L_12, /*hidden argument*/Enumerable_ToArray_TisPropertyInfo_t_m4157364769_RuntimeMethod_var); NullCheck(G_B2_1); G_B2_1->set_props_1(L_13); U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_14 = V_0; NullCheck(L_14); PropertyInfoU5BU5D_t1461822886* L_15 = L_14->get_props_1(); NullCheck(L_15); if ((((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))) { goto IL_0056; } } { return (lua_CSFunction_t883524059 *)NULL; } IL_0056: { U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_16 = V_0; U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_17 = V_0; NullCheck(L_17); PropertyInfoU5BU5D_t1461822886* L_18 = L_17->get_props_1(); NullCheck(L_18); NullCheck(L_16); L_16->set_params_type_2(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))); V_1 = 0; goto IL_0090; } IL_0070: { U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_19 = V_0; NullCheck(L_19); TypeU5BU5D_t3940880105* L_20 = L_19->get_params_type_2(); int32_t L_21 = V_1; U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_22 = V_0; NullCheck(L_22); PropertyInfoU5BU5D_t1461822886* L_23 = L_22->get_props_1(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; PropertyInfo_t * L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_26); ParameterInfoU5BU5D_t390618515* L_27 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(22 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_26); NullCheck(L_27); int32_t L_28 = 0; ParameterInfo_t1861056598 * L_29 = (L_27)->GetAt(static_cast(L_28)); NullCheck(L_29); Type_t * L_30 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_29); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_30); (L_20)->SetAt(static_cast(L_21), (Type_t *)L_30); int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0090: { int32_t L_32 = V_1; U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_33 = V_0; NullCheck(L_33); PropertyInfoU5BU5D_t1461822886* L_34 = L_33->get_props_1(); NullCheck(L_34); if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_0070; } } { U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_35 = V_0; NullCheck(L_35); L_35->set_arg_3(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1))); U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * L_36 = V_0; intptr_t L_37 = (intptr_t)U3CgenItemGetterU3Ec__AnonStorey3_U3CU3Em__0_m664662569_RuntimeMethod_var; lua_CSFunction_t883524059 * L_38 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_38, L_36, L_37, /*hidden argument*/NULL); return L_38; } } // XLua.LuaDLL.lua_CSFunction XLua.Utils::genItemSetter(System.Type,System.Reflection.PropertyInfo[]) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genItemSetter_m933980622 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, PropertyInfoU5BU5D_t1461822886* ___props1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_genItemSetter_m933980622_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * V_0 = NULL; int32_t V_1 = 0; PropertyInfoU5BU5D_t1461822886* G_B2_0 = NULL; U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * G_B2_1 = NULL; PropertyInfoU5BU5D_t1461822886* G_B1_0 = NULL; U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * G_B1_1 = NULL; { U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_0 = (U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 *)il2cpp_codegen_object_new(U3CgenItemSetterU3Ec__AnonStorey4_t4087281777_il2cpp_TypeInfo_var); U3CgenItemSetterU3Ec__AnonStorey4__ctor_m3560433980(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_1 = V_0; Type_t * L_2 = ___type0; NullCheck(L_1); L_1->set_type_0(L_2); U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_3 = V_0; PropertyInfoU5BU5D_t1461822886* L_4 = ___props1; NullCheck(L_3); L_3->set_props_1(L_4); U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_5 = V_0; U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_6 = V_0; NullCheck(L_6); PropertyInfoU5BU5D_t1461822886* L_7 = L_6->get_props_1(); Func_2_t2377163032 * L_8 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_13(); G_B1_0 = L_7; G_B1_1 = L_5; if (L_8) { G_B2_0 = L_7; G_B2_1 = L_5; goto IL_0033; } } { intptr_t L_9 = (intptr_t)Utils_U3CgenItemSetterU3Em__1_m2628418373_RuntimeMethod_var; Func_2_t2377163032 * L_10 = (Func_2_t2377163032 *)il2cpp_codegen_object_new(Func_2_t2377163032_il2cpp_TypeInfo_var); Func_2__ctor_m22287375(L_10, NULL, L_9, /*hidden argument*/Func_2__ctor_m22287375_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache1_13(L_10); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; } IL_0033: { Func_2_t2377163032 * L_11 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_13(); RuntimeObject* L_12 = Enumerable_Where_TisPropertyInfo_t_m3865322710(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B2_0, L_11, /*hidden argument*/Enumerable_Where_TisPropertyInfo_t_m3865322710_RuntimeMethod_var); PropertyInfoU5BU5D_t1461822886* L_13 = Enumerable_ToArray_TisPropertyInfo_t_m4157364769(NULL /*static, unused*/, L_12, /*hidden argument*/Enumerable_ToArray_TisPropertyInfo_t_m4157364769_RuntimeMethod_var); NullCheck(G_B2_1); G_B2_1->set_props_1(L_13); U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_14 = V_0; NullCheck(L_14); PropertyInfoU5BU5D_t1461822886* L_15 = L_14->get_props_1(); NullCheck(L_15); if ((((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))) { goto IL_0056; } } { return (lua_CSFunction_t883524059 *)NULL; } IL_0056: { U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_16 = V_0; U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_17 = V_0; NullCheck(L_17); PropertyInfoU5BU5D_t1461822886* L_18 = L_17->get_props_1(); NullCheck(L_18); NullCheck(L_16); L_16->set_params_type_2(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))); V_1 = 0; goto IL_0090; } IL_0070: { U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_19 = V_0; NullCheck(L_19); TypeU5BU5D_t3940880105* L_20 = L_19->get_params_type_2(); int32_t L_21 = V_1; U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_22 = V_0; NullCheck(L_22); PropertyInfoU5BU5D_t1461822886* L_23 = L_22->get_props_1(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; PropertyInfo_t * L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_26); ParameterInfoU5BU5D_t390618515* L_27 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(22 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_26); NullCheck(L_27); int32_t L_28 = 0; ParameterInfo_t1861056598 * L_29 = (L_27)->GetAt(static_cast(L_28)); NullCheck(L_29); Type_t * L_30 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_29); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_30); (L_20)->SetAt(static_cast(L_21), (Type_t *)L_30); int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0090: { int32_t L_32 = V_1; U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_33 = V_0; NullCheck(L_33); PropertyInfoU5BU5D_t1461822886* L_34 = L_33->get_props_1(); NullCheck(L_34); if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_0070; } } { U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_35 = V_0; NullCheck(L_35); L_35->set_arg_3(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1))); U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * L_36 = V_0; intptr_t L_37 = (intptr_t)U3CgenItemSetterU3Ec__AnonStorey4_U3CU3Em__0_m2319974695_RuntimeMethod_var; lua_CSFunction_t883524059 * L_38 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_38, L_36, L_37, /*hidden argument*/NULL); return L_38; } } // XLua.LuaDLL.lua_CSFunction XLua.Utils::genEnumCastFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * Utils_genEnumCastFrom_m1074596196 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_genEnumCastFrom_m1074596196_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592 * V_0 = NULL; { U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592 * L_0 = (U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592 *)il2cpp_codegen_object_new(U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592_il2cpp_TypeInfo_var); U3CgenEnumCastFromU3Ec__AnonStorey5__ctor_m1210746852(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592 * L_1 = V_0; Type_t * L_2 = ___type0; NullCheck(L_1); L_1->set_type_0(L_2); U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592 * L_3 = V_0; intptr_t L_4 = (intptr_t)U3CgenEnumCastFromU3Ec__AnonStorey5_U3CU3Em__0_m125014991_RuntimeMethod_var; lua_CSFunction_t883524059 * L_5 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_5, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Collections.Generic.IEnumerable`1 XLua.Utils::GetExtensionMethodsOf(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Utils_GetExtensionMethodsOf_m3904690894 (RuntimeObject * __this /* static, unused */, Type_t * ___type_to_be_extend0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_GetExtensionMethodsOf_m3904690894_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3956019502 * V_0 = NULL; RuntimeObject* V_1 = NULL; Type_t * V_2 = NULL; FieldInfoU5BU5D_t846150980* V_3 = NULL; int32_t V_4 = 0; FieldInfo_t * V_5 = NULL; PropertyInfoU5BU5D_t1461822886* V_6 = NULL; int32_t V_7 = 0; PropertyInfo_t * V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* G_B13_0 = NULL; List_1_t3956019502 * G_B13_1 = NULL; RuntimeObject* G_B12_0 = NULL; List_1_t3956019502 * G_B12_1 = NULL; RuntimeObject* G_B21_0 = NULL; List_1_t3956019502 * G_B21_1 = NULL; RuntimeObject* G_B20_0 = NULL; List_1_t3956019502 * G_B20_1 = NULL; List_1_t3956019502 * G_B27_0 = NULL; List_1_t3956019502 * G_B26_0 = NULL; Func_2_t1321444127 * G_B29_0 = NULL; List_1_t3956019502 * G_B29_1 = NULL; Func_2_t1321444127 * G_B28_0 = NULL; List_1_t3956019502 * G_B28_1 = NULL; RuntimeObject* G_B31_0 = NULL; RuntimeObject* G_B30_0 = NULL; RuntimeObject* G_B33_0 = NULL; RuntimeObject* G_B32_0 = NULL; Func_2_t2426973266 * G_B35_0 = NULL; RuntimeObject* G_B35_1 = NULL; Func_2_t2426973266 * G_B34_0 = NULL; RuntimeObject* G_B34_1 = NULL; RuntimeObject* G_B37_0 = NULL; RuntimeObject* G_B36_0 = NULL; Func_2_t305537246 * G_B39_0 = NULL; RuntimeObject* G_B39_1 = NULL; Func_2_t305537246 * G_B38_0 = NULL; RuntimeObject* G_B38_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); Dictionary_2_t3301826201 * L_0 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_extensionMethodMap_6(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0295; } } { List_1_t3956019502 * L_1 = (List_1_t3956019502 *)il2cpp_codegen_object_new(List_1_t3956019502_il2cpp_TypeInfo_var); List_1__ctor_m3073166008(L_1, /*hidden argument*/List_1__ctor_m3073166008_RuntimeMethod_var); V_0 = L_1; List_1_t3956019502 * L_2 = Utils_GetAllTypes_m3709043603(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); NullCheck(L_2); Enumerator_t1550296083 L_3 = List_1_GetEnumerator_m469156762(L_2, /*hidden argument*/List_1_GetEnumerator_m469156762_RuntimeMethod_var); Enumerator_t1550296083 L_4 = L_3; RuntimeObject * L_5 = Box(Enumerator_t1550296083_il2cpp_TypeInfo_var, &L_4); V_1 = (RuntimeObject*)L_5; goto IL_019d; } IL_0028: { RuntimeObject* L_6 = V_1; NullCheck(L_6); Type_t * L_7 = InterfaceFuncInvoker0< Type_t * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2916515228_il2cpp_TypeInfo_var, L_6); V_2 = L_7; Type_t * L_8 = V_2; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (ExtensionAttribute_t1723066603_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_8, L_10, (bool)0); if (!L_11) { goto IL_0062; } } { Type_t * L_12 = V_2; RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (ReflectionUseAttribute_t2403240161_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); bool L_15 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_12, L_14, (bool)0); if (!L_15) { goto IL_0062; } } { List_1_t3956019502 * L_16 = V_0; Type_t * L_17 = V_2; NullCheck(L_16); List_1_Add_m576010208(L_16, L_17, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); } IL_0062: { Type_t * L_18 = V_2; bool L_19 = TypeExtensions_IsAbstract_m145558086(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0078; } } { Type_t * L_20 = V_2; bool L_21 = TypeExtensions_IsSealed_m1437376620(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_007d; } } IL_0078: { goto IL_019d; } IL_007d: { Type_t * L_22 = V_2; NullCheck(L_22); FieldInfoU5BU5D_t846150980* L_23 = VirtFuncInvoker1< FieldInfoU5BU5D_t846150980*, int32_t >::Invoke(55 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_22, ((int32_t)58)); V_3 = L_23; V_4 = 0; goto IL_0101; } IL_008e: { FieldInfoU5BU5D_t846150980* L_24 = V_3; int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; FieldInfo_t * L_27 = (L_24)->GetAt(static_cast(L_26)); V_5 = L_27; FieldInfo_t * L_28 = V_5; RuntimeTypeHandle_t3027515415 L_29 = { reinterpret_cast (ReflectionUseAttribute_t2403240161_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); bool L_31 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_28, L_30, (bool)0); if (!L_31) { goto IL_00fb; } } { RuntimeTypeHandle_t3027515415 L_32 = { reinterpret_cast (IEnumerable_1_t1463797649_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); FieldInfo_t * L_34 = V_5; NullCheck(L_34); Type_t * L_35 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_34); NullCheck(L_33); bool L_36 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_33, L_35); if (!L_36) { goto IL_00fb; } } { List_1_t3956019502 * L_37 = V_0; FieldInfo_t * L_38 = V_5; NullCheck(L_38); RuntimeObject * L_39 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(18 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_38, NULL); Func_2_t561252955 * L_40 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_14(); G_B12_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IEnumerable_1_t1463797649_il2cpp_TypeInfo_var)); G_B12_1 = L_37; if (L_40) { G_B13_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IEnumerable_1_t1463797649_il2cpp_TypeInfo_var)); G_B13_1 = L_37; goto IL_00ec; } } { intptr_t L_41 = (intptr_t)Utils_U3CGetExtensionMethodsOfU3Em__2_m643212959_RuntimeMethod_var; Func_2_t561252955 * L_42 = (Func_2_t561252955 *)il2cpp_codegen_object_new(Func_2_t561252955_il2cpp_TypeInfo_var); Func_2__ctor_m3783715446(L_42, NULL, L_41, /*hidden argument*/Func_2__ctor_m3783715446_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache2_14(L_42); G_B13_0 = G_B12_0; G_B13_1 = G_B12_1; } IL_00ec: { Func_2_t561252955 * L_43 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_14(); RuntimeObject* L_44 = Enumerable_Where_TisType_t_m1836848566(NULL /*static, unused*/, G_B13_0, L_43, /*hidden argument*/Enumerable_Where_TisType_t_m1836848566_RuntimeMethod_var); NullCheck(G_B13_1); List_1_AddRange_m4025785839(G_B13_1, L_44, /*hidden argument*/List_1_AddRange_m4025785839_RuntimeMethod_var); } IL_00fb: { int32_t L_45 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0101: { int32_t L_46 = V_4; FieldInfoU5BU5D_t846150980* L_47 = V_3; NullCheck(L_47); if ((((int32_t)L_46) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length))))))) { goto IL_008e; } } { Type_t * L_48 = V_2; NullCheck(L_48); PropertyInfoU5BU5D_t1461822886* L_49 = VirtFuncInvoker1< PropertyInfoU5BU5D_t1461822886*, int32_t >::Invoke(68 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_48, ((int32_t)58)); V_6 = L_49; V_7 = 0; goto IL_0192; } IL_011d: { PropertyInfoU5BU5D_t1461822886* L_50 = V_6; int32_t L_51 = V_7; NullCheck(L_50); int32_t L_52 = L_51; PropertyInfo_t * L_53 = (L_50)->GetAt(static_cast(L_52)); V_8 = L_53; PropertyInfo_t * L_54 = V_8; RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (ReflectionUseAttribute_t2403240161_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); NullCheck(L_54); bool L_57 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_54, L_56, (bool)0); if (!L_57) { goto IL_018c; } } { RuntimeTypeHandle_t3027515415 L_58 = { reinterpret_cast (IEnumerable_1_t1463797649_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_59 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); PropertyInfo_t * L_60 = V_8; NullCheck(L_60); Type_t * L_61 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_60); NullCheck(L_59); bool L_62 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_59, L_61); if (!L_62) { goto IL_018c; } } { List_1_t3956019502 * L_63 = V_0; PropertyInfo_t * L_64 = V_8; NullCheck(L_64); RuntimeObject * L_65 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(25 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_64, NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); Func_2_t561252955 * L_66 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_15(); G_B20_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_65, IEnumerable_1_t1463797649_il2cpp_TypeInfo_var)); G_B20_1 = L_63; if (L_66) { G_B21_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_65, IEnumerable_1_t1463797649_il2cpp_TypeInfo_var)); G_B21_1 = L_63; goto IL_017d; } } { intptr_t L_67 = (intptr_t)Utils_U3CGetExtensionMethodsOfU3Em__3_m572892832_RuntimeMethod_var; Func_2_t561252955 * L_68 = (Func_2_t561252955 *)il2cpp_codegen_object_new(Func_2_t561252955_il2cpp_TypeInfo_var); Func_2__ctor_m3783715446(L_68, NULL, L_67, /*hidden argument*/Func_2__ctor_m3783715446_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache3_15(L_68); G_B21_0 = G_B20_0; G_B21_1 = G_B20_1; } IL_017d: { Func_2_t561252955 * L_69 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_15(); RuntimeObject* L_70 = Enumerable_Where_TisType_t_m1836848566(NULL /*static, unused*/, G_B21_0, L_69, /*hidden argument*/Enumerable_Where_TisType_t_m1836848566_RuntimeMethod_var); NullCheck(G_B21_1); List_1_AddRange_m4025785839(G_B21_1, L_70, /*hidden argument*/List_1_AddRange_m4025785839_RuntimeMethod_var); } IL_018c: { int32_t L_71 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_0192: { int32_t L_72 = V_7; PropertyInfoU5BU5D_t1461822886* L_73 = V_6; NullCheck(L_73); if ((((int32_t)L_72) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_73)->max_length))))))) { goto IL_011d; } } IL_019d: { RuntimeObject* L_74 = V_1; NullCheck(L_74); bool L_75 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_74); if (L_75) { goto IL_0028; } } { RuntimeObject* L_76 = V_1; NullCheck(L_76); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_76); List_1_t3956019502 * L_77 = V_0; Func_2_t1321444127 * L_78 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache4_16(); G_B26_0 = L_77; if (L_78) { G_B27_0 = L_77; goto IL_01c7; } } { intptr_t L_79 = (intptr_t)Utils_U3CGetExtensionMethodsOfU3Em__4_m619627210_RuntimeMethod_var; Func_2_t1321444127 * L_80 = (Func_2_t1321444127 *)il2cpp_codegen_object_new(Func_2_t1321444127_il2cpp_TypeInfo_var); Func_2__ctor_m213606247(L_80, NULL, L_79, /*hidden argument*/Func_2__ctor_m213606247_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache4_16(L_80); G_B27_0 = G_B26_0; } IL_01c7: { Func_2_t1321444127 * L_81 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache4_16(); Func_3_t812472829 * L_82 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache5_17(); G_B28_0 = L_81; G_B28_1 = G_B27_0; if (L_82) { G_B29_0 = L_81; G_B29_1 = G_B27_0; goto IL_01e4; } } { intptr_t L_83 = (intptr_t)Utils_U3CGetExtensionMethodsOfU3Em__5_m2591731661_RuntimeMethod_var; Func_3_t812472829 * L_84 = (Func_3_t812472829 *)il2cpp_codegen_object_new(Func_3_t812472829_il2cpp_TypeInfo_var); Func_3__ctor_m2433229816(L_84, NULL, L_83, /*hidden argument*/Func_3__ctor_m2433229816_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache5_17(L_84); G_B29_0 = G_B28_0; G_B29_1 = G_B28_1; } IL_01e4: { Func_3_t812472829 * L_85 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache5_17(); RuntimeObject* L_86 = Enumerable_SelectMany_TisType_t_TisMethodInfo_t_TisU3CU3E__AnonType1_2_t1850431884_m3403382847(NULL /*static, unused*/, G_B29_1, G_B29_0, L_85, /*hidden argument*/Enumerable_SelectMany_TisType_t_TisMethodInfo_t_TisU3CU3E__AnonType1_2_t1850431884_m3403382847_RuntimeMethod_var); Func_2_t40316471 * L_87 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache6_18(); G_B30_0 = L_86; if (L_87) { G_B31_0 = L_86; goto IL_0206; } } { intptr_t L_88 = (intptr_t)Utils_U3CGetExtensionMethodsOfU3Em__6_m3799144831_RuntimeMethod_var; Func_2_t40316471 * L_89 = (Func_2_t40316471 *)il2cpp_codegen_object_new(Func_2_t40316471_il2cpp_TypeInfo_var); Func_2__ctor_m4197240019(L_89, NULL, L_88, /*hidden argument*/Func_2__ctor_m4197240019_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache6_18(L_89); G_B31_0 = G_B30_0; } IL_0206: { Func_2_t40316471 * L_90 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache6_18(); RuntimeObject* L_91 = Enumerable_Where_TisU3CU3E__AnonType1_2_t1850431884_m3877688890(NULL /*static, unused*/, G_B31_0, L_90, /*hidden argument*/Enumerable_Where_TisU3CU3E__AnonType1_2_t1850431884_m3877688890_RuntimeMethod_var); Func_2_t2426973266 * L_92 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache7_19(); G_B32_0 = L_91; if (L_92) { G_B33_0 = L_91; goto IL_0228; } } { intptr_t L_93 = (intptr_t)Utils_U3CGetExtensionMethodsOfU3Em__7_m836013677_RuntimeMethod_var; Func_2_t2426973266 * L_94 = (Func_2_t2426973266 *)il2cpp_codegen_object_new(Func_2_t2426973266_il2cpp_TypeInfo_var); Func_2__ctor_m2909362048(L_94, NULL, L_93, /*hidden argument*/Func_2__ctor_m2909362048_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache7_19(L_94); G_B33_0 = G_B32_0; } IL_0228: { Func_2_t2426973266 * L_95 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache7_19(); Func_2_t1820654754 * L_96 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache8_20(); G_B34_0 = L_95; G_B34_1 = G_B33_0; if (L_96) { G_B35_0 = L_95; G_B35_1 = G_B33_0; goto IL_0245; } } { intptr_t L_97 = (intptr_t)Utils_U3CGetExtensionMethodsOfU3Em__8_m2445108730_RuntimeMethod_var; Func_2_t1820654754 * L_98 = (Func_2_t1820654754 *)il2cpp_codegen_object_new(Func_2_t1820654754_il2cpp_TypeInfo_var); Func_2__ctor_m701777174(L_98, NULL, L_97, /*hidden argument*/Func_2__ctor_m701777174_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache8_20(L_98); G_B35_0 = G_B34_0; G_B35_1 = G_B34_1; } IL_0245: { Func_2_t1820654754 * L_99 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache8_20(); RuntimeObject* L_100 = Enumerable_GroupBy_TisU3CU3E__AnonType1_2_t1850431884_TisType_t_TisMethodInfo_t_m594114171(NULL /*static, unused*/, G_B35_1, G_B35_0, L_99, /*hidden argument*/Enumerable_GroupBy_TisU3CU3E__AnonType1_2_t1850431884_TisType_t_TisMethodInfo_t_m594114171_RuntimeMethod_var); Func_2_t305537246 * L_101 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache9_21(); G_B36_0 = L_100; if (L_101) { G_B37_0 = L_100; goto IL_0267; } } { intptr_t L_102 = (intptr_t)Utils_U3CGetExtensionMethodsOfU3Em__9_m4048965584_RuntimeMethod_var; Func_2_t305537246 * L_103 = (Func_2_t305537246 *)il2cpp_codegen_object_new(Func_2_t305537246_il2cpp_TypeInfo_var); Func_2__ctor_m4055075026(L_103, NULL, L_102, /*hidden argument*/Func_2__ctor_m4055075026_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache9_21(L_103); G_B37_0 = G_B36_0; } IL_0267: { Func_2_t305537246 * L_104 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache9_21(); Func_2_t2974038919 * L_105 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheA_22(); G_B38_0 = L_104; G_B38_1 = G_B37_0; if (L_105) { G_B39_0 = L_104; G_B39_1 = G_B37_0; goto IL_0284; } } { intptr_t L_106 = (intptr_t)Utils_U3CGetExtensionMethodsOfU3Em__A_m2459555643_RuntimeMethod_var; Func_2_t2974038919 * L_107 = (Func_2_t2974038919 *)il2cpp_codegen_object_new(Func_2_t2974038919_il2cpp_TypeInfo_var); Func_2__ctor_m3920751172(L_107, NULL, L_106, /*hidden argument*/Func_2__ctor_m3920751172_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheA_22(L_107); G_B39_0 = G_B38_0; G_B39_1 = G_B38_1; } IL_0284: { Func_2_t2974038919 * L_108 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheA_22(); Dictionary_2_t3301826201 * L_109 = Enumerable_ToDictionary_TisIGrouping_2_t2938048240_TisType_t_TisIEnumerable_1_t857479137_m3258885772(NULL /*static, unused*/, G_B39_1, G_B39_0, L_108, /*hidden argument*/Enumerable_ToDictionary_TisIGrouping_2_t2938048240_TisType_t_TisIEnumerable_1_t857479137_m3258885772_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_extensionMethodMap_6(L_109); } IL_0295: { V_9 = (RuntimeObject*)NULL; IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); Dictionary_2_t3301826201 * L_110 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_extensionMethodMap_6(); il2cpp_codegen_memory_barrier(); Type_t * L_111 = ___type_to_be_extend0; NullCheck(L_110); Dictionary_2_TryGetValue_m2058098161(L_110, L_111, (&V_9), /*hidden argument*/Dictionary_2_TryGetValue_m2058098161_RuntimeMethod_var); RuntimeObject* L_112 = V_9; return L_112; } } // System.Void XLua.Utils::makeReflectionWrap(System.IntPtr,System.Type,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,XLua.LuaDLL.lua_CSFunction&,XLua.LuaDLL.lua_CSFunction&,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR void Utils_makeReflectionWrap_m1048305200 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, int32_t ___cls_field2, int32_t ___cls_getter3, int32_t ___cls_setter4, int32_t ___obj_field5, int32_t ___obj_getter6, int32_t ___obj_setter7, int32_t ___obj_meta8, lua_CSFunction_t883524059 ** ___item_getter9, lua_CSFunction_t883524059 ** ___item_setter10, int32_t ___access11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_makeReflectionWrap_m1048305200_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; int32_t V_1 = 0; FieldInfoU5BU5D_t846150980* V_2 = NULL; EventInfoU5BU5D_t3237081491* V_3 = NULL; int32_t V_4 = 0; U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * V_5 = NULL; FieldInfo_t * V_6 = NULL; EventInfoU5BU5D_t3237081491* V_7 = NULL; int32_t V_8 = 0; EventInfo_t * V_9 = NULL; bool V_10 = false; List_1_t2159416693 * V_11 = NULL; PropertyInfoU5BU5D_t1461822886* V_12 = NULL; int32_t V_13 = 0; PropertyInfo_t * V_14 = NULL; PropertyInfoU5BU5D_t1461822886* V_15 = NULL; MethodInfoU5BU5D_t2572182361* V_16 = NULL; Dictionary_2_t4260183246 * V_17 = NULL; int32_t V_18 = 0; MethodInfo_t * V_19 = NULL; String_t* V_20 = NULL; MethodKey_t431904033 V_21; memset(&V_21, 0, sizeof(V_21)); MethodKey_t431904033 V_22; memset(&V_22, 0, sizeof(V_22)); List_1_t557109187 * V_23 = NULL; String_t* V_24 = NULL; String_t* V_25 = NULL; RuntimeObject* V_26 = NULL; MethodInfo_t * V_27 = NULL; RuntimeObject* V_28 = NULL; MethodKey_t431904033 V_29; memset(&V_29, 0, sizeof(V_29)); List_1_t557109187 * V_30 = NULL; List_1_t557109187 * V_31 = NULL; KeyValuePair_2_t2362888117 V_32; memset(&V_32, 0, sizeof(V_32)); Enumerator_t1919398725 V_33; memset(&V_33, 0, sizeof(V_33)); MethodKey_t431904033 V_34; memset(&V_34, 0, sizeof(V_34)); MethodKey_t431904033 V_35; memset(&V_35, 0, sizeof(V_35)); MethodKey_t431904033 V_36; memset(&V_36, 0, sizeof(V_36)); MethodKey_t431904033 V_37; memset(&V_37, 0, sizeof(V_37)); MethodKey_t431904033 V_38; memset(&V_38, 0, sizeof(V_38)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); intptr_t G_B14_0; memset(&G_B14_0, 0, sizeof(G_B14_0)); intptr_t G_B13_0; memset(&G_B13_0, 0, sizeof(G_B13_0)); int32_t G_B15_0 = 0; intptr_t G_B15_1; memset(&G_B15_1, 0, sizeof(G_B15_1)); intptr_t G_B17_0; memset(&G_B17_0, 0, sizeof(G_B17_0)); intptr_t G_B16_0; memset(&G_B16_0, 0, sizeof(G_B16_0)); int32_t G_B18_0 = 0; intptr_t G_B18_1; memset(&G_B18_1, 0, sizeof(G_B18_1)); bool G_B25_0 = false; intptr_t G_B27_0; memset(&G_B27_0, 0, sizeof(G_B27_0)); intptr_t G_B26_0; memset(&G_B26_0, 0, sizeof(G_B26_0)); int32_t G_B28_0 = 0; intptr_t G_B28_1; memset(&G_B28_1, 0, sizeof(G_B28_1)); lua_CSFunction_t883524059 ** G_B37_0 = NULL; lua_CSFunction_t883524059 ** G_B36_0 = NULL; lua_CSFunction_t883524059 * G_B38_0 = NULL; lua_CSFunction_t883524059 ** G_B38_1 = NULL; lua_CSFunction_t883524059 ** G_B40_0 = NULL; lua_CSFunction_t883524059 ** G_B39_0 = NULL; lua_CSFunction_t883524059 * G_B41_0 = NULL; lua_CSFunction_t883524059 ** G_B41_1 = NULL; MethodInfoU5BU5D_t2572182361* G_B44_0 = NULL; MethodInfoU5BU5D_t2572182361* G_B44_1 = NULL; MethodInfoU5BU5D_t2572182361* G_B43_0 = NULL; MethodInfoU5BU5D_t2572182361* G_B43_1 = NULL; Func_2_t942717935 * G_B46_0 = NULL; MethodInfoU5BU5D_t2572182361* G_B46_1 = NULL; MethodInfoU5BU5D_t2572182361* G_B46_2 = NULL; Func_2_t942717935 * G_B45_0 = NULL; MethodInfoU5BU5D_t2572182361* G_B45_1 = NULL; MethodInfoU5BU5D_t2572182361* G_B45_2 = NULL; Func_2_t942717935 * G_B48_0 = NULL; Func_2_t942717935 * G_B48_1 = NULL; MethodInfoU5BU5D_t2572182361* G_B48_2 = NULL; MethodInfoU5BU5D_t2572182361* G_B48_3 = NULL; Func_2_t942717935 * G_B47_0 = NULL; Func_2_t942717935 * G_B47_1 = NULL; MethodInfoU5BU5D_t2572182361* G_B47_2 = NULL; MethodInfoU5BU5D_t2572182361* G_B47_3 = NULL; intptr_t G_B75_0; memset(&G_B75_0, 0, sizeof(G_B75_0)); intptr_t G_B74_0; memset(&G_B74_0, 0, sizeof(G_B74_0)); int32_t G_B76_0 = 0; intptr_t G_B76_1; memset(&G_B76_1, 0, sizeof(G_B76_1)); intptr_t G_B82_0; memset(&G_B82_0, 0, sizeof(G_B82_0)); intptr_t G_B81_0; memset(&G_B81_0, 0, sizeof(G_B81_0)); int32_t G_B83_0 = 0; intptr_t G_B83_1; memset(&G_B83_1, 0, sizeof(G_B83_1)); intptr_t G_B109_0; memset(&G_B109_0, 0, sizeof(G_B109_0)); intptr_t G_B108_0; memset(&G_B108_0, 0, sizeof(G_B108_0)); int32_t G_B110_0 = 0; intptr_t G_B110_1; memset(&G_B110_1, 0, sizeof(G_B110_1)); { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = ___access11; V_1 = ((int32_t)((int32_t)((int32_t)14)|(int32_t)L_3)); Type_t * L_4 = ___type1; int32_t L_5 = V_1; NullCheck(L_4); FieldInfoU5BU5D_t846150980* L_6 = VirtFuncInvoker1< FieldInfoU5BU5D_t846150980*, int32_t >::Invoke(55 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_4, L_5); V_2 = L_6; Type_t * L_7 = ___type1; int32_t L_8 = V_1; NullCheck(L_7); EventInfoU5BU5D_t3237081491* L_9 = VirtFuncInvoker1< EventInfoU5BU5D_t3237081491*, int32_t >::Invoke(51 /* System.Reflection.EventInfo[] System.Type::GetEvents(System.Reflection.BindingFlags) */, L_7, ((int32_t)((int32_t)((int32_t)((int32_t)L_8|(int32_t)((int32_t)16)))|(int32_t)((int32_t)32)))); V_3 = L_9; intptr_t L_10 = ___L0; Lua_lua_checkstack_m685072503(NULL /*static, unused*/, L_10, 2, /*hidden argument*/NULL); V_4 = 0; goto IL_019a; } IL_0038: { U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * L_11 = (U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 *)il2cpp_codegen_object_new(U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233_il2cpp_TypeInfo_var); U3CmakeReflectionWrapU3Ec__AnonStorey6__ctor_m2821944495(L_11, /*hidden argument*/NULL); V_5 = L_11; FieldInfoU5BU5D_t846150980* L_12 = V_2; int32_t L_13 = V_4; NullCheck(L_12); int32_t L_14 = L_13; FieldInfo_t * L_15 = (L_12)->GetAt(static_cast(L_14)); V_6 = L_15; U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * L_16 = V_5; FieldInfo_t * L_17 = V_6; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_17); NullCheck(L_16); L_16->set_fieldName_0(L_18); FieldInfo_t * L_19 = V_6; NullCheck(L_19); bool L_20 = FieldInfo_get_IsStatic_m3482711189(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00ab; } } { FieldInfo_t * L_21 = V_6; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_21); NullCheck(L_22); bool L_23 = String_StartsWith_m1759067526(L_22, _stringLiteral1214806902, /*hidden argument*/NULL); if (L_23) { goto IL_008b; } } { FieldInfo_t * L_24 = V_6; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_24); NullCheck(L_25); bool L_26 = String_StartsWith_m1759067526(L_25, _stringLiteral3499468764, /*hidden argument*/NULL); if (!L_26) { goto IL_00ab; } } IL_008b: { RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (Delegate_t1188392813_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); FieldInfo_t * L_29 = V_6; NullCheck(L_29); Type_t * L_30 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_29); NullCheck(L_28); bool L_31 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_28, L_30); if (!L_31) { goto IL_00ab; } } { goto IL_0194; } IL_00ab: { EventInfoU5BU5D_t3237081491* L_32 = V_3; U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * L_33 = V_5; intptr_t L_34 = (intptr_t)U3CmakeReflectionWrapU3Ec__AnonStorey6_U3CU3Em__0_m424908477_RuntimeMethod_var; Func_2_t4152421637 * L_35 = (Func_2_t4152421637 *)il2cpp_codegen_object_new(Func_2_t4152421637_il2cpp_TypeInfo_var); Func_2__ctor_m575838008(L_35, L_33, L_34, /*hidden argument*/Func_2__ctor_m575838008_RuntimeMethod_var); bool L_36 = Enumerable_Any_TisEventInfo_t_m3996662762(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)L_32, L_35, /*hidden argument*/Enumerable_Any_TisEventInfo_t_m3996662762_RuntimeMethod_var); if (!L_36) { goto IL_00db; } } { U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * L_37 = V_5; U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * L_38 = V_5; NullCheck(L_38); String_t* L_39 = L_38->get_fieldName_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614522, L_39, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_fieldName_0(L_40); } IL_00db: { FieldInfo_t * L_41 = V_6; NullCheck(L_41); bool L_42 = FieldInfo_get_IsStatic_m3482711189(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0127; } } { FieldInfo_t * L_43 = V_6; NullCheck(L_43); bool L_44 = FieldInfo_get_IsInitOnly_m930369112(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_00ff; } } { FieldInfo_t * L_45 = V_6; NullCheck(L_45); bool L_46 = FieldInfo_get_IsLiteral_m534699794(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0127; } } IL_00ff: { intptr_t L_47 = ___L0; U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * L_48 = V_5; NullCheck(L_48); String_t* L_49 = L_48->get_fieldName_0(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_47, L_49, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_50 = V_0; intptr_t L_51 = ___L0; FieldInfo_t * L_52 = V_6; NullCheck(L_52); RuntimeObject * L_53 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(18 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_52, NULL); NullCheck(L_50); ObjectTranslator_PushAny_m2595410231(L_50, L_51, L_53, /*hidden argument*/NULL); intptr_t L_54 = ___L0; int32_t L_55 = ___cls_field2; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); goto IL_0194; } IL_0127: { intptr_t L_56 = ___L0; U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * L_57 = V_5; NullCheck(L_57); String_t* L_58 = L_57->get_fieldName_0(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_56, L_58, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_59 = V_0; intptr_t L_60 = ___L0; Type_t * L_61 = ___type1; FieldInfo_t * L_62 = V_6; lua_CSFunction_t883524059 * L_63 = Utils_genFieldGetter_m3427578468(NULL /*static, unused*/, L_61, L_62, /*hidden argument*/NULL); NullCheck(L_59); ObjectTranslator_PushFixCSFunction_m2016711914(L_59, L_60, L_63, /*hidden argument*/NULL); intptr_t L_64 = ___L0; FieldInfo_t * L_65 = V_6; NullCheck(L_65); bool L_66 = FieldInfo_get_IsStatic_m3482711189(L_65, /*hidden argument*/NULL); G_B13_0 = L_64; if (!L_66) { G_B14_0 = L_64; goto IL_0156; } } { int32_t L_67 = ___cls_getter3; G_B15_0 = L_67; G_B15_1 = G_B13_0; goto IL_0158; } IL_0156: { int32_t L_68 = ___obj_getter6; G_B15_0 = L_68; G_B15_1 = G_B14_0; } IL_0158: { Lua_lua_rawset_m3292503124(NULL /*static, unused*/, G_B15_1, G_B15_0, /*hidden argument*/NULL); intptr_t L_69 = ___L0; U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * L_70 = V_5; NullCheck(L_70); String_t* L_71 = L_70->get_fieldName_0(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_69, L_71, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_72 = V_0; intptr_t L_73 = ___L0; Type_t * L_74 = ___type1; FieldInfo_t * L_75 = V_6; lua_CSFunction_t883524059 * L_76 = Utils_genFieldSetter_m2955549577(NULL /*static, unused*/, L_74, L_75, /*hidden argument*/NULL); NullCheck(L_72); ObjectTranslator_PushFixCSFunction_m2016711914(L_72, L_73, L_76, /*hidden argument*/NULL); intptr_t L_77 = ___L0; FieldInfo_t * L_78 = V_6; NullCheck(L_78); bool L_79 = FieldInfo_get_IsStatic_m3482711189(L_78, /*hidden argument*/NULL); G_B16_0 = L_77; if (!L_79) { G_B17_0 = L_77; goto IL_018d; } } { int32_t L_80 = ___cls_setter4; G_B18_0 = L_80; G_B18_1 = G_B16_0; goto IL_018f; } IL_018d: { int32_t L_81 = ___obj_setter7; G_B18_0 = L_81; G_B18_1 = G_B17_0; } IL_018f: { Lua_lua_rawset_m3292503124(NULL /*static, unused*/, G_B18_1, G_B18_0, /*hidden argument*/NULL); } IL_0194: { int32_t L_82 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_019a: { int32_t L_83 = V_4; FieldInfoU5BU5D_t846150980* L_84 = V_2; NullCheck(L_84); if ((((int32_t)L_83) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_84)->max_length))))))) { goto IL_0038; } } { Type_t * L_85 = ___type1; int32_t L_86 = V_1; NullCheck(L_85); EventInfoU5BU5D_t3237081491* L_87 = VirtFuncInvoker1< EventInfoU5BU5D_t3237081491*, int32_t >::Invoke(51 /* System.Reflection.EventInfo[] System.Type::GetEvents(System.Reflection.BindingFlags) */, L_85, L_86); V_7 = L_87; V_8 = 0; goto IL_022c; } IL_01b5: { EventInfoU5BU5D_t3237081491* L_88 = V_7; int32_t L_89 = V_8; NullCheck(L_88); int32_t L_90 = L_89; EventInfo_t * L_91 = (L_88)->GetAt(static_cast(L_90)); V_9 = L_91; intptr_t L_92 = ___L0; EventInfo_t * L_93 = V_9; NullCheck(L_93); String_t* L_94 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_93); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_92, L_94, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_95 = V_0; intptr_t L_96 = ___L0; ObjectTranslator_t2020767555 * L_97 = V_0; NullCheck(L_97); MethodWrapsCache_t113059333 * L_98 = L_97->get_methodWrapsCache_0(); Type_t * L_99 = ___type1; EventInfo_t * L_100 = V_9; NullCheck(L_100); String_t* L_101 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_100); NullCheck(L_98); lua_CSFunction_t883524059 * L_102 = MethodWrapsCache_GetEventWrap_m2092790157(L_98, L_99, L_101, /*hidden argument*/NULL); NullCheck(L_95); ObjectTranslator_PushFixCSFunction_m2016711914(L_95, L_96, L_102, /*hidden argument*/NULL); EventInfo_t * L_103 = V_9; NullCheck(L_103); MethodInfo_t * L_104 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(17 /* System.Reflection.MethodInfo System.Reflection.EventInfo::GetAddMethod(System.Boolean) */, L_103, (bool)1); if (!L_104) { goto IL_0202; } } { EventInfo_t * L_105 = V_9; NullCheck(L_105); MethodInfo_t * L_106 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(17 /* System.Reflection.MethodInfo System.Reflection.EventInfo::GetAddMethod(System.Boolean) */, L_105, (bool)1); NullCheck(L_106); bool L_107 = MethodBase_get_IsStatic_m2399864271(L_106, /*hidden argument*/NULL); G_B25_0 = L_107; goto IL_020f; } IL_0202: { EventInfo_t * L_108 = V_9; NullCheck(L_108); MethodInfo_t * L_109 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(18 /* System.Reflection.MethodInfo System.Reflection.EventInfo::GetRemoveMethod(System.Boolean) */, L_108, (bool)1); NullCheck(L_109); bool L_110 = MethodBase_get_IsStatic_m2399864271(L_109, /*hidden argument*/NULL); G_B25_0 = L_110; } IL_020f: { V_10 = G_B25_0; intptr_t L_111 = ___L0; bool L_112 = V_10; G_B26_0 = L_111; if (!L_112) { G_B27_0 = L_111; goto IL_021f; } } { int32_t L_113 = ___cls_field2; G_B28_0 = L_113; G_B28_1 = G_B26_0; goto IL_0221; } IL_021f: { int32_t L_114 = ___obj_field5; G_B28_0 = L_114; G_B28_1 = G_B27_0; } IL_0221: { Lua_lua_rawset_m3292503124(NULL /*static, unused*/, G_B28_1, G_B28_0, /*hidden argument*/NULL); int32_t L_115 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); } IL_022c: { int32_t L_116 = V_8; EventInfoU5BU5D_t3237081491* L_117 = V_7; NullCheck(L_117); if ((((int32_t)L_116) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_117)->max_length))))))) { goto IL_01b5; } } { List_1_t2159416693 * L_118 = (List_1_t2159416693 *)il2cpp_codegen_object_new(List_1_t2159416693_il2cpp_TypeInfo_var); List_1__ctor_m162830699(L_118, /*hidden argument*/List_1__ctor_m162830699_RuntimeMethod_var); V_11 = L_118; Type_t * L_119 = ___type1; int32_t L_120 = V_1; NullCheck(L_119); PropertyInfoU5BU5D_t1461822886* L_121 = VirtFuncInvoker1< PropertyInfoU5BU5D_t1461822886*, int32_t >::Invoke(68 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_119, L_120); V_12 = L_121; V_13 = 0; goto IL_0274; } IL_024f: { PropertyInfoU5BU5D_t1461822886* L_122 = V_12; int32_t L_123 = V_13; NullCheck(L_122); int32_t L_124 = L_123; PropertyInfo_t * L_125 = (L_122)->GetAt(static_cast(L_124)); V_14 = L_125; PropertyInfo_t * L_126 = V_14; NullCheck(L_126); ParameterInfoU5BU5D_t390618515* L_127 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(22 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_126); NullCheck(L_127); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_127)->max_length))))) <= ((int32_t)0))) { goto IL_026e; } } { List_1_t2159416693 * L_128 = V_11; PropertyInfo_t * L_129 = V_14; NullCheck(L_128); List_1_Add_m2526198267(L_128, L_129, /*hidden argument*/List_1_Add_m2526198267_RuntimeMethod_var); } IL_026e: { int32_t L_130 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); } IL_0274: { int32_t L_131 = V_13; PropertyInfoU5BU5D_t1461822886* L_132 = V_12; NullCheck(L_132); if ((((int32_t)L_131) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_132)->max_length))))))) { goto IL_024f; } } { List_1_t2159416693 * L_133 = V_11; NullCheck(L_133); PropertyInfoU5BU5D_t1461822886* L_134 = List_1_ToArray_m3623523270(L_133, /*hidden argument*/List_1_ToArray_m3623523270_RuntimeMethod_var); V_15 = L_134; lua_CSFunction_t883524059 ** L_135 = ___item_getter9; PropertyInfoU5BU5D_t1461822886* L_136 = V_15; NullCheck(L_136); G_B36_0 = L_135; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_136)->max_length))))) <= ((int32_t)0))) { G_B37_0 = L_135; goto IL_02a1; } } { Type_t * L_137 = ___type1; PropertyInfoU5BU5D_t1461822886* L_138 = V_15; lua_CSFunction_t883524059 * L_139 = Utils_genItemGetter_m2823412390(NULL /*static, unused*/, L_137, L_138, /*hidden argument*/NULL); G_B38_0 = L_139; G_B38_1 = G_B36_0; goto IL_02a2; } IL_02a1: { G_B38_0 = ((lua_CSFunction_t883524059 *)(NULL)); G_B38_1 = G_B37_0; } IL_02a2: { *((RuntimeObject **)(G_B38_1)) = (RuntimeObject *)G_B38_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B38_1), (RuntimeObject *)G_B38_0); lua_CSFunction_t883524059 ** L_140 = ___item_setter10; PropertyInfoU5BU5D_t1461822886* L_141 = V_15; NullCheck(L_141); G_B39_0 = L_140; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_141)->max_length))))) <= ((int32_t)0))) { G_B40_0 = L_140; goto IL_02bc; } } { Type_t * L_142 = ___type1; PropertyInfoU5BU5D_t1461822886* L_143 = V_15; lua_CSFunction_t883524059 * L_144 = Utils_genItemSetter_m933980622(NULL /*static, unused*/, L_142, L_143, /*hidden argument*/NULL); G_B41_0 = L_144; G_B41_1 = G_B39_0; goto IL_02bd; } IL_02bc: { G_B41_0 = ((lua_CSFunction_t883524059 *)(NULL)); G_B41_1 = G_B40_0; } IL_02bd: { *((RuntimeObject **)(G_B41_1)) = (RuntimeObject *)G_B41_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B41_1), (RuntimeObject *)G_B41_0); Type_t * L_145 = ___type1; int32_t L_146 = V_1; NullCheck(L_145); MethodInfoU5BU5D_t2572182361* L_147 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_145, L_146); V_16 = L_147; int32_t L_148 = ___access11; if ((!(((uint32_t)L_148) == ((uint32_t)((int32_t)32))))) { goto IL_033f; } } { Type_t * L_149 = ___type1; int32_t L_150 = V_1; NullCheck(L_149); MethodInfoU5BU5D_t2572182361* L_151 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_149, ((int32_t)((int32_t)L_150|(int32_t)((int32_t)16)))); MethodInfoU5BU5D_t2572182361* L_152 = V_16; Func_2_t942717935 * L_153 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheB_23(); G_B43_0 = L_152; G_B43_1 = L_151; if (L_153) { G_B44_0 = L_152; G_B44_1 = L_151; goto IL_02f4; } } { intptr_t L_154 = (intptr_t)Utils_U3CmakeReflectionWrapU3Em__B_m3409894828_RuntimeMethod_var; Func_2_t942717935 * L_155 = (Func_2_t942717935 *)il2cpp_codegen_object_new(Func_2_t942717935_il2cpp_TypeInfo_var); Func_2__ctor_m3144069227(L_155, NULL, L_154, /*hidden argument*/Func_2__ctor_m3144069227_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheB_23(L_155); G_B44_0 = G_B43_0; G_B44_1 = G_B43_1; } IL_02f4: { Func_2_t942717935 * L_156 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheB_23(); Func_2_t942717935 * L_157 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheC_24(); G_B45_0 = L_156; G_B45_1 = G_B44_0; G_B45_2 = G_B44_1; if (L_157) { G_B46_0 = L_156; G_B46_1 = G_B44_0; G_B46_2 = G_B44_1; goto IL_0311; } } { intptr_t L_158 = (intptr_t)Utils_U3CmakeReflectionWrapU3Em__C_m3315697528_RuntimeMethod_var; Func_2_t942717935 * L_159 = (Func_2_t942717935 *)il2cpp_codegen_object_new(Func_2_t942717935_il2cpp_TypeInfo_var); Func_2__ctor_m3144069227(L_159, NULL, L_158, /*hidden argument*/Func_2__ctor_m3144069227_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheC_24(L_159); G_B46_0 = G_B45_0; G_B46_1 = G_B45_1; G_B46_2 = G_B45_2; } IL_0311: { Func_2_t942717935 * L_160 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheC_24(); Func_3_t145517001 * L_161 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheD_25(); G_B47_0 = L_160; G_B47_1 = G_B46_0; G_B47_2 = G_B46_1; G_B47_3 = G_B46_2; if (L_161) { G_B48_0 = L_160; G_B48_1 = G_B46_0; G_B48_2 = G_B46_1; G_B48_3 = G_B46_2; goto IL_032e; } } { intptr_t L_162 = (intptr_t)Utils_U3CmakeReflectionWrapU3Em__D_m3238289681_RuntimeMethod_var; Func_3_t145517001 * L_163 = (Func_3_t145517001 *)il2cpp_codegen_object_new(Func_3_t145517001_il2cpp_TypeInfo_var); Func_3__ctor_m1987431829(L_163, NULL, L_162, /*hidden argument*/Func_3__ctor_m1987431829_RuntimeMethod_var); ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cacheD_25(L_163); G_B48_0 = G_B47_0; G_B48_1 = G_B47_1; G_B48_2 = G_B47_2; G_B48_3 = G_B47_3; } IL_032e: { Func_3_t145517001 * L_164 = ((Utils_t4231971476_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t4231971476_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cacheD_25(); RuntimeObject* L_165 = Enumerable_Join_TisMethodInfo_t_TisMethodInfo_t_TisString_t_TisMethodInfo_t_m4216804836(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B48_3, (RuntimeObject*)(RuntimeObject*)G_B48_2, G_B48_1, G_B48_0, L_164, /*hidden argument*/Enumerable_Join_TisMethodInfo_t_TisMethodInfo_t_TisString_t_TisMethodInfo_t_m4216804836_RuntimeMethod_var); MethodInfoU5BU5D_t2572182361* L_166 = Enumerable_ToArray_TisMethodInfo_t_m2640777535(NULL /*static, unused*/, L_165, /*hidden argument*/Enumerable_ToArray_TisMethodInfo_t_m2640777535_RuntimeMethod_var); V_16 = L_166; } IL_033f: { Dictionary_2_t4260183246 * L_167 = (Dictionary_2_t4260183246 *)il2cpp_codegen_object_new(Dictionary_2_t4260183246_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1194879770(L_167, /*hidden argument*/Dictionary_2__ctor_m1194879770_RuntimeMethod_var); V_17 = L_167; V_18 = 0; goto IL_0619; } IL_034e: { MethodInfoU5BU5D_t2572182361* L_168 = V_16; int32_t L_169 = V_18; NullCheck(L_168); int32_t L_170 = L_169; MethodInfo_t * L_171 = (L_168)->GetAt(static_cast(L_170)); V_19 = L_171; MethodInfo_t * L_172 = V_19; NullCheck(L_172); String_t* L_173 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_172); V_20 = L_173; il2cpp_codegen_initobj((&V_22), sizeof(MethodKey_t431904033 )); String_t* L_174 = V_20; (&V_22)->set_Name_0(L_174); MethodInfo_t * L_175 = V_19; NullCheck(L_175); bool L_176 = MethodBase_get_IsStatic_m2399864271(L_175, /*hidden argument*/NULL); (&V_22)->set_IsStatic_1(L_176); MethodKey_t431904033 L_177 = V_22; V_21 = L_177; Dictionary_2_t4260183246 * L_178 = V_17; MethodKey_t431904033 L_179 = V_21; NullCheck(L_178); bool L_180 = Dictionary_2_TryGetValue_m3157056312(L_178, L_179, (&V_23), /*hidden argument*/Dictionary_2_TryGetValue_m3157056312_RuntimeMethod_var); if (!L_180) { goto IL_039f; } } { List_1_t557109187 * L_181 = V_23; MethodInfo_t * L_182 = V_19; NullCheck(L_181); List_1_Add_m304598357(L_181, L_182, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); goto IL_0613; } IL_039f: { MethodInfo_t * L_183 = V_19; NullCheck(L_183); bool L_184 = MethodBase_get_IsSpecialName_m1671317191(L_183, /*hidden argument*/NULL); if (!L_184) { goto IL_041c; } } { MethodInfo_t * L_185 = V_19; NullCheck(L_185); String_t* L_186 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_185); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_187 = String_op_Equality_m920492651(NULL /*static, unused*/, L_186, _stringLiteral1734148091, /*hidden argument*/NULL); if (!L_187) { goto IL_03d0; } } { MethodInfo_t * L_188 = V_19; NullCheck(L_188); ParameterInfoU5BU5D_t390618515* L_189 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_188); NullCheck(L_189); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_189)->max_length))))) == ((int32_t)1))) { goto IL_03f5; } } IL_03d0: { MethodInfo_t * L_190 = V_19; NullCheck(L_190); String_t* L_191 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_190); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_192 = String_op_Equality_m920492651(NULL /*static, unused*/, L_191, _stringLiteral1734148607, /*hidden argument*/NULL); if (!L_192) { goto IL_041c; } } { MethodInfo_t * L_193 = V_19; NullCheck(L_193); ParameterInfoU5BU5D_t390618515* L_194 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_193); NullCheck(L_194); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_194)->max_length))))) == ((uint32_t)2)))) { goto IL_041c; } } IL_03f5: { MethodInfo_t * L_195 = V_19; NullCheck(L_195); ParameterInfoU5BU5D_t390618515* L_196 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_195); NullCheck(L_196); int32_t L_197 = 0; ParameterInfo_t1861056598 * L_198 = (L_196)->GetAt(static_cast(L_197)); NullCheck(L_198); Type_t * L_199 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_198); RuntimeTypeHandle_t3027515415 L_200 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_201 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_200, /*hidden argument*/NULL); NullCheck(L_199); bool L_202 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_199, L_201); if (L_202) { goto IL_041c; } } { goto IL_0613; } IL_041c: { String_t* L_203 = V_20; NullCheck(L_203); bool L_204 = String_StartsWith_m1759067526(L_203, _stringLiteral3718007989, /*hidden argument*/NULL); if (L_204) { goto IL_043e; } } { String_t* L_205 = V_20; NullCheck(L_205); bool L_206 = String_StartsWith_m1759067526(L_205, _stringLiteral1237579160, /*hidden argument*/NULL); if (!L_206) { goto IL_044f; } } IL_043e: { MethodInfo_t * L_207 = V_19; NullCheck(L_207); bool L_208 = MethodBase_get_IsSpecialName_m1671317191(L_207, /*hidden argument*/NULL); if (!L_208) { goto IL_044f; } } { goto IL_0613; } IL_044f: { String_t* L_209 = V_20; NullCheck(L_209); bool L_210 = String_StartsWith_m1759067526(L_209, _stringLiteral370157728, /*hidden argument*/NULL); if (!L_210) { goto IL_04a6; } } { MethodInfo_t * L_211 = V_19; NullCheck(L_211); bool L_212 = MethodBase_get_IsSpecialName_m1671317191(L_211, /*hidden argument*/NULL); if (!L_212) { goto IL_04a6; } } { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); Dictionary_2_t1632706988 * L_213 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_supportOp_5(); il2cpp_codegen_memory_barrier(); String_t* L_214 = V_20; NullCheck(L_213); bool L_215 = Dictionary_2_ContainsKey_m2249167092(L_213, L_214, /*hidden argument*/Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var); if (!L_215) { goto IL_04a1; } } { List_1_t557109187 * L_216 = V_23; if (L_216) { goto IL_0498; } } { List_1_t557109187 * L_217 = (List_1_t557109187 *)il2cpp_codegen_object_new(List_1_t557109187_il2cpp_TypeInfo_var); List_1__ctor_m2845631487(L_217, /*hidden argument*/List_1__ctor_m2845631487_RuntimeMethod_var); V_23 = L_217; Dictionary_2_t4260183246 * L_218 = V_17; MethodKey_t431904033 L_219 = V_21; List_1_t557109187 * L_220 = V_23; NullCheck(L_218); Dictionary_2_Add_m2535253891(L_218, L_219, L_220, /*hidden argument*/Dictionary_2_Add_m2535253891_RuntimeMethod_var); } IL_0498: { List_1_t557109187 * L_221 = V_23; MethodInfo_t * L_222 = V_19; NullCheck(L_221); List_1_Add_m304598357(L_221, L_222, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); } IL_04a1: { goto IL_0613; } IL_04a6: { String_t* L_223 = V_20; NullCheck(L_223); bool L_224 = String_StartsWith_m1759067526(L_223, _stringLiteral3005481727, /*hidden argument*/NULL); if (!L_224) { goto IL_053a; } } { MethodInfo_t * L_225 = V_19; NullCheck(L_225); bool L_226 = MethodBase_get_IsSpecialName_m1671317191(L_225, /*hidden argument*/NULL); if (!L_226) { goto IL_053a; } } { MethodInfo_t * L_227 = V_19; NullCheck(L_227); ParameterInfoU5BU5D_t390618515* L_228 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_227); NullCheck(L_228); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_228)->max_length))))) == ((int32_t)1))) { goto IL_053a; } } { MethodInfo_t * L_229 = V_19; NullCheck(L_229); String_t* L_230 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_229); NullCheck(L_230); String_t* L_231 = String_Substring_m2848979100(L_230, 4, /*hidden argument*/NULL); V_24 = L_231; intptr_t L_232 = ___L0; String_t* L_233 = V_24; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_232, L_233, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_234 = V_0; intptr_t L_235 = ___L0; ObjectTranslator_t2020767555 * L_236 = V_0; NullCheck(L_236); MethodWrapsCache_t113059333 * L_237 = L_236->get_methodWrapsCache_0(); MethodInfo_t * L_238 = V_19; NullCheck(L_238); Type_t * L_239 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_238); String_t* L_240 = V_24; MethodBaseU5BU5D_t779831733* L_241 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)1)); MethodInfo_t * L_242 = V_19; NullCheck(L_241); ArrayElementTypeCheck (L_241, L_242); (L_241)->SetAt(static_cast(0), (MethodBase_t *)L_242); NullCheck(L_237); MethodWrap_t801859268 * L_243 = MethodWrapsCache__GenMethodWrap_m2785935813(L_237, L_239, L_240, (RuntimeObject*)(RuntimeObject*)L_241, (bool)0, /*hidden argument*/NULL); intptr_t L_244 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_245 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_245, L_243, L_244, /*hidden argument*/NULL); NullCheck(L_234); ObjectTranslator_PushFixCSFunction_m2016711914(L_234, L_235, L_245, /*hidden argument*/NULL); intptr_t L_246 = ___L0; MethodInfo_t * L_247 = V_19; NullCheck(L_247); bool L_248 = MethodBase_get_IsStatic_m2399864271(L_247, /*hidden argument*/NULL); G_B74_0 = L_246; if (!L_248) { G_B75_0 = L_246; goto IL_052e; } } { int32_t L_249 = ___cls_getter3; G_B76_0 = L_249; G_B76_1 = G_B74_0; goto IL_0530; } IL_052e: { int32_t L_250 = ___obj_getter6; G_B76_0 = L_250; G_B76_1 = G_B75_0; } IL_0530: { Lua_lua_rawset_m3292503124(NULL /*static, unused*/, G_B76_1, G_B76_0, /*hidden argument*/NULL); goto IL_0613; } IL_053a: { String_t* L_251 = V_20; NullCheck(L_251); bool L_252 = String_StartsWith_m1759067526(L_251, _stringLiteral3005481747, /*hidden argument*/NULL); if (!L_252) { goto IL_05cf; } } { MethodInfo_t * L_253 = V_19; NullCheck(L_253); bool L_254 = MethodBase_get_IsSpecialName_m1671317191(L_253, /*hidden argument*/NULL); if (!L_254) { goto IL_05cf; } } { MethodInfo_t * L_255 = V_19; NullCheck(L_255); ParameterInfoU5BU5D_t390618515* L_256 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_255); NullCheck(L_256); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_256)->max_length))))) == ((int32_t)2))) { goto IL_05cf; } } { MethodInfo_t * L_257 = V_19; NullCheck(L_257); String_t* L_258 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_257); NullCheck(L_258); String_t* L_259 = String_Substring_m2848979100(L_258, 4, /*hidden argument*/NULL); V_25 = L_259; intptr_t L_260 = ___L0; String_t* L_261 = V_25; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_260, L_261, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_262 = V_0; intptr_t L_263 = ___L0; ObjectTranslator_t2020767555 * L_264 = V_0; NullCheck(L_264); MethodWrapsCache_t113059333 * L_265 = L_264->get_methodWrapsCache_0(); MethodInfo_t * L_266 = V_19; NullCheck(L_266); Type_t * L_267 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_266); String_t* L_268 = V_25; MethodBaseU5BU5D_t779831733* L_269 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)1)); MethodInfo_t * L_270 = V_19; NullCheck(L_269); ArrayElementTypeCheck (L_269, L_270); (L_269)->SetAt(static_cast(0), (MethodBase_t *)L_270); NullCheck(L_265); MethodWrap_t801859268 * L_271 = MethodWrapsCache__GenMethodWrap_m2785935813(L_265, L_267, L_268, (RuntimeObject*)(RuntimeObject*)L_269, (bool)0, /*hidden argument*/NULL); intptr_t L_272 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_273 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_273, L_271, L_272, /*hidden argument*/NULL); NullCheck(L_262); ObjectTranslator_PushFixCSFunction_m2016711914(L_262, L_263, L_273, /*hidden argument*/NULL); intptr_t L_274 = ___L0; MethodInfo_t * L_275 = V_19; NullCheck(L_275); bool L_276 = MethodBase_get_IsStatic_m2399864271(L_275, /*hidden argument*/NULL); G_B81_0 = L_274; if (!L_276) { G_B82_0 = L_274; goto IL_05c3; } } { int32_t L_277 = ___cls_setter4; G_B83_0 = L_277; G_B83_1 = G_B81_0; goto IL_05c5; } IL_05c3: { int32_t L_278 = ___obj_setter7; G_B83_0 = L_278; G_B83_1 = G_B82_0; } IL_05c5: { Lua_lua_rawset_m3292503124(NULL /*static, unused*/, G_B83_1, G_B83_0, /*hidden argument*/NULL); goto IL_0613; } IL_05cf: { String_t* L_279 = V_20; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_280 = String_op_Equality_m920492651(NULL /*static, unused*/, L_279, _stringLiteral1221375020, /*hidden argument*/NULL); if (!L_280) { goto IL_05f1; } } { MethodInfo_t * L_281 = V_19; NullCheck(L_281); bool L_282 = MethodBase_get_IsConstructor_m1438333698(L_281, /*hidden argument*/NULL); if (!L_282) { goto IL_05f1; } } { goto IL_0613; } IL_05f1: { List_1_t557109187 * L_283 = V_23; if (L_283) { goto IL_060a; } } { List_1_t557109187 * L_284 = (List_1_t557109187 *)il2cpp_codegen_object_new(List_1_t557109187_il2cpp_TypeInfo_var); List_1__ctor_m2845631487(L_284, /*hidden argument*/List_1__ctor_m2845631487_RuntimeMethod_var); V_23 = L_284; Dictionary_2_t4260183246 * L_285 = V_17; MethodKey_t431904033 L_286 = V_21; List_1_t557109187 * L_287 = V_23; NullCheck(L_285); Dictionary_2_Add_m2535253891(L_285, L_286, L_287, /*hidden argument*/Dictionary_2_Add_m2535253891_RuntimeMethod_var); } IL_060a: { List_1_t557109187 * L_288 = V_23; MethodInfo_t * L_289 = V_19; NullCheck(L_288); List_1_Add_m304598357(L_288, L_289, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); } IL_0613: { int32_t L_290 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_290, (int32_t)1)); } IL_0619: { int32_t L_291 = V_18; MethodInfoU5BU5D_t2572182361* L_292 = V_16; NullCheck(L_292); if ((((int32_t)L_291) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_292)->max_length))))))) { goto IL_034e; } } { Type_t * L_293 = ___type1; RuntimeObject* L_294 = Utils_GetExtensionMethodsOf_m3904690894(NULL /*static, unused*/, L_293, /*hidden argument*/NULL); V_26 = L_294; RuntimeObject* L_295 = V_26; if (!L_295) { goto IL_06c9; } } { RuntimeObject* L_296 = V_26; NullCheck(L_296); RuntimeObject* L_297 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t857479137_il2cpp_TypeInfo_var, L_296); V_28 = L_297; } IL_063c: try { // begin try (depth: 1) { goto IL_06a9; } IL_0641: { RuntimeObject* L_298 = V_28; NullCheck(L_298); MethodInfo_t * L_299 = InterfaceFuncInvoker0< MethodInfo_t * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2310196716_il2cpp_TypeInfo_var, L_298); V_27 = L_299; il2cpp_codegen_initobj((&V_22), sizeof(MethodKey_t431904033 )); MethodInfo_t * L_300 = V_27; NullCheck(L_300); String_t* L_301 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_300); (&V_22)->set_Name_0(L_301); (&V_22)->set_IsStatic_1((bool)0); MethodKey_t431904033 L_302 = V_22; V_29 = L_302; Dictionary_2_t4260183246 * L_303 = V_17; MethodKey_t431904033 L_304 = V_29; NullCheck(L_303); bool L_305 = Dictionary_2_TryGetValue_m3157056312(L_303, L_304, (&V_30), /*hidden argument*/Dictionary_2_TryGetValue_m3157056312_RuntimeMethod_var); if (!L_305) { goto IL_068a; } } IL_067c: { List_1_t557109187 * L_306 = V_30; MethodInfo_t * L_307 = V_27; NullCheck(L_306); List_1_Add_m304598357(L_306, L_307, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); goto IL_06a9; } IL_068a: { List_1_t557109187 * L_308 = (List_1_t557109187 *)il2cpp_codegen_object_new(List_1_t557109187_il2cpp_TypeInfo_var); List_1__ctor_m2845631487(L_308, /*hidden argument*/List_1__ctor_m2845631487_RuntimeMethod_var); V_31 = L_308; List_1_t557109187 * L_309 = V_31; MethodInfo_t * L_310 = V_27; NullCheck(L_309); List_1_Add_m304598357(L_309, L_310, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); List_1_t557109187 * L_311 = V_31; V_30 = L_311; Dictionary_2_t4260183246 * L_312 = V_17; MethodKey_t431904033 L_313 = V_29; List_1_t557109187 * L_314 = V_30; NullCheck(L_312); Dictionary_2_Add_m2535253891(L_312, L_313, L_314, /*hidden argument*/Dictionary_2_Add_m2535253891_RuntimeMethod_var); } IL_06a9: { RuntimeObject* L_315 = V_28; NullCheck(L_315); bool L_316 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_315); if (L_316) { goto IL_0641; } } IL_06b5: { IL2CPP_LEAVE(0x6C9, FINALLY_06ba); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_06ba; } FINALLY_06ba: { // begin finally (depth: 1) { RuntimeObject* L_317 = V_28; if (!L_317) { goto IL_06c8; } } IL_06c1: { RuntimeObject* L_318 = V_28; NullCheck(L_318); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_318); } IL_06c8: { IL2CPP_END_FINALLY(1722) } } // end finally (depth: 1) IL2CPP_CLEANUP(1722) { IL2CPP_JUMP_TBL(0x6C9, IL_06c9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_06c9: { Dictionary_2_t4260183246 * L_319 = V_17; NullCheck(L_319); Enumerator_t1919398725 L_320 = Dictionary_2_GetEnumerator_m1339953121(L_319, /*hidden argument*/Dictionary_2_GetEnumerator_m1339953121_RuntimeMethod_var); V_33 = L_320; } IL_06d2: try { // begin try (depth: 1) { goto IL_07dd; } IL_06d7: { KeyValuePair_2_t2362888117 L_321 = Enumerator_get_Current_m3880355618((&V_33), /*hidden argument*/Enumerator_get_Current_m3880355618_RuntimeMethod_var); V_32 = L_321; MethodKey_t431904033 L_322 = KeyValuePair_2_get_Key_m695167695((&V_32), /*hidden argument*/KeyValuePair_2_get_Key_m695167695_RuntimeMethod_var); V_22 = L_322; String_t* L_323 = (&V_22)->get_Name_0(); NullCheck(L_323); bool L_324 = String_StartsWith_m1759067526(L_323, _stringLiteral370157728, /*hidden argument*/NULL); if (!L_324) { goto IL_0769; } } IL_06ff: { intptr_t L_325 = ___L0; IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); Dictionary_2_t1632706988 * L_326 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_supportOp_5(); il2cpp_codegen_memory_barrier(); MethodKey_t431904033 L_327 = KeyValuePair_2_get_Key_m695167695((&V_32), /*hidden argument*/KeyValuePair_2_get_Key_m695167695_RuntimeMethod_var); V_34 = L_327; String_t* L_328 = (&V_34)->get_Name_0(); NullCheck(L_326); String_t* L_329 = Dictionary_2_get_Item_m2643467469(L_326, L_328, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_325, L_329, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_330 = V_0; intptr_t L_331 = ___L0; ObjectTranslator_t2020767555 * L_332 = V_0; NullCheck(L_332); MethodWrapsCache_t113059333 * L_333 = L_332->get_methodWrapsCache_0(); Type_t * L_334 = ___type1; MethodKey_t431904033 L_335 = KeyValuePair_2_get_Key_m695167695((&V_32), /*hidden argument*/KeyValuePair_2_get_Key_m695167695_RuntimeMethod_var); V_35 = L_335; String_t* L_336 = (&V_35)->get_Name_0(); List_1_t557109187 * L_337 = KeyValuePair_2_get_Value_m3187848883((&V_32), /*hidden argument*/KeyValuePair_2_get_Value_m3187848883_RuntimeMethod_var); NullCheck(L_337); MemberInfoU5BU5D_t1302094432* L_338 = List_1_ToArray_m2946844395(L_337, /*hidden argument*/List_1_ToArray_m2946844395_RuntimeMethod_var); NullCheck(L_333); MethodWrap_t801859268 * L_339 = MethodWrapsCache__GenMethodWrap_m2785935813(L_333, L_334, L_336, (RuntimeObject*)(RuntimeObject*)L_338, (bool)0, /*hidden argument*/NULL); intptr_t L_340 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_341 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_341, L_339, L_340, /*hidden argument*/NULL); NullCheck(L_330); ObjectTranslator_PushFixCSFunction_m2016711914(L_330, L_331, L_341, /*hidden argument*/NULL); intptr_t L_342 = ___L0; int32_t L_343 = ___obj_meta8; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_342, L_343, /*hidden argument*/NULL); goto IL_07dd; } IL_0769: { intptr_t L_344 = ___L0; MethodKey_t431904033 L_345 = KeyValuePair_2_get_Key_m695167695((&V_32), /*hidden argument*/KeyValuePair_2_get_Key_m695167695_RuntimeMethod_var); V_36 = L_345; String_t* L_346 = (&V_36)->get_Name_0(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_344, L_346, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_347 = V_0; intptr_t L_348 = ___L0; ObjectTranslator_t2020767555 * L_349 = V_0; NullCheck(L_349); MethodWrapsCache_t113059333 * L_350 = L_349->get_methodWrapsCache_0(); Type_t * L_351 = ___type1; MethodKey_t431904033 L_352 = KeyValuePair_2_get_Key_m695167695((&V_32), /*hidden argument*/KeyValuePair_2_get_Key_m695167695_RuntimeMethod_var); V_37 = L_352; String_t* L_353 = (&V_37)->get_Name_0(); List_1_t557109187 * L_354 = KeyValuePair_2_get_Value_m3187848883((&V_32), /*hidden argument*/KeyValuePair_2_get_Value_m3187848883_RuntimeMethod_var); NullCheck(L_354); MemberInfoU5BU5D_t1302094432* L_355 = List_1_ToArray_m2946844395(L_354, /*hidden argument*/List_1_ToArray_m2946844395_RuntimeMethod_var); NullCheck(L_350); MethodWrap_t801859268 * L_356 = MethodWrapsCache__GenMethodWrap_m2785935813(L_350, L_351, L_353, (RuntimeObject*)(RuntimeObject*)L_355, (bool)0, /*hidden argument*/NULL); intptr_t L_357 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_358 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_358, L_356, L_357, /*hidden argument*/NULL); NullCheck(L_347); ObjectTranslator_PushFixCSFunction_m2016711914(L_347, L_348, L_358, /*hidden argument*/NULL); intptr_t L_359 = ___L0; MethodKey_t431904033 L_360 = KeyValuePair_2_get_Key_m695167695((&V_32), /*hidden argument*/KeyValuePair_2_get_Key_m695167695_RuntimeMethod_var); V_38 = L_360; bool L_361 = (&V_38)->get_IsStatic_1(); G_B108_0 = L_359; if (!L_361) { G_B109_0 = L_359; goto IL_07d6; } } IL_07d0: { int32_t L_362 = ___cls_field2; G_B110_0 = L_362; G_B110_1 = G_B108_0; goto IL_07d8; } IL_07d6: { int32_t L_363 = ___obj_field5; G_B110_0 = L_363; G_B110_1 = G_B109_0; } IL_07d8: { Lua_lua_rawset_m3292503124(NULL /*static, unused*/, G_B110_1, G_B110_0, /*hidden argument*/NULL); } IL_07dd: { bool L_364 = Enumerator_MoveNext_m636263981((&V_33), /*hidden argument*/Enumerator_MoveNext_m636263981_RuntimeMethod_var); if (L_364) { goto IL_06d7; } } IL_07e9: { IL2CPP_LEAVE(0x7FC, FINALLY_07ee); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_07ee; } FINALLY_07ee: { // begin finally (depth: 1) Enumerator_Dispose_m1749845916((&V_33), /*hidden argument*/Enumerator_Dispose_m1749845916_RuntimeMethod_var); IL2CPP_END_FINALLY(2030) } // end finally (depth: 1) IL2CPP_CLEANUP(2030) { IL2CPP_JUMP_TBL(0x7FC, IL_07fc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_07fc: { return; } } // System.Void XLua.Utils::loadUpvalue(System.IntPtr,System.Type,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Utils_loadUpvalue_m3681948822 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, String_t* ___metafunc2, int32_t ___index3, const RuntimeMethod* method) { ObjectTranslator_t2020767555 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; String_t* L_4 = ___metafunc2; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); intptr_t L_5 = ___L0; int32_t L_6 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; Type_t * L_9 = ___type1; NullCheck(L_7); ObjectTranslator_Push_m105918116(L_7, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = ___L0; Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_10, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_11 = ___L0; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_11, ((int32_t)-2), /*hidden argument*/NULL); V_1 = 1; goto IL_0079; } IL_003f: { intptr_t L_12 = ___L0; int32_t L_13 = V_1; int32_t L_14 = V_1; Lua_lua_getupvalue_m349383901(NULL /*static, unused*/, L_12, ((-L_13)), L_14, /*hidden argument*/NULL); intptr_t L_15 = ___L0; bool L_16 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_15, (-1), /*hidden argument*/NULL); if (!L_16) { goto IL_0075; } } { intptr_t L_17 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_17, 1, /*hidden argument*/NULL); intptr_t L_18 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); intptr_t L_19 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_19, (-1), /*hidden argument*/NULL); intptr_t L_20 = ___L0; int32_t L_21 = V_1; int32_t L_22 = V_1; Lua_lua_setupvalue_m1525557294(NULL /*static, unused*/, L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)((-L_21)), (int32_t)2)), L_22, /*hidden argument*/NULL); } IL_0075: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0079: { int32_t L_24 = V_1; int32_t L_25 = ___index3; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_003f; } } { V_2 = 0; goto IL_0093; } IL_0087: { intptr_t L_26 = ___L0; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_26, ((int32_t)-2), /*hidden argument*/NULL); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0093: { int32_t L_28 = V_2; int32_t L_29 = ___index3; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0087; } } { return; } } // System.Void XLua.Utils::RegisterEnumType(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR void Utils_RegisterEnumType_m978950407 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_RegisterEnumType_m978950407_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_4 = Enum_GetNames_m2200571060(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_2 = L_4; V_3 = 0; goto IL_0033; } IL_001a: { StringU5BU5D_t1281789340* L_5 = V_2; int32_t L_6 = V_3; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); V_1 = L_8; intptr_t L_9 = ___L0; ObjectTranslator_t2020767555 * L_10 = V_0; String_t* L_11 = V_1; Type_t * L_12 = ___type1; String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_14 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); Utils_RegisterObject_m691522261(NULL /*static, unused*/, L_9, L_10, ((int32_t)-4), L_11, L_14, /*hidden argument*/NULL); int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0033: { int32_t L_16 = V_3; StringU5BU5D_t1281789340* L_17 = V_2; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_001a; } } { return; } } // System.Void XLua.Utils::MakePrivateAccessible(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR void Utils_MakePrivateAccessible_m1337896357 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_MakePrivateAccessible_m1337896357_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; lua_CSFunction_t883524059 * V_8 = NULL; lua_CSFunction_t883524059 * V_9 = NULL; Type_t * V_10 = NULL; TypeU5BU5D_t3940880105* V_11 = NULL; int32_t V_12 = 0; { intptr_t L_0 = ___L0; Lua_lua_checkstack_m685072503(NULL /*static, unused*/, L_0, ((int32_t)20), /*hidden argument*/NULL); intptr_t L_1 = ___L0; int32_t L_2 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; Type_t * L_4 = ___type1; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_4); Lua_luaL_getmetatable_m3506102350(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); intptr_t L_6 = ___L0; bool L_7 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_6, (-1), /*hidden argument*/NULL); if (!L_7) { goto IL_0040; } } { intptr_t L_8 = ___L0; int32_t L_9 = V_0; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); Type_t * L_10 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3661922293, L_10, /*hidden argument*/NULL); Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Utils_MakePrivateAccessible_m1337896357_RuntimeMethod_var); } IL_0040: { intptr_t L_13 = ___L0; int32_t L_14 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_1 = L_14; intptr_t L_15 = ___L0; Type_t * L_16 = ___type1; Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); intptr_t L_17 = ___L0; bool L_18 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_17, (-1), /*hidden argument*/NULL); if (!L_18) { goto IL_0072; } } { intptr_t L_19 = ___L0; int32_t L_20 = V_0; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); Type_t * L_21 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3249453038, L_21, /*hidden argument*/NULL); Exception_t * L_23 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,Utils_MakePrivateAccessible_m1337896357_RuntimeMethod_var); } IL_0072: { intptr_t L_24 = ___L0; int32_t L_25 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); V_2 = L_25; intptr_t L_26 = ___L0; Type_t * L_27 = ___type1; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_26, L_27, _stringLiteral3960986699, 2, /*hidden argument*/NULL); intptr_t L_28 = ___L0; int32_t L_29 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); V_3 = L_29; intptr_t L_30 = ___L0; Type_t * L_31 = ___type1; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_30, L_31, _stringLiteral3960986699, 1, /*hidden argument*/NULL); intptr_t L_32 = ___L0; int32_t L_33 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_4 = L_33; intptr_t L_34 = ___L0; Type_t * L_35 = ___type1; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_34, L_35, _stringLiteral2667692541, 1, /*hidden argument*/NULL); intptr_t L_36 = ___L0; int32_t L_37 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); V_5 = L_37; intptr_t L_38 = ___L0; Type_t * L_39 = ___type1; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_38, L_39, _stringLiteral3909272822, 1, /*hidden argument*/NULL); intptr_t L_40 = ___L0; int32_t L_41 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); V_6 = L_41; intptr_t L_42 = ___L0; Type_t * L_43 = ___type1; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_42, L_43, _stringLiteral1186449479, 1, /*hidden argument*/NULL); intptr_t L_44 = ___L0; int32_t L_45 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); V_7 = L_45; intptr_t L_46 = ___L0; Type_t * L_47 = ___type1; int32_t L_48 = V_2; int32_t L_49 = V_6; int32_t L_50 = V_7; int32_t L_51 = V_4; int32_t L_52 = V_3; int32_t L_53 = V_5; int32_t L_54 = V_1; Utils_makeReflectionWrap_m1048305200(NULL /*static, unused*/, L_46, L_47, L_48, L_49, L_50, L_51, L_52, L_53, L_54, (&V_8), (&V_9), ((int32_t)32), /*hidden argument*/NULL); intptr_t L_55 = ___L0; int32_t L_56 = V_0; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); Type_t * L_57 = ___type1; NullCheck(L_57); TypeU5BU5D_t3940880105* L_58 = VirtFuncInvoker1< TypeU5BU5D_t3940880105*, int32_t >::Invoke(66 /* System.Type[] System.Type::GetNestedTypes(System.Reflection.BindingFlags) */, L_57, ((int32_t)32)); V_11 = L_58; V_12 = 0; goto IL_016e; } IL_0112: { TypeU5BU5D_t3940880105* L_59 = V_11; int32_t L_60 = V_12; NullCheck(L_59); int32_t L_61 = L_60; Type_t * L_62 = (L_59)->GetAt(static_cast(L_61)); V_10 = L_62; Type_t * L_63 = V_10; bool L_64 = TypeExtensions_IsAbstract_m145558086(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); if (L_64) { goto IL_013b; } } { RuntimeTypeHandle_t3027515415 L_65 = { reinterpret_cast (Delegate_t1188392813_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); Type_t * L_67 = V_10; NullCheck(L_66); bool L_68 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_66, L_67); if (L_68) { goto IL_0147; } } IL_013b: { Type_t * L_69 = V_10; bool L_70 = TypeExtensions_IsGenericTypeDefinition_m741157858(NULL /*static, unused*/, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_014c; } } IL_0147: { goto IL_0168; } IL_014c: { ObjectTranslatorPool_t158158286 * L_71 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_72 = ___L0; NullCheck(L_71); ObjectTranslator_t2020767555 * L_73 = ObjectTranslatorPool_Find_m2808149378(L_71, L_72, /*hidden argument*/NULL); intptr_t L_74 = ___L0; Type_t * L_75 = V_10; NullCheck(L_73); ObjectTranslator_TryDelayWrapLoader_m733231240(L_73, L_74, L_75, /*hidden argument*/NULL); intptr_t L_76 = ___L0; Type_t * L_77 = V_10; Utils_MakePrivateAccessible_m1337896357(NULL /*static, unused*/, L_76, L_77, /*hidden argument*/NULL); } IL_0168: { int32_t L_78 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_016e: { int32_t L_79 = V_12; TypeU5BU5D_t3940880105* L_80 = V_11; NullCheck(L_80); if ((((int32_t)L_79) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_80)->max_length))))))) { goto IL_0112; } } { return; } } // System.Int32 XLua.Utils::LazyReflectionCall(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Utils_LazyReflectionCall_m1164776198 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_LazyReflectionCall_m1164776198_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * V_0 = NULL; ObjectTranslator_t2020767555 * V_1 = NULL; Type_t * V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; lua_CSFunction_t883524059 * V_5 = NULL; MemberInfoU5BU5D_t1302094432* V_6 = NULL; int32_t V_7 = 0; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; FieldInfo_t * V_10 = NULL; PropertyInfo_t * V_11 = NULL; EventInfo_t * V_12 = NULL; Exception_t * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); lua_CSFunction_t883524059 * G_B27_0 = NULL; int32_t G_B42_0 = 0; MethodBaseU5BU5D_t779831733* G_B42_1 = NULL; MethodBaseU5BU5D_t779831733* G_B42_2 = NULL; String_t* G_B42_3 = NULL; Type_t * G_B42_4 = NULL; MethodWrapsCache_t113059333 * G_B42_5 = NULL; int32_t G_B41_0 = 0; MethodBaseU5BU5D_t779831733* G_B41_1 = NULL; MethodBaseU5BU5D_t779831733* G_B41_2 = NULL; String_t* G_B41_3 = NULL; Type_t * G_B41_4 = NULL; MethodWrapsCache_t113059333 * G_B41_5 = NULL; MethodInfo_t * G_B43_0 = NULL; int32_t G_B43_1 = 0; MethodBaseU5BU5D_t779831733* G_B43_2 = NULL; MethodBaseU5BU5D_t779831733* G_B43_3 = NULL; String_t* G_B43_4 = NULL; Type_t * G_B43_5 = NULL; MethodWrapsCache_t113059333 * G_B43_6 = NULL; IL_0000: try { // begin try (depth: 1) { U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_0 = (U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 *)il2cpp_codegen_object_new(U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173_il2cpp_TypeInfo_var); U3CLazyReflectionCallU3Ec__AnonStorey7__ctor_m367441424(L_0, /*hidden argument*/NULL); V_0 = L_0; ObjectTranslatorPool_t158158286 * L_1 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_2 = ___L0; NullCheck(L_1); ObjectTranslator_t2020767555 * L_3 = ObjectTranslatorPool_Find_m2808149378(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; ObjectTranslator_t2020767555 * L_4 = V_1; intptr_t L_5 = ___L0; int32_t L_6 = Lua_xlua_upvalueindex_m2890383900(NULL /*static, unused*/, 1, /*hidden argument*/NULL); NullCheck(L_4); ObjectTranslator_Get_TisType_t_m4272423750(L_4, L_5, L_6, (&V_2), /*hidden argument*/ObjectTranslator_Get_TisType_t_m4272423750_RuntimeMethod_var); intptr_t L_7 = ___L0; int32_t L_8 = Lua_xlua_upvalueindex_m2890383900(NULL /*static, unused*/, 2, /*hidden argument*/NULL); int32_t L_9 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_10 = V_0; intptr_t L_11 = ___L0; int32_t L_12 = Lua_xlua_upvalueindex_m2890383900(NULL /*static, unused*/, 3, /*hidden argument*/NULL); String_t* L_13 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_memberName_0(L_13); intptr_t L_14 = ___L0; int32_t L_15 = Lua_xlua_upvalueindex_m2890383900(NULL /*static, unused*/, 4, /*hidden argument*/NULL); bool L_16 = Lua_lua_toboolean_m3020476153(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); V_4 = L_16; V_5 = (lua_CSFunction_t883524059 *)NULL; int32_t L_17 = V_3; switch (L_17) { case 0: { goto IL_0074; } case 1: { goto IL_0172; } case 2: { goto IL_0172; } case 3: { goto IL_0237; } case 4: { goto IL_0237; } case 5: { goto IL_034c; } } } IL_006f: { goto IL_03f4; } IL_0074: { Type_t * L_18 = V_2; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_19 = V_0; NullCheck(L_19); String_t* L_20 = L_19->get_memberName_0(); NullCheck(L_18); MemberInfoU5BU5D_t1302094432* L_21 = Type_GetMember_m2740498049(L_18, L_20, /*hidden argument*/NULL); V_6 = L_21; MemberInfoU5BU5D_t1302094432* L_22 = V_6; if (!L_22) { goto IL_0092; } } IL_0089: { MemberInfoU5BU5D_t1302094432* L_23 = V_6; NullCheck(L_23); if ((((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))) { goto IL_00c7; } } IL_0092: { intptr_t L_24 = ___L0; ObjectU5BU5D_t2843939325* L_25 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral2224619533); (L_25)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2224619533); ObjectU5BU5D_t2843939325* L_26 = L_25; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_27 = V_0; NullCheck(L_27); String_t* L_28 = L_27->get_memberName_0(); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_28); (L_26)->SetAt(static_cast(1), (RuntimeObject *)L_28); ObjectU5BU5D_t2843939325* L_29 = L_26; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral1505539685); (L_29)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1505539685); ObjectU5BU5D_t2843939325* L_30 = L_29; Type_t * L_31 = V_2; NullCheck(L_30); ArrayElementTypeCheck (L_30, L_31); (L_30)->SetAt(static_cast(3), (RuntimeObject *)L_31); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m2971454694(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); int32_t L_33 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_24, L_32, /*hidden argument*/NULL); V_7 = L_33; goto IL_045f; } IL_00c7: { MemberInfoU5BU5D_t1302094432* L_34 = V_6; V_8 = (RuntimeObject*)L_34; bool L_35 = V_4; if (L_35) { goto IL_0102; } } IL_00d2: { Type_t * L_36 = V_2; RuntimeObject* L_37 = Utils_GetExtensionMethodsOf_m3904690894(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); V_9 = L_37; RuntimeObject* L_38 = V_9; if (!L_38) { goto IL_0102; } } IL_00e1: { RuntimeObject* L_39 = V_8; RuntimeObject* L_40 = V_9; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_41 = V_0; intptr_t L_42 = (intptr_t)U3CLazyReflectionCallU3Ec__AnonStorey7_U3CU3Em__0_m1709817649_RuntimeMethod_var; Func_2_t3487522507 * L_43 = (Func_2_t3487522507 *)il2cpp_codegen_object_new(Func_2_t3487522507_il2cpp_TypeInfo_var); Func_2__ctor_m590823069(L_43, L_41, L_42, /*hidden argument*/Func_2__ctor_m590823069_RuntimeMethod_var); RuntimeObject* L_44 = Enumerable_Where_TisMethodInfo_t_m3924235442(NULL /*static, unused*/, L_40, L_43, /*hidden argument*/Enumerable_Where_TisMethodInfo_t_m3924235442_RuntimeMethod_var); RuntimeObject* L_45 = Enumerable_Cast_TisMemberInfo_t_m2648121590(NULL /*static, unused*/, L_44, /*hidden argument*/Enumerable_Cast_TisMemberInfo_t_m2648121590_RuntimeMethod_var); RuntimeObject* L_46 = Enumerable_Concat_TisMemberInfo_t_m1003076225(NULL /*static, unused*/, L_39, L_45, /*hidden argument*/Enumerable_Concat_TisMemberInfo_t_m1003076225_RuntimeMethod_var); V_8 = L_46; } IL_0102: { ObjectTranslator_t2020767555 * L_47 = V_1; NullCheck(L_47); MethodWrapsCache_t113059333 * L_48 = L_47->get_methodWrapsCache_0(); Type_t * L_49 = V_2; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_50 = V_0; NullCheck(L_50); String_t* L_51 = L_50->get_memberName_0(); RuntimeObject* L_52 = V_8; MemberInfoU5BU5D_t1302094432* L_53 = Enumerable_ToArray_TisMemberInfo_t_m4251283631(NULL /*static, unused*/, L_52, /*hidden argument*/Enumerable_ToArray_TisMemberInfo_t_m4251283631_RuntimeMethod_var); NullCheck(L_48); MethodWrap_t801859268 * L_54 = MethodWrapsCache__GenMethodWrap_m2785935813(L_48, L_49, L_51, (RuntimeObject*)(RuntimeObject*)L_53, (bool)0, /*hidden argument*/NULL); intptr_t L_55 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_56 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_56, L_54, L_55, /*hidden argument*/NULL); V_5 = L_56; bool L_57 = V_4; if (!L_57) { goto IL_013c; } } IL_0130: { intptr_t L_58 = ___L0; Type_t * L_59 = V_2; Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); goto IL_0149; } IL_013c: { intptr_t L_60 = ___L0; Type_t * L_61 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_60, L_61, _stringLiteral3960986699, 1, /*hidden argument*/NULL); } IL_0149: { intptr_t L_62 = ___L0; bool L_63 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_62, (-1), /*hidden argument*/NULL); if (!L_63) { goto IL_016d; } } IL_0155: { intptr_t L_64 = ___L0; Type_t * L_65 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral370683217, L_65, /*hidden argument*/NULL); int32_t L_67 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_64, L_66, /*hidden argument*/NULL); V_7 = L_67; goto IL_045f; } IL_016d: { goto IL_0411; } IL_0172: { Type_t * L_68 = V_2; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_69 = V_0; NullCheck(L_69); String_t* L_70 = L_69->get_memberName_0(); NullCheck(L_68); FieldInfo_t * L_71 = Type_GetField_m2961003358(L_68, L_70, /*hidden argument*/NULL); V_10 = L_71; FieldInfo_t * L_72 = V_10; if (L_72) { goto IL_01bc; } } IL_0187: { intptr_t L_73 = ___L0; ObjectU5BU5D_t2843939325* L_74 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_74); ArrayElementTypeCheck (L_74, _stringLiteral2224619533); (L_74)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2224619533); ObjectU5BU5D_t2843939325* L_75 = L_74; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_76 = V_0; NullCheck(L_76); String_t* L_77 = L_76->get_memberName_0(); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_77); (L_75)->SetAt(static_cast(1), (RuntimeObject *)L_77); ObjectU5BU5D_t2843939325* L_78 = L_75; NullCheck(L_78); ArrayElementTypeCheck (L_78, _stringLiteral1505539685); (L_78)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1505539685); ObjectU5BU5D_t2843939325* L_79 = L_78; Type_t * L_80 = V_2; NullCheck(L_79); ArrayElementTypeCheck (L_79, L_80); (L_79)->SetAt(static_cast(3), (RuntimeObject *)L_80); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_81 = String_Concat_m2971454694(NULL /*static, unused*/, L_79, /*hidden argument*/NULL); int32_t L_82 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_73, L_81, /*hidden argument*/NULL); V_7 = L_82; goto IL_045f; } IL_01bc: { bool L_83 = V_4; if (!L_83) { goto IL_01ee; } } IL_01c3: { int32_t L_84 = V_3; if ((!(((uint32_t)L_84) == ((uint32_t)1)))) { goto IL_01dc; } } IL_01ca: { intptr_t L_85 = ___L0; Type_t * L_86 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_85, L_86, _stringLiteral3909272822, 1, /*hidden argument*/NULL); goto IL_01e9; } IL_01dc: { intptr_t L_87 = ___L0; Type_t * L_88 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_87, L_88, _stringLiteral1186449479, 1, /*hidden argument*/NULL); } IL_01e9: { goto IL_0214; } IL_01ee: { int32_t L_89 = V_3; if ((!(((uint32_t)L_89) == ((uint32_t)1)))) { goto IL_0207; } } IL_01f5: { intptr_t L_90 = ___L0; Type_t * L_91 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_90, L_91, _stringLiteral3960986699, 2, /*hidden argument*/NULL); goto IL_0214; } IL_0207: { intptr_t L_92 = ___L0; Type_t * L_93 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_92, L_93, _stringLiteral2667692541, 1, /*hidden argument*/NULL); } IL_0214: { int32_t L_94 = V_3; if ((!(((uint32_t)L_94) == ((uint32_t)1)))) { goto IL_0228; } } IL_021b: { Type_t * L_95 = V_2; FieldInfo_t * L_96 = V_10; lua_CSFunction_t883524059 * L_97 = Utils_genFieldGetter_m3427578468(NULL /*static, unused*/, L_95, L_96, /*hidden argument*/NULL); G_B27_0 = L_97; goto IL_0230; } IL_0228: { Type_t * L_98 = V_2; FieldInfo_t * L_99 = V_10; lua_CSFunction_t883524059 * L_100 = Utils_genFieldSetter_m2955549577(NULL /*static, unused*/, L_98, L_99, /*hidden argument*/NULL); G_B27_0 = L_100; } IL_0230: { V_5 = G_B27_0; goto IL_0411; } IL_0237: { Type_t * L_101 = V_2; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_102 = V_0; NullCheck(L_102); String_t* L_103 = L_102->get_memberName_0(); NullCheck(L_101); PropertyInfo_t * L_104 = Type_GetProperty_m3414567179(L_101, L_103, /*hidden argument*/NULL); V_11 = L_104; PropertyInfo_t * L_105 = V_11; if (L_105) { goto IL_0281; } } IL_024c: { intptr_t L_106 = ___L0; ObjectU5BU5D_t2843939325* L_107 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_107); ArrayElementTypeCheck (L_107, _stringLiteral2224619533); (L_107)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2224619533); ObjectU5BU5D_t2843939325* L_108 = L_107; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_109 = V_0; NullCheck(L_109); String_t* L_110 = L_109->get_memberName_0(); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_110); (L_108)->SetAt(static_cast(1), (RuntimeObject *)L_110); ObjectU5BU5D_t2843939325* L_111 = L_108; NullCheck(L_111); ArrayElementTypeCheck (L_111, _stringLiteral1505539685); (L_111)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1505539685); ObjectU5BU5D_t2843939325* L_112 = L_111; Type_t * L_113 = V_2; NullCheck(L_112); ArrayElementTypeCheck (L_112, L_113); (L_112)->SetAt(static_cast(3), (RuntimeObject *)L_113); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_114 = String_Concat_m2971454694(NULL /*static, unused*/, L_112, /*hidden argument*/NULL); int32_t L_115 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_106, L_114, /*hidden argument*/NULL); V_7 = L_115; goto IL_045f; } IL_0281: { bool L_116 = V_4; if (!L_116) { goto IL_02b3; } } IL_0288: { int32_t L_117 = V_3; if ((!(((uint32_t)L_117) == ((uint32_t)3)))) { goto IL_02a1; } } IL_028f: { intptr_t L_118 = ___L0; Type_t * L_119 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_118, L_119, _stringLiteral3909272822, 1, /*hidden argument*/NULL); goto IL_02ae; } IL_02a1: { intptr_t L_120 = ___L0; Type_t * L_121 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_120, L_121, _stringLiteral1186449479, 1, /*hidden argument*/NULL); } IL_02ae: { goto IL_02d9; } IL_02b3: { int32_t L_122 = V_3; if ((!(((uint32_t)L_122) == ((uint32_t)3)))) { goto IL_02cc; } } IL_02ba: { intptr_t L_123 = ___L0; Type_t * L_124 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_123, L_124, _stringLiteral3960986699, 2, /*hidden argument*/NULL); goto IL_02d9; } IL_02cc: { intptr_t L_125 = ___L0; Type_t * L_126 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_125, L_126, _stringLiteral2667692541, 1, /*hidden argument*/NULL); } IL_02d9: { intptr_t L_127 = ___L0; bool L_128 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_127, (-1), /*hidden argument*/NULL); if (!L_128) { goto IL_02fd; } } IL_02e5: { intptr_t L_129 = ___L0; Type_t * L_130 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_131 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral370683217, L_130, /*hidden argument*/NULL); int32_t L_132 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_129, L_131, /*hidden argument*/NULL); V_7 = L_132; goto IL_045f; } IL_02fd: { ObjectTranslator_t2020767555 * L_133 = V_1; NullCheck(L_133); MethodWrapsCache_t113059333 * L_134 = L_133->get_methodWrapsCache_0(); PropertyInfo_t * L_135 = V_11; NullCheck(L_135); Type_t * L_136 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_135); PropertyInfo_t * L_137 = V_11; NullCheck(L_137); String_t* L_138 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_137); MethodBaseU5BU5D_t779831733* L_139 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_140 = V_3; G_B41_0 = 0; G_B41_1 = L_139; G_B41_2 = L_139; G_B41_3 = L_138; G_B41_4 = L_136; G_B41_5 = L_134; if ((!(((uint32_t)L_140) == ((uint32_t)3)))) { G_B42_0 = 0; G_B42_1 = L_139; G_B42_2 = L_139; G_B42_3 = L_138; G_B42_4 = L_136; G_B42_5 = L_134; goto IL_032c; } } IL_0320: { PropertyInfo_t * L_141 = V_11; NullCheck(L_141); MethodInfo_t * L_142 = PropertyInfo_GetGetMethod_m1510309854(L_141, /*hidden argument*/NULL); G_B43_0 = L_142; G_B43_1 = G_B41_0; G_B43_2 = G_B41_1; G_B43_3 = G_B41_2; G_B43_4 = G_B41_3; G_B43_5 = G_B41_4; G_B43_6 = G_B41_5; goto IL_0333; } IL_032c: { PropertyInfo_t * L_143 = V_11; NullCheck(L_143); MethodInfo_t * L_144 = PropertyInfo_GetSetMethod_m66158558(L_143, /*hidden argument*/NULL); G_B43_0 = L_144; G_B43_1 = G_B42_0; G_B43_2 = G_B42_1; G_B43_3 = G_B42_2; G_B43_4 = G_B42_3; G_B43_5 = G_B42_4; G_B43_6 = G_B42_5; } IL_0333: { NullCheck(G_B43_2); ArrayElementTypeCheck (G_B43_2, G_B43_0); (G_B43_2)->SetAt(static_cast(G_B43_1), (MethodBase_t *)G_B43_0); NullCheck(G_B43_6); MethodWrap_t801859268 * L_145 = MethodWrapsCache__GenMethodWrap_m2785935813(G_B43_6, G_B43_5, G_B43_4, (RuntimeObject*)(RuntimeObject*)G_B43_3, (bool)0, /*hidden argument*/NULL); intptr_t L_146 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_147 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_147, L_145, L_146, /*hidden argument*/NULL); V_5 = L_147; goto IL_0411; } IL_034c: { Type_t * L_148 = V_2; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_149 = V_0; NullCheck(L_149); String_t* L_150 = L_149->get_memberName_0(); NullCheck(L_148); EventInfo_t * L_151 = Type_GetEvent_m1076785471(L_148, L_150, /*hidden argument*/NULL); V_12 = L_151; EventInfo_t * L_152 = V_12; if (L_152) { goto IL_0396; } } IL_0361: { intptr_t L_153 = ___L0; ObjectU5BU5D_t2843939325* L_154 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_154); ArrayElementTypeCheck (L_154, _stringLiteral2224619533); (L_154)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2224619533); ObjectU5BU5D_t2843939325* L_155 = L_154; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_156 = V_0; NullCheck(L_156); String_t* L_157 = L_156->get_memberName_0(); NullCheck(L_155); ArrayElementTypeCheck (L_155, L_157); (L_155)->SetAt(static_cast(1), (RuntimeObject *)L_157); ObjectU5BU5D_t2843939325* L_158 = L_155; NullCheck(L_158); ArrayElementTypeCheck (L_158, _stringLiteral1505539685); (L_158)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1505539685); ObjectU5BU5D_t2843939325* L_159 = L_158; Type_t * L_160 = V_2; NullCheck(L_159); ArrayElementTypeCheck (L_159, L_160); (L_159)->SetAt(static_cast(3), (RuntimeObject *)L_160); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_161 = String_Concat_m2971454694(NULL /*static, unused*/, L_159, /*hidden argument*/NULL); int32_t L_162 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_153, L_161, /*hidden argument*/NULL); V_7 = L_162; goto IL_045f; } IL_0396: { bool L_163 = V_4; if (!L_163) { goto IL_03a9; } } IL_039d: { intptr_t L_164 = ___L0; Type_t * L_165 = V_2; Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_164, L_165, /*hidden argument*/NULL); goto IL_03b6; } IL_03a9: { intptr_t L_166 = ___L0; Type_t * L_167 = V_2; Utils_loadUpvalue_m3681948822(NULL /*static, unused*/, L_166, L_167, _stringLiteral3960986699, 1, /*hidden argument*/NULL); } IL_03b6: { intptr_t L_168 = ___L0; bool L_169 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_168, (-1), /*hidden argument*/NULL); if (!L_169) { goto IL_03da; } } IL_03c2: { intptr_t L_170 = ___L0; Type_t * L_171 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_172 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral370683217, L_171, /*hidden argument*/NULL); int32_t L_173 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_170, L_172, /*hidden argument*/NULL); V_7 = L_173; goto IL_045f; } IL_03da: { ObjectTranslator_t2020767555 * L_174 = V_1; NullCheck(L_174); MethodWrapsCache_t113059333 * L_175 = L_174->get_methodWrapsCache_0(); Type_t * L_176 = V_2; EventInfo_t * L_177 = V_12; NullCheck(L_177); String_t* L_178 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_177); NullCheck(L_175); lua_CSFunction_t883524059 * L_179 = MethodWrapsCache_GetEventWrap_m2092790157(L_175, L_176, L_178, /*hidden argument*/NULL); V_5 = L_179; goto IL_0411; } IL_03f4: { intptr_t L_180 = ___L0; int32_t L_181 = V_3; int32_t L_182 = L_181; RuntimeObject * L_183 = Box(LazyMemberTypes_t2012944209_il2cpp_TypeInfo_var, &L_182); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_184 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1610097496, L_183, /*hidden argument*/NULL); int32_t L_185 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_180, L_184, /*hidden argument*/NULL); V_7 = L_185; goto IL_045f; } IL_0411: { intptr_t L_186 = ___L0; U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * L_187 = V_0; NullCheck(L_187); String_t* L_188 = L_187->get_memberName_0(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_186, L_188, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_189 = V_1; intptr_t L_190 = ___L0; lua_CSFunction_t883524059 * L_191 = V_5; NullCheck(L_189); ObjectTranslator_PushFixCSFunction_m2016711914(L_189, L_190, L_191, /*hidden argument*/NULL); intptr_t L_192 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_192, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_193 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_193, 1, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_194 = V_5; intptr_t L_195 = ___L0; NullCheck(L_194); int32_t L_196 = lua_CSFunction_Invoke_m216159223(L_194, L_195, /*hidden argument*/NULL); V_7 = L_196; goto IL_045f; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0444; throw e; } CATCH_0444: { // begin catch(System.Exception) V_13 = ((Exception_t *)__exception_local); intptr_t L_197 = ___L0; Exception_t * L_198 = V_13; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_199 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3226778581, L_198, /*hidden argument*/NULL); int32_t L_200 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_197, L_199, /*hidden argument*/NULL); V_7 = L_200; goto IL_045f; } // end catch (depth: 1) IL_045f: { int32_t L_201 = V_7; return L_201; } } // System.Void XLua.Utils::ReflectionWrap(System.IntPtr,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Utils_ReflectionWrap_m2304473727 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, bool ___privateAccessible2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_ReflectionWrap_m2304473727_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * V_0 = NULL; int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; lua_CSFunction_t883524059 * V_11 = NULL; lua_CSFunction_t883524059 * V_12 = NULL; lua_CSFunction_t883524059 * V_13 = NULL; lua_CSFunction_t883524059 ** G_B4_0 = NULL; lua_CSFunction_t883524059 ** G_B4_1 = NULL; int32_t G_B4_2 = 0; int32_t G_B4_3 = 0; int32_t G_B4_4 = 0; int32_t G_B4_5 = 0; int32_t G_B4_6 = 0; int32_t G_B4_7 = 0; int32_t G_B4_8 = 0; Type_t * G_B4_9 = NULL; intptr_t G_B4_10; memset(&G_B4_10, 0, sizeof(G_B4_10)); lua_CSFunction_t883524059 ** G_B3_0 = NULL; lua_CSFunction_t883524059 ** G_B3_1 = NULL; int32_t G_B3_2 = 0; int32_t G_B3_3 = 0; int32_t G_B3_4 = 0; int32_t G_B3_5 = 0; int32_t G_B3_6 = 0; int32_t G_B3_7 = 0; int32_t G_B3_8 = 0; Type_t * G_B3_9 = NULL; intptr_t G_B3_10; memset(&G_B3_10, 0, sizeof(G_B3_10)); int32_t G_B5_0 = 0; lua_CSFunction_t883524059 ** G_B5_1 = NULL; lua_CSFunction_t883524059 ** G_B5_2 = NULL; int32_t G_B5_3 = 0; int32_t G_B5_4 = 0; int32_t G_B5_5 = 0; int32_t G_B5_6 = 0; int32_t G_B5_7 = 0; int32_t G_B5_8 = 0; int32_t G_B5_9 = 0; Type_t * G_B5_10 = NULL; intptr_t G_B5_11; memset(&G_B5_11, 0, sizeof(G_B5_11)); lua_CSFunction_t883524059 * G_B11_0 = NULL; { U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_0 = (U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 *)il2cpp_codegen_object_new(U3CReflectionWrapU3Ec__AnonStorey8_t1185367866_il2cpp_TypeInfo_var); U3CReflectionWrapU3Ec__AnonStorey8__ctor_m2261493888(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_1 = V_0; Type_t * L_2 = ___type1; NullCheck(L_1); L_1->set_type_0(L_2); intptr_t L_3 = ___L0; Lua_lua_checkstack_m685072503(NULL /*static, unused*/, L_3, ((int32_t)20), /*hidden argument*/NULL); intptr_t L_4 = ___L0; int32_t L_5 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; ObjectTranslatorPool_t158158286 * L_6 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_7 = ___L0; NullCheck(L_6); ObjectTranslator_t2020767555 * L_8 = ObjectTranslatorPool_Find_m2808149378(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; intptr_t L_9 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_10 = V_0; NullCheck(L_10); Type_t * L_11 = L_10->get_type_0(); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_11); Lua_luaL_getmetatable_m3506102350(NULL /*static, unused*/, L_9, L_12, /*hidden argument*/NULL); intptr_t L_13 = ___L0; bool L_14 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_13, (-1), /*hidden argument*/NULL); if (!L_14) { goto IL_005f; } } { intptr_t L_15 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_15, 1, /*hidden argument*/NULL); intptr_t L_16 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_17 = V_0; NullCheck(L_17); Type_t * L_18 = L_17->get_type_0(); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_18); Lua_luaL_newmetatable_m848198231(NULL /*static, unused*/, L_16, L_19, /*hidden argument*/NULL); } IL_005f: { intptr_t L_20 = ___L0; intptr_t L_21 = Lua_xlua_tag_m2599648323(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_pushlightuserdata_m2253183640(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); intptr_t L_22 = ___L0; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_22, (1.0), /*hidden argument*/NULL); intptr_t L_23 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_23, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_24 = ___L0; int32_t L_25 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); V_3 = L_25; intptr_t L_26 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); intptr_t L_27 = ___L0; int32_t L_28 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); V_4 = L_28; intptr_t L_29 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); V_5 = L_31; intptr_t L_32 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); intptr_t L_33 = ___L0; int32_t L_34 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); V_6 = L_34; intptr_t L_35 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); intptr_t L_36 = ___L0; int32_t L_37 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); V_7 = L_37; intptr_t L_38 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); intptr_t L_39 = ___L0; int32_t L_40 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); V_8 = L_40; intptr_t L_41 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_42 = V_0; NullCheck(L_42); Type_t * L_43 = L_42->get_type_0(); int32_t L_44 = V_8; Utils_SetCSTable_m1494659052(NULL /*static, unused*/, L_41, L_43, L_44, /*hidden argument*/NULL); intptr_t L_45 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); intptr_t L_46 = ___L0; int32_t L_47 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); V_9 = L_47; intptr_t L_48 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); intptr_t L_49 = ___L0; int32_t L_50 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); V_10 = L_50; intptr_t L_51 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_52 = V_0; NullCheck(L_52); Type_t * L_53 = L_52->get_type_0(); int32_t L_54 = V_8; int32_t L_55 = V_9; int32_t L_56 = V_10; int32_t L_57 = V_5; int32_t L_58 = V_6; int32_t L_59 = V_7; int32_t L_60 = V_3; bool L_61 = ___privateAccessible2; G_B3_0 = (&V_12); G_B3_1 = (&V_11); G_B3_2 = L_60; G_B3_3 = L_59; G_B3_4 = L_58; G_B3_5 = L_57; G_B3_6 = L_56; G_B3_7 = L_55; G_B3_8 = L_54; G_B3_9 = L_53; G_B3_10 = L_51; if (!L_61) { G_B4_0 = (&V_12); G_B4_1 = (&V_11); G_B4_2 = L_60; G_B4_3 = L_59; G_B4_4 = L_58; G_B4_5 = L_57; G_B4_6 = L_56; G_B4_7 = L_55; G_B4_8 = L_54; G_B4_9 = L_53; G_B4_10 = L_51; goto IL_011d; } } { G_B5_0 = ((int32_t)48); G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; G_B5_5 = G_B3_4; G_B5_6 = G_B3_5; G_B5_7 = G_B3_6; G_B5_8 = G_B3_7; G_B5_9 = G_B3_8; G_B5_10 = G_B3_9; G_B5_11 = G_B3_10; goto IL_011f; } IL_011d: { G_B5_0 = ((int32_t)16); G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; G_B5_5 = G_B4_4; G_B5_6 = G_B4_5; G_B5_7 = G_B4_6; G_B5_8 = G_B4_7; G_B5_9 = G_B4_8; G_B5_10 = G_B4_9; G_B5_11 = G_B4_10; } IL_011f: { Utils_makeReflectionWrap_m1048305200(NULL /*static, unused*/, G_B5_11, G_B5_10, G_B5_9, G_B5_8, G_B5_7, G_B5_6, G_B5_5, G_B5_4, G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); intptr_t L_62 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_62, _stringLiteral1967368888, /*hidden argument*/NULL); intptr_t L_63 = ___L0; ObjectTranslator_t2020767555 * L_64 = V_2; NullCheck(L_64); StaticLuaCallbacks_t3406648379 * L_65 = L_64->get_metaFunctions_6(); NullCheck(L_65); lua_CSFunction_t883524059 * L_66 = L_65->get_GcMeta_0(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_63, L_66, 0, /*hidden argument*/NULL); intptr_t L_67 = ___L0; int32_t L_68 = V_3; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); intptr_t L_69 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_69, _stringLiteral2412823820, /*hidden argument*/NULL); intptr_t L_70 = ___L0; ObjectTranslator_t2020767555 * L_71 = V_2; NullCheck(L_71); StaticLuaCallbacks_t3406648379 * L_72 = L_71->get_metaFunctions_6(); NullCheck(L_72); lua_CSFunction_t883524059 * L_73 = L_72->get_ToStringMeta_1(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_70, L_73, 0, /*hidden argument*/NULL); intptr_t L_74 = ___L0; int32_t L_75 = V_3; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_74, L_75, /*hidden argument*/NULL); intptr_t L_76 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_76, _stringLiteral2281993974, /*hidden argument*/NULL); intptr_t L_77 = ___L0; int32_t L_78 = V_5; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_77, L_78, /*hidden argument*/NULL); intptr_t L_79 = ___L0; int32_t L_80 = V_6; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_79, L_80, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_81 = V_2; intptr_t L_82 = ___L0; lua_CSFunction_t883524059 * L_83 = V_11; NullCheck(L_81); ObjectTranslator_PushFixCSFunction_m2016711914(L_81, L_82, L_83, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_84 = V_2; intptr_t L_85 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_86 = V_0; NullCheck(L_86); Type_t * L_87 = L_86->get_type_0(); Type_t * L_88 = TypeExtensions_BaseType_m2874097911(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); NullCheck(L_84); ObjectTranslator_PushAny_m2595410231(L_84, L_85, L_88, /*hidden argument*/NULL); intptr_t L_89 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_89, _stringLiteral3960986699, /*hidden argument*/NULL); intptr_t L_90 = ___L0; int32_t L_91 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_90, L_91, /*hidden argument*/NULL); intptr_t L_92 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_92, /*hidden argument*/NULL); intptr_t L_93 = ___L0; Lua_gen_obj_indexer_m981970365(NULL /*static, unused*/, L_93, /*hidden argument*/NULL); intptr_t L_94 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_94, _stringLiteral3960986699, /*hidden argument*/NULL); intptr_t L_95 = ___L0; int32_t L_96 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_95, L_96, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_97 = V_2; intptr_t L_98 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_99 = V_0; NullCheck(L_99); Type_t * L_100 = L_99->get_type_0(); NullCheck(L_97); ObjectTranslator_Push_m105918116(L_97, L_98, L_100, /*hidden argument*/NULL); intptr_t L_101 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_101, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_102 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_102, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_103 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_103, 1, /*hidden argument*/NULL); intptr_t L_104 = ___L0; int32_t L_105 = V_3; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_104, L_105, /*hidden argument*/NULL); intptr_t L_106 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_106, _stringLiteral784060023, /*hidden argument*/NULL); intptr_t L_107 = ___L0; int32_t L_108 = V_7; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_107, L_108, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_109 = V_2; intptr_t L_110 = ___L0; lua_CSFunction_t883524059 * L_111 = V_12; NullCheck(L_109); ObjectTranslator_PushFixCSFunction_m2016711914(L_109, L_110, L_111, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_112 = V_2; intptr_t L_113 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_114 = V_0; NullCheck(L_114); Type_t * L_115 = L_114->get_type_0(); Type_t * L_116 = TypeExtensions_BaseType_m2874097911(NULL /*static, unused*/, L_115, /*hidden argument*/NULL); NullCheck(L_112); ObjectTranslator_Push_m105918116(L_112, L_113, L_116, /*hidden argument*/NULL); intptr_t L_117 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_117, _stringLiteral2667692541, /*hidden argument*/NULL); intptr_t L_118 = ___L0; int32_t L_119 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_118, L_119, /*hidden argument*/NULL); intptr_t L_120 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_120, /*hidden argument*/NULL); intptr_t L_121 = ___L0; Lua_gen_obj_newindexer_m552221288(NULL /*static, unused*/, L_121, /*hidden argument*/NULL); intptr_t L_122 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_122, _stringLiteral2667692541, /*hidden argument*/NULL); intptr_t L_123 = ___L0; int32_t L_124 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_123, L_124, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_125 = V_2; intptr_t L_126 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_127 = V_0; NullCheck(L_127); Type_t * L_128 = L_127->get_type_0(); NullCheck(L_125); ObjectTranslator_Push_m105918116(L_125, L_126, L_128, /*hidden argument*/NULL); intptr_t L_129 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_129, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_130 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_130, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_131 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_131, 1, /*hidden argument*/NULL); intptr_t L_132 = ___L0; int32_t L_133 = V_3; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_132, L_133, /*hidden argument*/NULL); intptr_t L_134 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_134, _stringLiteral384207764, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_135 = V_2; intptr_t L_136 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_137 = V_0; NullCheck(L_137); Type_t * L_138 = L_137->get_type_0(); NullCheck(L_135); ObjectTranslator_PushAny_m2595410231(L_135, L_136, L_138, /*hidden argument*/NULL); intptr_t L_139 = ___L0; int32_t L_140 = V_8; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_139, L_140, /*hidden argument*/NULL); U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_141 = V_0; NullCheck(L_141); Type_t * L_142 = L_141->get_type_0(); if (!L_142) { goto IL_02fc; } } { U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_143 = V_0; NullCheck(L_143); Type_t * L_144 = L_143->get_type_0(); bool L_145 = TypeExtensions_IsEnum_m1162764005(NULL /*static, unused*/, L_144, /*hidden argument*/NULL); if (!L_145) { goto IL_02fc; } } { intptr_t L_146 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_146, _stringLiteral1368670512, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_147 = V_2; intptr_t L_148 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_149 = V_0; NullCheck(L_149); Type_t * L_150 = L_149->get_type_0(); lua_CSFunction_t883524059 * L_151 = Utils_genEnumCastFrom_m1074596196(NULL /*static, unused*/, L_150, /*hidden argument*/NULL); NullCheck(L_147); ObjectTranslator_PushFixCSFunction_m2016711914(L_147, L_148, L_151, /*hidden argument*/NULL); intptr_t L_152 = ___L0; int32_t L_153 = V_8; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_152, L_153, /*hidden argument*/NULL); } IL_02fc: { intptr_t L_154 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_154, _stringLiteral2281993974, /*hidden argument*/NULL); intptr_t L_155 = ___L0; int32_t L_156 = V_9; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_155, L_156, /*hidden argument*/NULL); intptr_t L_157 = ___L0; int32_t L_158 = V_8; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_157, L_158, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_159 = V_2; intptr_t L_160 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_161 = V_0; NullCheck(L_161); Type_t * L_162 = L_161->get_type_0(); Type_t * L_163 = TypeExtensions_BaseType_m2874097911(NULL /*static, unused*/, L_162, /*hidden argument*/NULL); NullCheck(L_159); ObjectTranslator_Push_m105918116(L_159, L_160, L_163, /*hidden argument*/NULL); intptr_t L_164 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_164, _stringLiteral3909272822, /*hidden argument*/NULL); intptr_t L_165 = ___L0; int32_t L_166 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_165, L_166, /*hidden argument*/NULL); intptr_t L_167 = ___L0; Lua_gen_cls_indexer_m2080781565(NULL /*static, unused*/, L_167, /*hidden argument*/NULL); intptr_t L_168 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_168, _stringLiteral3909272822, /*hidden argument*/NULL); intptr_t L_169 = ___L0; int32_t L_170 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_169, L_170, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_171 = V_2; intptr_t L_172 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_173 = V_0; NullCheck(L_173); Type_t * L_174 = L_173->get_type_0(); NullCheck(L_171); ObjectTranslator_Push_m105918116(L_171, L_172, L_174, /*hidden argument*/NULL); intptr_t L_175 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_175, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_176 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_176, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_177 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_177, 1, /*hidden argument*/NULL); intptr_t L_178 = ___L0; int32_t L_179 = V_4; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_178, L_179, /*hidden argument*/NULL); intptr_t L_180 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_180, _stringLiteral784060023, /*hidden argument*/NULL); intptr_t L_181 = ___L0; int32_t L_182 = V_10; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_181, L_182, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_183 = V_2; intptr_t L_184 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_185 = V_0; NullCheck(L_185); Type_t * L_186 = L_185->get_type_0(); Type_t * L_187 = TypeExtensions_BaseType_m2874097911(NULL /*static, unused*/, L_186, /*hidden argument*/NULL); NullCheck(L_183); ObjectTranslator_Push_m105918116(L_183, L_184, L_187, /*hidden argument*/NULL); intptr_t L_188 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_188, _stringLiteral1186449479, /*hidden argument*/NULL); intptr_t L_189 = ___L0; int32_t L_190 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_189, L_190, /*hidden argument*/NULL); intptr_t L_191 = ___L0; Lua_gen_cls_newindexer_m2001818131(NULL /*static, unused*/, L_191, /*hidden argument*/NULL); intptr_t L_192 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_192, _stringLiteral1186449479, /*hidden argument*/NULL); intptr_t L_193 = ___L0; int32_t L_194 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_193, L_194, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_195 = V_2; intptr_t L_196 = ___L0; U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_197 = V_0; NullCheck(L_197); Type_t * L_198 = L_197->get_type_0(); NullCheck(L_195); ObjectTranslator_Push_m105918116(L_195, L_196, L_198, /*hidden argument*/NULL); intptr_t L_199 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_199, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_200 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_200, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_201 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_201, 1, /*hidden argument*/NULL); intptr_t L_202 = ___L0; int32_t L_203 = V_4; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_202, L_203, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_204 = { reinterpret_cast (Delegate_t1188392813_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_205 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_204, /*hidden argument*/NULL); U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_206 = V_0; NullCheck(L_206); Type_t * L_207 = L_206->get_type_0(); NullCheck(L_205); bool L_208 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_205, L_207); if (!L_208) { goto IL_043a; } } { ObjectTranslator_t2020767555 * L_209 = V_2; NullCheck(L_209); StaticLuaCallbacks_t3406648379 * L_210 = L_209->get_metaFunctions_6(); NullCheck(L_210); lua_CSFunction_t883524059 * L_211 = L_210->get_DelegateCtor_6(); G_B11_0 = L_211; goto IL_044b; } IL_043a: { ObjectTranslator_t2020767555 * L_212 = V_2; NullCheck(L_212); MethodWrapsCache_t113059333 * L_213 = L_212->get_methodWrapsCache_0(); U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_214 = V_0; NullCheck(L_214); Type_t * L_215 = L_214->get_type_0(); NullCheck(L_213); lua_CSFunction_t883524059 * L_216 = MethodWrapsCache_GetConstructorWrap_m3737546418(L_213, L_215, /*hidden argument*/NULL); G_B11_0 = L_216; } IL_044b: { V_13 = G_B11_0; lua_CSFunction_t883524059 * L_217 = V_13; if (L_217) { goto IL_0462; } } { U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * L_218 = V_0; intptr_t L_219 = (intptr_t)U3CReflectionWrapU3Ec__AnonStorey8_U3CU3Em__0_m3635280027_RuntimeMethod_var; lua_CSFunction_t883524059 * L_220 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_220, L_218, L_219, /*hidden argument*/NULL); V_13 = L_220; } IL_0462: { intptr_t L_221 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_221, _stringLiteral3235550934, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_222 = V_2; intptr_t L_223 = ___L0; lua_CSFunction_t883524059 * L_224 = V_13; NullCheck(L_222); ObjectTranslator_PushFixCSFunction_m2016711914(L_222, L_223, L_224, /*hidden argument*/NULL); intptr_t L_225 = ___L0; int32_t L_226 = V_4; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_225, L_226, /*hidden argument*/NULL); intptr_t L_227 = ___L0; int32_t L_228 = V_4; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_227, L_228, /*hidden argument*/NULL); intptr_t L_229 = ___L0; int32_t L_230 = V_8; Lua_lua_setmetatable_m707540821(NULL /*static, unused*/, L_229, L_230, /*hidden argument*/NULL); intptr_t L_231 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_231, 8, /*hidden argument*/NULL); return; } } // System.Void XLua.Utils::BeginObjectRegister(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Utils_BeginObjectRegister_m972381667 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, int32_t ___meta_count3, int32_t ___method_count4, int32_t ___getter_count5, int32_t ___setter_count6, int32_t ___type_id7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_BeginObjectRegister_m972381667_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; if (L_0) { goto IL_002c; } } { int32_t L_1 = ___type_id7; if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0019; } } { Exception_t * L_2 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_2, _stringLiteral1174139753, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Utils_BeginObjectRegister_m972381667_RuntimeMethod_var); } IL_0019: { intptr_t L_3 = ___L1; int32_t L_4 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = ___type_id7; Lua_xlua_rawgeti_m3760027779(NULL /*static, unused*/, L_3, L_4, (((int64_t)((int64_t)L_5))), /*hidden argument*/NULL); goto IL_0058; } IL_002c: { intptr_t L_6 = ___L1; Type_t * L_7 = ___type0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_7); Lua_luaL_getmetatable_m3506102350(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L1; bool L_10 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_9, (-1), /*hidden argument*/NULL); if (!L_10) { goto IL_0058; } } { intptr_t L_11 = ___L1; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_11, 1, /*hidden argument*/NULL); intptr_t L_12 = ___L1; Type_t * L_13 = ___type0; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_13); Lua_luaL_newmetatable_m848198231(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); } IL_0058: { intptr_t L_15 = ___L1; intptr_t L_16 = Lua_xlua_tag_m2599648323(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_pushlightuserdata_m2253183640(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); intptr_t L_17 = ___L1; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_17, (1.0), /*hidden argument*/NULL); intptr_t L_18 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_18, ((int32_t)-3), /*hidden argument*/NULL); Type_t * L_19 = ___type0; if (!L_19) { goto IL_008c; } } { ObjectTranslator_t2020767555 * L_20 = ___translator2; Type_t * L_21 = ___type0; NullCheck(L_20); bool L_22 = ObjectTranslator_HasCustomOp_m865332170(L_20, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00c1; } } IL_008c: { Type_t * L_23 = ___type0; RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_23) == ((RuntimeObject*)(Type_t *)L_25))) { goto IL_00c1; } } { intptr_t L_26 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_26, _stringLiteral1967368888, /*hidden argument*/NULL); intptr_t L_27 = ___L1; ObjectTranslator_t2020767555 * L_28 = ___translator2; NullCheck(L_28); StaticLuaCallbacks_t3406648379 * L_29 = L_28->get_metaFunctions_6(); NullCheck(L_29); lua_CSFunction_t883524059 * L_30 = L_29->get_GcMeta_0(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_27, L_30, 0, /*hidden argument*/NULL); intptr_t L_31 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_31, ((int32_t)-3), /*hidden argument*/NULL); } IL_00c1: { intptr_t L_32 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_32, _stringLiteral2412823820, /*hidden argument*/NULL); intptr_t L_33 = ___L1; ObjectTranslator_t2020767555 * L_34 = ___translator2; NullCheck(L_34); StaticLuaCallbacks_t3406648379 * L_35 = L_34->get_metaFunctions_6(); NullCheck(L_35); lua_CSFunction_t883524059 * L_36 = L_35->get_ToStringMeta_1(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_33, L_36, 0, /*hidden argument*/NULL); intptr_t L_37 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_37, ((int32_t)-3), /*hidden argument*/NULL); int32_t L_38 = ___method_count4; if (L_38) { goto IL_00f8; } } { intptr_t L_39 = ___L1; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); goto IL_0101; } IL_00f8: { intptr_t L_40 = ___L1; int32_t L_41 = ___method_count4; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_40, 0, L_41, /*hidden argument*/NULL); } IL_0101: { int32_t L_42 = ___getter_count5; if (L_42) { goto IL_0113; } } { intptr_t L_43 = ___L1; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); goto IL_011c; } IL_0113: { intptr_t L_44 = ___L1; int32_t L_45 = ___getter_count5; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_44, 0, L_45, /*hidden argument*/NULL); } IL_011c: { int32_t L_46 = ___setter_count6; if (L_46) { goto IL_012e; } } { intptr_t L_47 = ___L1; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); goto IL_0137; } IL_012e: { intptr_t L_48 = ___L1; int32_t L_49 = ___setter_count6; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_48, 0, L_49, /*hidden argument*/NULL); } IL_0137: { return; } } // System.Int32 XLua.Utils::abs_idx(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Utils_abs_idx_m2913337387 (RuntimeObject * __this /* static, unused */, int32_t ___top0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = ___idx1; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___idx1; G_B3_0 = L_1; goto IL_0012; } IL_000d: { int32_t L_2 = ___top0; int32_t L_3 = ___idx1; G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), (int32_t)1)); } IL_0012: { return G_B3_0; } } // System.Void XLua.Utils::EndObjectRegister(System.Type,System.IntPtr,XLua.ObjectTranslator,XLua.LuaDLL.lua_CSFunction,XLua.LuaDLL.lua_CSFunction,System.Type,XLua.LuaDLL.lua_CSFunction,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void Utils_EndObjectRegister_m3642684994 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, lua_CSFunction_t883524059 * ___csIndexer3, lua_CSFunction_t883524059 * ___csNewIndexer4, Type_t * ___base_type5, lua_CSFunction_t883524059 * ___arrayIndexer6, lua_CSFunction_t883524059 * ___arrayNewIndexer7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_EndObjectRegister_m3642684994_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; intptr_t G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); ObjectTranslator_t2020767555 * G_B5_1 = NULL; intptr_t G_B4_0; memset(&G_B4_0, 0, sizeof(G_B4_0)); ObjectTranslator_t2020767555 * G_B4_1 = NULL; Type_t * G_B6_0 = NULL; intptr_t G_B6_1; memset(&G_B6_1, 0, sizeof(G_B6_1)); ObjectTranslator_t2020767555 * G_B6_2 = NULL; intptr_t G_B16_0; memset(&G_B16_0, 0, sizeof(G_B16_0)); ObjectTranslator_t2020767555 * G_B16_1 = NULL; intptr_t G_B15_0; memset(&G_B15_0, 0, sizeof(G_B15_0)); ObjectTranslator_t2020767555 * G_B15_1 = NULL; Type_t * G_B17_0 = NULL; intptr_t G_B17_1; memset(&G_B17_1, 0, sizeof(G_B17_1)); ObjectTranslator_t2020767555 * G_B17_2 = NULL; { intptr_t L_0 = ___L1; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_2, ((int32_t)-4), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_0; int32_t L_5 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_4, ((int32_t)-3), /*hidden argument*/NULL); V_2 = L_5; int32_t L_6 = V_0; int32_t L_7 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_6, ((int32_t)-2), /*hidden argument*/NULL); V_3 = L_7; int32_t L_8 = V_0; int32_t L_9 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_8, (-1), /*hidden argument*/NULL); V_4 = L_9; intptr_t L_10 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_10, _stringLiteral2281993974, /*hidden argument*/NULL); intptr_t L_11 = ___L1; int32_t L_12 = V_2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); intptr_t L_13 = ___L1; int32_t L_14 = V_3; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_15 = ___csIndexer3; if (L_15) { goto IL_0055; } } { intptr_t L_16 = ___L1; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); goto IL_005d; } IL_0055: { intptr_t L_17 = ___L1; lua_CSFunction_t883524059 * L_18 = ___csIndexer3; Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_17, L_18, 0, /*hidden argument*/NULL); } IL_005d: { ObjectTranslator_t2020767555 * L_19 = ___translator2; intptr_t L_20 = ___L1; Type_t * L_21 = ___type0; G_B4_0 = L_20; G_B4_1 = L_19; if (L_21) { G_B5_0 = L_20; G_B5_1 = L_19; goto IL_006c; } } { Type_t * L_22 = ___base_type5; G_B6_0 = L_22; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0072; } IL_006c: { Type_t * L_23 = ___type0; Type_t * L_24 = TypeExtensions_BaseType_m2874097911(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); G_B6_0 = L_24; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0072: { NullCheck(G_B6_2); ObjectTranslator_Push_m105918116(G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL); intptr_t L_25 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_25, _stringLiteral3960986699, /*hidden argument*/NULL); intptr_t L_26 = ___L1; int32_t L_27 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_28 = ___arrayIndexer6; if (L_28) { goto IL_00a0; } } { intptr_t L_29 = ___L1; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); goto IL_00a9; } IL_00a0: { intptr_t L_30 = ___L1; lua_CSFunction_t883524059 * L_31 = ___arrayIndexer6; Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_30, L_31, 0, /*hidden argument*/NULL); } IL_00a9: { intptr_t L_32 = ___L1; Lua_gen_obj_indexer_m981970365(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); Type_t * L_33 = ___type0; if (!L_33) { goto IL_00ec; } } { intptr_t L_34 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_34, _stringLiteral3960986699, /*hidden argument*/NULL); intptr_t L_35 = ___L1; int32_t L_36 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_37 = ___translator2; intptr_t L_38 = ___L1; Type_t * L_39 = ___type0; NullCheck(L_37); ObjectTranslator_Push_m105918116(L_37, L_38, L_39, /*hidden argument*/NULL); intptr_t L_40 = ___L1; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_40, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_41 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_41, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_42 = ___L1; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_42, 1, /*hidden argument*/NULL); } IL_00ec: { intptr_t L_43 = ___L1; int32_t L_44 = V_1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_43, L_44, /*hidden argument*/NULL); intptr_t L_45 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_45, _stringLiteral784060023, /*hidden argument*/NULL); intptr_t L_46 = ___L1; int32_t L_47 = V_4; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_48 = ___csNewIndexer4; if (L_48) { goto IL_0118; } } { intptr_t L_49 = ___L1; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); goto IL_0121; } IL_0118: { intptr_t L_50 = ___L1; lua_CSFunction_t883524059 * L_51 = ___csNewIndexer4; Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_50, L_51, 0, /*hidden argument*/NULL); } IL_0121: { ObjectTranslator_t2020767555 * L_52 = ___translator2; intptr_t L_53 = ___L1; Type_t * L_54 = ___type0; G_B15_0 = L_53; G_B15_1 = L_52; if (L_54) { G_B16_0 = L_53; G_B16_1 = L_52; goto IL_0130; } } { Type_t * L_55 = ___base_type5; G_B17_0 = L_55; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_0136; } IL_0130: { Type_t * L_56 = ___type0; Type_t * L_57 = TypeExtensions_BaseType_m2874097911(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); G_B17_0 = L_57; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_0136: { NullCheck(G_B17_2); ObjectTranslator_Push_m105918116(G_B17_2, G_B17_1, G_B17_0, /*hidden argument*/NULL); intptr_t L_58 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_58, _stringLiteral2667692541, /*hidden argument*/NULL); intptr_t L_59 = ___L1; int32_t L_60 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_59, L_60, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_61 = ___arrayNewIndexer7; if (L_61) { goto IL_0164; } } { intptr_t L_62 = ___L1; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); goto IL_016d; } IL_0164: { intptr_t L_63 = ___L1; lua_CSFunction_t883524059 * L_64 = ___arrayNewIndexer7; Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_63, L_64, 0, /*hidden argument*/NULL); } IL_016d: { intptr_t L_65 = ___L1; Lua_gen_obj_newindexer_m552221288(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); Type_t * L_66 = ___type0; if (!L_66) { goto IL_01b0; } } { intptr_t L_67 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_67, _stringLiteral2667692541, /*hidden argument*/NULL); intptr_t L_68 = ___L1; int32_t L_69 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_68, L_69, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_70 = ___translator2; intptr_t L_71 = ___L1; Type_t * L_72 = ___type0; NullCheck(L_70); ObjectTranslator_Push_m105918116(L_70, L_71, L_72, /*hidden argument*/NULL); intptr_t L_73 = ___L1; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_73, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_74 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_74, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_75 = ___L1; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_75, 1, /*hidden argument*/NULL); } IL_01b0: { intptr_t L_76 = ___L1; int32_t L_77 = V_1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_76, L_77, /*hidden argument*/NULL); intptr_t L_78 = ___L1; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_78, 4, /*hidden argument*/NULL); return; } } // System.Void XLua.Utils::RegisterFunc(System.IntPtr,System.Int32,System.String,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void Utils_RegisterFunc_m1228226546 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, String_t* ___name2, lua_CSFunction_t883524059 * ___func3, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ___idx1; int32_t L_3 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); ___idx1 = L_3; intptr_t L_4 = ___L0; String_t* L_5 = ___name2; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); intptr_t L_6 = ___L0; lua_CSFunction_t883524059 * L_7 = ___func3; Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_6, L_7, 0, /*hidden argument*/NULL); intptr_t L_8 = ___L0; int32_t L_9 = ___idx1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); return; } } // System.Void XLua.Utils::RegisterLazyFunc(System.IntPtr,System.Int32,System.String,System.Type,XLua.LazyMemberTypes,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Utils_RegisterLazyFunc_m3944903670 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, String_t* ___name2, Type_t * ___type3, int32_t ___memberType4, bool ___isStatic5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_RegisterLazyFunc_m3944903670_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ___idx1; int32_t L_3 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); ___idx1 = L_3; intptr_t L_4 = ___L0; String_t* L_5 = ___name2; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); ObjectTranslatorPool_t158158286 * L_6 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_7 = ___L0; NullCheck(L_6); ObjectTranslator_t2020767555 * L_8 = ObjectTranslatorPool_Find_m2808149378(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; ObjectTranslator_t2020767555 * L_9 = V_0; intptr_t L_10 = ___L0; Type_t * L_11 = ___type3; NullCheck(L_9); ObjectTranslator_PushAny_m2595410231(L_9, L_10, L_11, /*hidden argument*/NULL); intptr_t L_12 = ___L0; int32_t L_13 = ___memberType4; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); intptr_t L_14 = ___L0; String_t* L_15 = ___name2; Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); intptr_t L_16 = ___L0; bool L_17 = ___isStatic5; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); intptr_t L_18 = ___L0; IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_19 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_LazyReflectionWrap_7(); il2cpp_codegen_memory_barrier(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_18, L_19, 4, /*hidden argument*/NULL); intptr_t L_20 = ___L0; int32_t L_21 = ___idx1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); return; } } // System.Void XLua.Utils::RegisterObject(System.IntPtr,XLua.ObjectTranslator,System.Int32,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void Utils_RegisterObject_m691522261 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ObjectTranslator_t2020767555 * ___translator1, int32_t ___idx2, String_t* ___name3, RuntimeObject * ___obj4, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ___idx2; int32_t L_3 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); ___idx2 = L_3; intptr_t L_4 = ___L0; String_t* L_5 = ___name3; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_6 = ___translator1; intptr_t L_7 = ___L0; RuntimeObject * L_8 = ___obj4; NullCheck(L_6); ObjectTranslator_PushAny_m2595410231(L_6, L_7, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = ___idx2; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void XLua.Utils::BeginClassRegister(System.Type,System.IntPtr,XLua.LuaDLL.lua_CSFunction,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Utils_BeginClassRegister_m3630094254 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, lua_CSFunction_t883524059 * ___creator2, int32_t ___class_field_count3, int32_t ___static_getter_count4, int32_t ___static_setter_count5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_BeginClassRegister_m3630094254_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L1; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L1; int32_t L_4 = ___class_field_count3; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_3, 0, L_4, /*hidden argument*/NULL); intptr_t L_5 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_5, _stringLiteral384207764, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L1; Type_t * L_8 = ___type0; NullCheck(L_6); ObjectTranslator_PushAny_m2595410231(L_6, L_7, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_9, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_10 = ___L1; int32_t L_11 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = ___L1; Type_t * L_13 = ___type0; int32_t L_14 = V_1; Utils_SetCSTable_m1494659052(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); intptr_t L_15 = ___L1; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_15, 0, 3, /*hidden argument*/NULL); intptr_t L_16 = ___L1; int32_t L_17 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_2 = L_17; lua_CSFunction_t883524059 * L_18 = ___creator2; if (!L_18) { goto IL_006e; } } { intptr_t L_19 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_19, _stringLiteral3235550934, /*hidden argument*/NULL); intptr_t L_20 = ___L1; lua_CSFunction_t883524059 * L_21 = ___creator2; Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_20, L_21, 0, /*hidden argument*/NULL); intptr_t L_22 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_22, ((int32_t)-3), /*hidden argument*/NULL); } IL_006e: { int32_t L_23 = ___static_getter_count4; if (L_23) { goto IL_0080; } } { intptr_t L_24 = ___L1; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); goto IL_0089; } IL_0080: { intptr_t L_25 = ___L1; int32_t L_26 = ___static_getter_count4; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_25, 0, L_26, /*hidden argument*/NULL); } IL_0089: { int32_t L_27 = ___static_setter_count5; if (L_27) { goto IL_009b; } } { intptr_t L_28 = ___L1; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); goto IL_00a4; } IL_009b: { intptr_t L_29 = ___L1; int32_t L_30 = ___static_setter_count5; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_29, 0, L_30, /*hidden argument*/NULL); } IL_00a4: { intptr_t L_31 = ___L1; int32_t L_32 = V_2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); intptr_t L_33 = ___L1; int32_t L_34 = V_1; Lua_lua_setmetatable_m707540821(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL); return; } } // System.Void XLua.Utils::EndClassRegister(System.Type,System.IntPtr,XLua.ObjectTranslator) extern "C" IL2CPP_METHOD_ATTR void Utils_EndClassRegister_m1460189367 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_EndClassRegister_m1460189367_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { intptr_t L_0 = ___L1; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_2, ((int32_t)-4), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_0; int32_t L_5 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_4, ((int32_t)-2), /*hidden argument*/NULL); V_2 = L_5; int32_t L_6 = V_0; int32_t L_7 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_6, (-1), /*hidden argument*/NULL); V_3 = L_7; int32_t L_8 = V_0; int32_t L_9 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_8, ((int32_t)-3), /*hidden argument*/NULL); V_4 = L_9; intptr_t L_10 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_10, _stringLiteral2281993974, /*hidden argument*/NULL); intptr_t L_11 = ___L1; int32_t L_12 = V_2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); intptr_t L_13 = ___L1; int32_t L_14 = V_1; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_15 = ___translator2; intptr_t L_16 = ___L1; Type_t * L_17 = ___type0; Type_t * L_18 = TypeExtensions_BaseType_m2874097911(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_15); ObjectTranslator_Push_m105918116(L_15, L_16, L_18, /*hidden argument*/NULL); intptr_t L_19 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_19, _stringLiteral3909272822, /*hidden argument*/NULL); intptr_t L_20 = ___L1; int32_t L_21 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); intptr_t L_22 = ___L1; Lua_gen_cls_indexer_m2080781565(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); intptr_t L_23 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_23, _stringLiteral3909272822, /*hidden argument*/NULL); intptr_t L_24 = ___L1; int32_t L_25 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_26 = ___translator2; intptr_t L_27 = ___L1; Type_t * L_28 = ___type0; NullCheck(L_26); ObjectTranslator_Push_m105918116(L_26, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L1; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_30 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_30, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_31 = ___L1; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_31, 1, /*hidden argument*/NULL); intptr_t L_32 = ___L1; int32_t L_33 = V_4; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); intptr_t L_34 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_34, _stringLiteral784060023, /*hidden argument*/NULL); intptr_t L_35 = ___L1; int32_t L_36 = V_3; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_37 = ___translator2; intptr_t L_38 = ___L1; Type_t * L_39 = ___type0; Type_t * L_40 = TypeExtensions_BaseType_m2874097911(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_37); ObjectTranslator_Push_m105918116(L_37, L_38, L_40, /*hidden argument*/NULL); intptr_t L_41 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_41, _stringLiteral1186449479, /*hidden argument*/NULL); intptr_t L_42 = ___L1; int32_t L_43 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL); intptr_t L_44 = ___L1; Lua_gen_cls_newindexer_m2001818131(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); intptr_t L_45 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_45, _stringLiteral1186449479, /*hidden argument*/NULL); intptr_t L_46 = ___L1; int32_t L_47 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_48 = ___translator2; intptr_t L_49 = ___L1; Type_t * L_50 = ___type0; NullCheck(L_48); ObjectTranslator_Push_m105918116(L_48, L_49, L_50, /*hidden argument*/NULL); intptr_t L_51 = ___L1; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_51, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_52 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_52, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_53 = ___L1; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_53, 1, /*hidden argument*/NULL); intptr_t L_54 = ___L1; int32_t L_55 = V_4; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); intptr_t L_56 = ___L1; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_56, 4, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 XLua.Utils::getPathOfType(System.Type) extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * Utils_getPathOfType_m1846455260 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_getPathOfType_m1846455260_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; String_t* V_1 = NULL; String_t* G_B4_0 = NULL; String_t* G_B3_0 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; { List_1_t3319525431 * L_0 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_0, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_0 = L_0; Type_t * L_1 = ___type0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(37 /* System.String System.Type::get_Namespace() */, L_1); if (!L_2) { goto IL_002d; } } { List_1_t3319525431 * L_3 = V_0; Type_t * L_4 = ___type0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(37 /* System.String System.Type::get_Namespace() */, L_4); CharU5BU5D_t3528271667* L_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_5); StringU5BU5D_t1281789340* L_7 = String_Split_m3646115398(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); List_1_AddRange_m3621602103(L_3, (RuntimeObject*)(RuntimeObject*)L_7, /*hidden argument*/List_1_AddRange_m3621602103_RuntimeMethod_var); } IL_002d: { Type_t * L_8 = ___type0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); Type_t * L_10 = ___type0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(37 /* System.String System.Type::get_Namespace() */, L_10); G_B3_0 = L_9; if (L_11) { G_B4_0 = L_9; goto IL_0044; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; goto IL_0051; } IL_0044: { Type_t * L_12 = ___type0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(37 /* System.String System.Type::get_Namespace() */, L_12); NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); G_B5_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); G_B5_1 = G_B4_0; } IL_0051: { NullCheck(G_B5_1); String_t* L_15 = String_Substring_m2848979100(G_B5_1, G_B5_0, /*hidden argument*/NULL); V_1 = L_15; Type_t * L_16 = ___type0; NullCheck(L_16); bool L_17 = Type_get_IsNested_m3546087448(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007e; } } { List_1_t3319525431 * L_18 = V_0; String_t* L_19 = V_1; CharU5BU5D_t3528271667* L_20 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_20); (L_20)->SetAt(static_cast(0), (Il2CppChar)((int32_t)43)); NullCheck(L_19); StringU5BU5D_t1281789340* L_21 = String_Split_m3646115398(L_19, L_20, /*hidden argument*/NULL); NullCheck(L_18); List_1_AddRange_m3621602103(L_18, (RuntimeObject*)(RuntimeObject*)L_21, /*hidden argument*/List_1_AddRange_m3621602103_RuntimeMethod_var); goto IL_0085; } IL_007e: { List_1_t3319525431 * L_22 = V_0; String_t* L_23 = V_1; NullCheck(L_22); List_1_Add_m1685793073(L_22, L_23, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_0085: { List_1_t3319525431 * L_24 = V_0; return L_24; } } // System.Void XLua.Utils::LoadCSTable(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR void Utils_LoadCSTable_m2627825660 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_LoadCSTable_m2627825660_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_t3319525431 * V_1 = NULL; int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_2, _stringLiteral2053301422, /*hidden argument*/NULL); intptr_t L_3 = ___L0; int32_t L_4 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); Type_t * L_5 = ___type1; List_1_t3319525431 * L_6 = Utils_getPathOfType_m1846455260(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; V_2 = 0; goto IL_0088; } IL_002c: { intptr_t L_7 = ___L0; List_1_t3319525431 * L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); String_t* L_10 = List_1_get_Item_m953835688(L_8, L_9, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_7, L_10, /*hidden argument*/NULL); intptr_t L_11 = ___L0; int32_t L_12 = Lua_xlua_pgettable_m895294724(NULL /*static, unused*/, L_11, ((int32_t)-2), /*hidden argument*/NULL); if (!L_12) { goto IL_0054; } } { intptr_t L_13 = ___L0; int32_t L_14 = V_0; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); intptr_t L_15 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } IL_0054: { intptr_t L_16 = ___L0; bool L_17 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_16, (-1), /*hidden argument*/NULL); if (L_17) { goto IL_007c; } } { int32_t L_18 = V_2; List_1_t3319525431 * L_19 = V_1; NullCheck(L_19); int32_t L_20 = List_1_get_Count_m2276455407(L_19, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_18) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))))) { goto IL_007c; } } { intptr_t L_21 = ___L0; int32_t L_22 = V_0; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); intptr_t L_23 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); return; } IL_007c: { intptr_t L_24 = ___L0; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_24, ((int32_t)-2), /*hidden argument*/NULL); int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0088: { int32_t L_26 = V_2; List_1_t3319525431 * L_27 = V_1; NullCheck(L_27); int32_t L_28 = List_1_get_Count_m2276455407(L_27, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_002c; } } { return; } } // System.Void XLua.Utils::SetCSTable(System.IntPtr,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Utils_SetCSTable_m1494659052 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, int32_t ___cls_table2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_SetCSTable_m1494659052_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_t3319525431 * V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = ___cls_table2; int32_t L_4 = Utils_abs_idx_m2913337387(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); ___cls_table2 = L_4; intptr_t L_5 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_5, _stringLiteral2053301422, /*hidden argument*/NULL); intptr_t L_6 = ___L0; int32_t L_7 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); Type_t * L_8 = ___type1; List_1_t3319525431 * L_9 = Utils_getPathOfType_m1846455260(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_1 = L_9; V_2 = 0; goto IL_00f9; } IL_0035: { intptr_t L_10 = ___L0; List_1_t3319525431 * L_11 = V_1; int32_t L_12 = V_2; NullCheck(L_11); String_t* L_13 = List_1_get_Item_m953835688(L_11, L_12, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_10, L_13, /*hidden argument*/NULL); intptr_t L_14 = ___L0; int32_t L_15 = Lua_xlua_pgettable_m895294724(NULL /*static, unused*/, L_14, ((int32_t)-2), /*hidden argument*/NULL); if (!L_15) { goto IL_0087; } } { intptr_t L_16 = ___L0; String_t* L_17 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_16, (-1), /*hidden argument*/NULL); V_3 = L_17; intptr_t L_18 = ___L0; int32_t L_19 = V_0; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_20 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3238276347); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3238276347); ObjectU5BU5D_t2843939325* L_21 = L_20; Type_t * L_22 = ___type1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1998799648); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1998799648); ObjectU5BU5D_t2843939325* L_24 = L_23; String_t* L_25 = V_3; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m2971454694(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); Exception_t * L_27 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,Utils_SetCSTable_m1494659052_RuntimeMethod_var); } IL_0087: { intptr_t L_28 = ___L0; bool L_29 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_28, (-1), /*hidden argument*/NULL); if (!L_29) { goto IL_00c4; } } { intptr_t L_30 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_30, 1, /*hidden argument*/NULL); intptr_t L_31 = ___L0; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_31, 0, 0, /*hidden argument*/NULL); intptr_t L_32 = ___L0; List_1_t3319525431 * L_33 = V_1; int32_t L_34 = V_2; NullCheck(L_33); String_t* L_35 = List_1_get_Item_m953835688(L_33, L_34, /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_32, L_35, /*hidden argument*/NULL); intptr_t L_36 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_36, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_37 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_37, ((int32_t)-4), /*hidden argument*/NULL); goto IL_00ed; } IL_00c4: { intptr_t L_38 = ___L0; bool L_39 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_38, (-1), /*hidden argument*/NULL); if (L_39) { goto IL_00ed; } } { intptr_t L_40 = ___L0; int32_t L_41 = V_0; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); Type_t * L_42 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral3238276347, L_42, _stringLiteral3190393351, /*hidden argument*/NULL); Exception_t * L_44 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,Utils_SetCSTable_m1494659052_RuntimeMethod_var); } IL_00ed: { intptr_t L_45 = ___L0; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_45, ((int32_t)-2), /*hidden argument*/NULL); int32_t L_46 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00f9: { int32_t L_47 = V_2; List_1_t3319525431 * L_48 = V_1; NullCheck(L_48); int32_t L_49 = List_1_get_Count_m2276455407(L_48, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_47) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1))))) { goto IL_0035; } } { intptr_t L_50 = ___L0; List_1_t3319525431 * L_51 = V_1; List_1_t3319525431 * L_52 = V_1; NullCheck(L_52); int32_t L_53 = List_1_get_Count_m2276455407(L_52, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); NullCheck(L_51); String_t* L_54 = List_1_get_Item_m953835688(L_51, ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1)), /*hidden argument*/List_1_get_Item_m953835688_RuntimeMethod_var); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_50, L_54, /*hidden argument*/NULL); intptr_t L_55 = ___L0; int32_t L_56 = ___cls_table2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); intptr_t L_57 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_57, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_58 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_58, 1, /*hidden argument*/NULL); intptr_t L_59 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_59, _stringLiteral2053301422, /*hidden argument*/NULL); intptr_t L_60 = ___L0; int32_t L_61 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); ObjectTranslatorPool_t158158286 * L_62 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_63 = ___L0; NullCheck(L_62); ObjectTranslator_t2020767555 * L_64 = ObjectTranslatorPool_Find_m2808149378(L_62, L_63, /*hidden argument*/NULL); intptr_t L_65 = ___L0; Type_t * L_66 = ___type1; NullCheck(L_64); ObjectTranslator_PushAny_m2595410231(L_64, L_65, L_66, /*hidden argument*/NULL); intptr_t L_67 = ___L0; int32_t L_68 = ___cls_table2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); intptr_t L_69 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_69, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_70 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_70, 1, /*hidden argument*/NULL); return; } } // System.Boolean XLua.Utils::IsParamsMatch(System.Reflection.MethodInfo,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool Utils_IsParamsMatch_m3661847978 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___delegateMethod0, MethodInfo_t * ___bridgeMethod1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_IsParamsMatch_m3661847978_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B16_0 = 0; { MethodInfo_t * L_0 = ___delegateMethod0; if (!L_0) { goto IL_000c; } } { MethodInfo_t * L_1 = ___bridgeMethod1; if (L_1) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { MethodInfo_t * L_2 = ___delegateMethod0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_2); MethodInfo_t * L_4 = ___bridgeMethod1; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_4); if ((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_0021; } } { return (bool)0; } IL_0021: { MethodInfo_t * L_6 = ___delegateMethod0; NullCheck(L_6); ParameterInfoU5BU5D_t390618515* L_7 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_6); V_0 = L_7; MethodInfo_t * L_8 = ___bridgeMethod1; NullCheck(L_8); ParameterInfoU5BU5D_t390618515* L_9 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_8); V_1 = L_9; ParameterInfoU5BU5D_t390618515* L_10 = V_0; NullCheck(L_10); ParameterInfoU5BU5D_t390618515* L_11 = V_1; NullCheck(L_11); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_003c; } } { return (bool)0; } IL_003c: { V_2 = 0; goto IL_0073; } IL_0043: { ParameterInfoU5BU5D_t390618515* L_12 = V_0; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = L_13; ParameterInfo_t1861056598 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); Type_t * L_16 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_15); ParameterInfoU5BU5D_t390618515* L_17 = V_1; int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = L_18; ParameterInfo_t1861056598 * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_20); if ((!(((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_21)))) { goto IL_006d; } } { ParameterInfoU5BU5D_t390618515* L_22 = V_0; int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = L_23; ParameterInfo_t1861056598 * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); bool L_26 = ParameterInfo_get_IsOut_m867677222(L_25, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_27 = V_1; int32_t L_28 = V_2; NullCheck(L_27); int32_t L_29 = L_28; ParameterInfo_t1861056598 * L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_30); bool L_31 = ParameterInfo_get_IsOut_m867677222(L_30, /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)L_31))) { goto IL_006f; } } IL_006d: { return (bool)0; } IL_006f: { int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0073: { int32_t L_33 = V_2; ParameterInfoU5BU5D_t390618515* L_34 = V_0; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_0043; } } { ParameterInfoU5BU5D_t390618515* L_35 = V_0; NullCheck(L_35); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))), (int32_t)1)); int32_t L_36 = V_3; if ((((int32_t)L_36) < ((int32_t)0))) { goto IL_00b3; } } { ParameterInfoU5BU5D_t390618515* L_37 = V_0; int32_t L_38 = V_3; NullCheck(L_37); int32_t L_39 = L_38; ParameterInfo_t1861056598 * L_40 = (L_37)->GetAt(static_cast(L_39)); RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (ParamArrayAttribute_t3664765590_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); NullCheck(L_40); bool L_43 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(15 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_40, L_42, (bool)0); ParameterInfoU5BU5D_t390618515* L_44 = V_1; int32_t L_45 = V_3; NullCheck(L_44); int32_t L_46 = L_45; ParameterInfo_t1861056598 * L_47 = (L_44)->GetAt(static_cast(L_46)); RuntimeTypeHandle_t3027515415 L_48 = { reinterpret_cast (ParamArrayAttribute_t3664765590_0_0_0_var) }; Type_t * L_49 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); NullCheck(L_47); bool L_50 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(15 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_47, L_49, (bool)0); G_B16_0 = ((((int32_t)L_43) == ((int32_t)L_50))? 1 : 0); goto IL_00b4; } IL_00b3: { G_B16_0 = 1; } IL_00b4: { return (bool)G_B16_0; } } // System.Boolean XLua.Utils::IsSupportedMethod(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool Utils_IsSupportedMethod_m2462010521 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_IsSupportedMethod_m2462010521_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; Type_t * V_1 = NULL; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; Type_t * V_5 = NULL; TypeU5BU5D_t3940880105* V_6 = NULL; Type_t * V_7 = NULL; TypeU5BU5D_t3940880105* V_8 = NULL; int32_t V_9 = 0; int32_t G_B20_0 = 0; { MethodInfo_t * L_0 = ___method0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Reflection.MethodBase::get_ContainsGenericParameters() */, L_0); if (L_1) { goto IL_000d; } } { return (bool)1; } IL_000d: { MethodInfo_t * L_2 = ___method0; NullCheck(L_2); ParameterInfoU5BU5D_t390618515* L_3 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_2); V_0 = L_3; MethodInfo_t * L_4 = ___method0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_4); V_1 = L_5; V_2 = (bool)0; Type_t * L_6 = V_1; NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(98 /* System.Boolean System.Type::get_IsGenericParameter() */, L_6); V_3 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); V_4 = 0; goto IL_00b5; } IL_002f: { ParameterInfoU5BU5D_t390618515* L_8 = V_0; int32_t L_9 = V_4; NullCheck(L_8); int32_t L_10 = L_9; ParameterInfo_t1861056598 * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_11); V_5 = L_12; Type_t * L_13 = V_5; NullCheck(L_13); bool L_14 = VirtFuncInvoker0< bool >::Invoke(98 /* System.Boolean System.Type::get_IsGenericParameter() */, L_13); if (!L_14) { goto IL_00af; } } { Type_t * L_15 = V_5; NullCheck(L_15); TypeU5BU5D_t3940880105* L_16 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(99 /* System.Type[] System.Type::GetGenericParameterConstraints() */, L_15); V_6 = L_16; TypeU5BU5D_t3940880105* L_17 = V_6; NullCheck(L_17); if ((((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))) { goto IL_005a; } } { return (bool)0; } IL_005a: { TypeU5BU5D_t3940880105* L_18 = V_6; V_8 = L_18; V_9 = 0; goto IL_0092; } IL_0066: { TypeU5BU5D_t3940880105* L_19 = V_8; int32_t L_20 = V_9; NullCheck(L_19); int32_t L_21 = L_20; Type_t * L_22 = (L_19)->GetAt(static_cast(L_21)); V_7 = L_22; Type_t * L_23 = V_7; bool L_24 = TypeExtensions_IsClass_m111105048(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_008a; } } { Type_t * L_25 = V_7; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (ValueType_t3640485471_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_25) == ((RuntimeObject*)(Type_t *)L_27)))) { goto IL_008c; } } IL_008a: { return (bool)0; } IL_008c: { int32_t L_28 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0092: { int32_t L_29 = V_9; TypeU5BU5D_t3940880105* L_30 = V_8; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_0066; } } { V_2 = (bool)1; bool L_31 = V_3; if (L_31) { goto IL_00af; } } { Type_t * L_32 = V_5; Type_t * L_33 = V_1; if ((!(((RuntimeObject*)(Type_t *)L_32) == ((RuntimeObject*)(Type_t *)L_33)))) { goto IL_00af; } } { V_3 = (bool)1; } IL_00af: { int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00b5: { int32_t L_35 = V_4; ParameterInfoU5BU5D_t390618515* L_36 = V_0; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))))) { goto IL_002f; } } { bool L_37 = V_2; if (!L_37) { goto IL_00c8; } } { bool L_38 = V_3; G_B20_0 = ((int32_t)(L_38)); goto IL_00c9; } IL_00c8: { G_B20_0 = 0; } IL_00c9: { return (bool)G_B20_0; } } // System.Reflection.MethodInfo XLua.Utils::MakeGenericMethodWithConstraints(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Utils_MakeGenericMethodWithConstraints_m1338968965 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_MakeGenericMethodWithConstraints_m1338968965_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; TypeU5BU5D_t3940880105* V_4 = NULL; MethodInfo_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { MethodInfo_t * L_0 = ___method0; NullCheck(L_0); TypeU5BU5D_t3940880105* L_1 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(29 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_0); V_0 = L_1; TypeU5BU5D_t3940880105* L_2 = V_0; NullCheck(L_2); V_1 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))); V_2 = 0; goto IL_002e; } IL_0017: { TypeU5BU5D_t3940880105* L_3 = V_0; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; Type_t * L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = L_6; Type_t * L_7 = V_3; NullCheck(L_7); TypeU5BU5D_t3940880105* L_8 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(99 /* System.Type[] System.Type::GetGenericParameterConstraints() */, L_7); V_4 = L_8; TypeU5BU5D_t3940880105* L_9 = V_1; int32_t L_10 = V_2; TypeU5BU5D_t3940880105* L_11 = V_4; NullCheck(L_11); int32_t L_12 = 0; Type_t * L_13 = (L_11)->GetAt(static_cast(L_12)); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Type_t *)L_13); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_002e: { int32_t L_15 = V_2; TypeU5BU5D_t3940880105* L_16 = V_0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0017; } } IL_0037: { MethodInfo_t * L_17 = ___method0; TypeU5BU5D_t3940880105* L_18 = V_1; NullCheck(L_17); MethodInfo_t * L_19 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(35 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_17, L_18); V_5 = L_19; goto IL_004e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0045; throw e; } CATCH_0045: { // begin catch(System.Exception) V_5 = (MethodInfo_t *)NULL; goto IL_004e; } // end catch (depth: 1) IL_004e: { MethodInfo_t * L_20 = V_5; return L_20; } } // System.Type XLua.Utils::getExtendedType(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR Type_t * Utils_getExtendedType_m475620446 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_getExtendedType_m475620446_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; Type_t * V_2 = NULL; { MethodInfo_t * L_0 = ___method0; NullCheck(L_0); ParameterInfoU5BU5D_t390618515* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0); NullCheck(L_1); int32_t L_2 = 0; ParameterInfo_t1861056598 * L_3 = (L_1)->GetAt(static_cast(L_2)); NullCheck(L_3); Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_3); V_0 = L_4; Type_t * L_5 = V_0; NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(98 /* System.Boolean System.Type::get_IsGenericParameter() */, L_5); if (L_6) { goto IL_001b; } } { Type_t * L_7 = V_0; return L_7; } IL_001b: { Type_t * L_8 = V_0; NullCheck(L_8); TypeU5BU5D_t3940880105* L_9 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(99 /* System.Type[] System.Type::GetGenericParameterConstraints() */, L_8); V_1 = L_9; TypeU5BU5D_t3940880105* L_10 = V_1; NullCheck(L_10); if ((((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) { goto IL_0030; } } { InvalidOperationException_t56020091 * L_11 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Utils_getExtendedType_m475620446_RuntimeMethod_var); } IL_0030: { TypeU5BU5D_t3940880105* L_12 = V_1; NullCheck(L_12); int32_t L_13 = 0; Type_t * L_14 = (L_12)->GetAt(static_cast(L_13)); V_2 = L_14; Type_t * L_15 = V_2; bool L_16 = TypeExtensions_IsClass_m111105048(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0045; } } { InvalidOperationException_t56020091 * L_17 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Utils_getExtendedType_m475620446_RuntimeMethod_var); } IL_0045: { Type_t * L_18 = V_2; return L_18; } } // System.Boolean XLua.Utils::IsStaticPInvokeCSFunction(XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR bool Utils_IsStaticPInvokeCSFunction_m887237802 (RuntimeObject * __this /* static, unused */, lua_CSFunction_t883524059 * ___csFunction0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_IsStaticPInvokeCSFunction_m887237802_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { lua_CSFunction_t883524059 * L_0 = ___csFunction0; NullCheck(L_0); MethodInfo_t * L_1 = Delegate_get_Method_m3071622864(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = MethodBase_get_IsStatic_m2399864271(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { lua_CSFunction_t883524059 * L_3 = ___csFunction0; NullCheck(L_3); MethodInfo_t * L_4 = Delegate_get_Method_m3071622864(L_3, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (MonoPInvokeCallbackAttribute_t1448494431_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); bool L_7 = Attribute_IsDefined_m3363303722(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_7)); goto IL_0028; } IL_0027: { G_B3_0 = 0; } IL_0028: { return (bool)G_B3_0; } } // System.Boolean XLua.Utils::IsPublic(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Utils_IsPublic_m2145469289 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { TypeU5BU5D_t3940880105* V_0 = NULL; int32_t V_1 = 0; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsNested_m3546087448(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { Type_t * L_2 = ___type0; bool L_3 = TypeExtensions_IsNestedPublic_m4014845494(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0018; } } { return (bool)0; } IL_0018: { Type_t * L_4 = ___type0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_4); bool L_6 = Utils_IsPublic_m2145469289(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return L_6; } IL_0024: { Type_t * L_7 = ___type0; bool L_8 = TypeExtensions_IsGenericType_m3178670838(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0059; } } { Type_t * L_9 = ___type0; NullCheck(L_9); TypeU5BU5D_t3940880105* L_10 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_9); V_0 = L_10; V_1 = 0; goto IL_0050; } IL_003d: { TypeU5BU5D_t3940880105* L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; Type_t * L_14 = (L_11)->GetAt(static_cast(L_13)); bool L_15 = Utils_IsPublic_m2145469289(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_004c; } } { return (bool)0; } IL_004c: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0050: { int32_t L_17 = V_1; TypeU5BU5D_t3940880105* L_18 = V_0; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_003d; } } IL_0059: { Type_t * L_19 = ___type0; bool L_20 = TypeExtensions_IsPublic_m1967735079(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); return L_20; } } // System.Boolean XLua.Utils::m__0(System.Reflection.PropertyInfo) extern "C" IL2CPP_METHOD_ATTR bool Utils_U3CgenItemGetterU3Em__0_m263882080 (RuntimeObject * __this /* static, unused */, PropertyInfo_t * ___prop0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_U3CgenItemGetterU3Em__0_m263882080_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PropertyInfo_t * L_0 = ___prop0; NullCheck(L_0); ParameterInfoU5BU5D_t390618515* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(22 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_0); NullCheck(L_1); int32_t L_2 = 0; ParameterInfo_t1861056598 * L_3 = (L_1)->GetAt(static_cast(L_2)); NullCheck(L_3); Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_3); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_4, L_6); return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); } } // System.Boolean XLua.Utils::m__1(System.Reflection.PropertyInfo) extern "C" IL2CPP_METHOD_ATTR bool Utils_U3CgenItemSetterU3Em__1_m2628418373 (RuntimeObject * __this /* static, unused */, PropertyInfo_t * ___prop0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_U3CgenItemSetterU3Em__1_m2628418373_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PropertyInfo_t * L_0 = ___prop0; NullCheck(L_0); ParameterInfoU5BU5D_t390618515* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(22 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_0); NullCheck(L_1); int32_t L_2 = 0; ParameterInfo_t1861056598 * L_3 = (L_1)->GetAt(static_cast(L_2)); NullCheck(L_3); Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_3); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_4, L_6); return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); } } // System.Boolean XLua.Utils::m__2(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Utils_U3CGetExtensionMethodsOfU3Em__2_m643212959 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_U3CGetExtensionMethodsOfU3Em__2_m643212959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (ExtensionAttribute_t1723066603_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_2, (bool)0); return L_3; } } // System.Boolean XLua.Utils::m__3(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Utils_U3CGetExtensionMethodsOfU3Em__3_m572892832 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_U3CGetExtensionMethodsOfU3Em__3_m572892832_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (ExtensionAttribute_t1723066603_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_2, (bool)0); return L_3; } } // System.Collections.Generic.IEnumerable`1 XLua.Utils::m__4(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Utils_U3CGetExtensionMethodsOfU3Em__4_m619627210 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); MethodInfoU5BU5D_t2572182361* L_1 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_0, ((int32_t)24)); return (RuntimeObject*)L_1; } } // <>__AnonType1`2 XLua.Utils::m__5(System.Type,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR U3CU3E__AnonType1_2_t1850431884 * Utils_U3CGetExtensionMethodsOfU3Em__5_m2591731661 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, MethodInfo_t * ___method1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_U3CGetExtensionMethodsOfU3Em__5_m2591731661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; MethodInfo_t * L_1 = ___method1; U3CU3E__AnonType1_2_t1850431884 * L_2 = (U3CU3E__AnonType1_2_t1850431884 *)il2cpp_codegen_object_new(U3CU3E__AnonType1_2_t1850431884_il2cpp_TypeInfo_var); U3CU3E__AnonType1_2__ctor_m1206180422(L_2, L_0, L_1, /*hidden argument*/U3CU3E__AnonType1_2__ctor_m1206180422_RuntimeMethod_var); return L_2; } } // System.Boolean XLua.Utils::m__6(<>__AnonType1`2) extern "C" IL2CPP_METHOD_ATTR bool Utils_U3CGetExtensionMethodsOfU3Em__6_m3799144831 (RuntimeObject * __this /* static, unused */, U3CU3E__AnonType1_2_t1850431884 * ___U3CU3E__TranspIdent00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_U3CGetExtensionMethodsOfU3Em__6_m3799144831_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { U3CU3E__AnonType1_2_t1850431884 * L_0 = ___U3CU3E__TranspIdent00; NullCheck(L_0); MethodInfo_t * L_1 = U3CU3E__AnonType1_2_get_method_m182099459(L_0, /*hidden argument*/U3CU3E__AnonType1_2_get_method_m182099459_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (ExtensionAttribute_t1723066603_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); bool L_4 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_1, L_3, (bool)0); if (!L_4) { goto IL_0028; } } { U3CU3E__AnonType1_2_t1850431884 * L_5 = ___U3CU3E__TranspIdent00; NullCheck(L_5); MethodInfo_t * L_6 = U3CU3E__AnonType1_2_get_method_m182099459(L_5, /*hidden argument*/U3CU3E__AnonType1_2_get_method_m182099459_RuntimeMethod_var); bool L_7 = Utils_IsSupportedMethod_m2462010521(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_7)); goto IL_0029; } IL_0028: { G_B3_0 = 0; } IL_0029: { return (bool)G_B3_0; } } // System.Type XLua.Utils::m__7(<>__AnonType1`2) extern "C" IL2CPP_METHOD_ATTR Type_t * Utils_U3CGetExtensionMethodsOfU3Em__7_m836013677 (RuntimeObject * __this /* static, unused */, U3CU3E__AnonType1_2_t1850431884 * ___U3CU3E__TranspIdent00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_U3CGetExtensionMethodsOfU3Em__7_m836013677_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3E__AnonType1_2_t1850431884 * L_0 = ___U3CU3E__TranspIdent00; NullCheck(L_0); MethodInfo_t * L_1 = U3CU3E__AnonType1_2_get_method_m182099459(L_0, /*hidden argument*/U3CU3E__AnonType1_2_get_method_m182099459_RuntimeMethod_var); Type_t * L_2 = Utils_getExtendedType_m475620446(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.MethodInfo XLua.Utils::m__8(<>__AnonType1`2) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Utils_U3CGetExtensionMethodsOfU3Em__8_m2445108730 (RuntimeObject * __this /* static, unused */, U3CU3E__AnonType1_2_t1850431884 * ___U3CU3E__TranspIdent00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_U3CGetExtensionMethodsOfU3Em__8_m2445108730_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3E__AnonType1_2_t1850431884 * L_0 = ___U3CU3E__TranspIdent00; NullCheck(L_0); MethodInfo_t * L_1 = U3CU3E__AnonType1_2_get_method_m182099459(L_0, /*hidden argument*/U3CU3E__AnonType1_2_get_method_m182099459_RuntimeMethod_var); return L_1; } } // System.Type XLua.Utils::m__9(System.Linq.IGrouping`2) extern "C" IL2CPP_METHOD_ATTR Type_t * Utils_U3CGetExtensionMethodsOfU3Em__9_m4048965584 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_U3CGetExtensionMethodsOfU3Em__9_m4048965584_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___g0; NullCheck(L_0); Type_t * L_1 = InterfaceFuncInvoker0< Type_t * >::Invoke(0 /* !0 System.Linq.IGrouping`2::get_Key() */, IGrouping_2_t2938048240_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Collections.Generic.IEnumerable`1 XLua.Utils::m__A(System.Linq.IGrouping`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Utils_U3CGetExtensionMethodsOfU3Em__A_m2459555643 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___g0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___g0; return L_0; } } // System.String XLua.Utils::m__B(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR String_t* Utils_U3CmakeReflectionWrapU3Em__B_m3409894828 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___p0, const RuntimeMethod* method) { { MethodInfo_t * L_0 = ___p0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); return L_1; } } // System.String XLua.Utils::m__C(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR String_t* Utils_U3CmakeReflectionWrapU3Em__C_m3315697528 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___q0, const RuntimeMethod* method) { { MethodInfo_t * L_0 = ___q0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); return L_1; } } // System.Reflection.MethodInfo XLua.Utils::m__D(System.Reflection.MethodInfo,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Utils_U3CmakeReflectionWrapU3Em__D_m3238289681 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___p0, MethodInfo_t * ___q1, const RuntimeMethod* method) { { MethodInfo_t * L_0 = ___p0; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.Utils/c__AnonStorey5::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenEnumCastFromU3Ec__AnonStorey5__ctor_m1210746852 (U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.Utils/c__AnonStorey5::<>m__0(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CgenEnumCastFromU3Ec__AnonStorey5_U3CU3Em__0_m125014991 (U3CgenEnumCastFromU3Ec__AnonStorey5_t3968984592 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenEnumCastFromU3Ec__AnonStorey5_U3CU3Em__0_m125014991_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; Type_t * L_5 = __this->get_type_0(); NullCheck(L_3); int32_t L_6 = ObjectTranslator_TranslateToEnumToTop_m1038597337(L_3, L_4, L_5, 1, /*hidden argument*/NULL); V_1 = L_6; goto IL_0055; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0020; throw e; } CATCH_0020: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_7 = ___L0; ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral2441331635); (L_8)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2441331635); ObjectU5BU5D_t2843939325* L_9 = L_8; Type_t * L_10 = __this->get_type_0(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_9; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral869353934); (L_11)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral869353934); ObjectU5BU5D_t2843939325* L_12 = L_11; Exception_t * L_13 = V_2; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(3), (RuntimeObject *)L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); int32_t L_15 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, L_14, /*hidden argument*/NULL); V_1 = L_15; goto IL_0055; } // end catch (depth: 1) IL_0055: { int32_t L_16 = V_1; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.Utils/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenFieldGetterU3Ec__AnonStorey1__ctor_m2040827428 (U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.Utils/c__AnonStorey1::<>m__0(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CgenFieldGetterU3Ec__AnonStorey1_U3CU3Em__0_m1673369468 (U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * __this, intptr_t ___L0, const RuntimeMethod* method) { ObjectTranslator_t2020767555 * V_0 = NULL; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; FieldInfo_t * L_5 = __this->get_field_0(); NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(18 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_5, NULL); NullCheck(L_3); ObjectTranslator_PushAny_m2595410231(L_3, L_4, L_6, /*hidden argument*/NULL); return 1; } } // System.Int32 XLua.Utils/c__AnonStorey1::<>m__1(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CgenFieldGetterU3Ec__AnonStorey1_U3CU3Em__1_m1574213517 (U3CgenFieldGetterU3Ec__AnonStorey1_t3014708513 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenFieldGetterU3Ec__AnonStorey1_U3CU3Em__1_m1574213517_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t G_B4_0 = 0; ObjectU5BU5D_t2843939325* G_B4_1 = NULL; ObjectU5BU5D_t2843939325* G_B4_2 = NULL; intptr_t G_B4_3; memset(&G_B4_3, 0, sizeof(G_B4_3)); int32_t G_B3_0 = 0; ObjectU5BU5D_t2843939325* G_B3_1 = NULL; ObjectU5BU5D_t2843939325* G_B3_2 = NULL; intptr_t G_B3_3; memset(&G_B3_3, 0, sizeof(G_B3_3)); String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_t2843939325* G_B5_2 = NULL; ObjectU5BU5D_t2843939325* G_B5_3 = NULL; intptr_t G_B5_4; memset(&G_B5_4, 0, sizeof(G_B5_4)); { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject * L_6 = V_1; if (!L_6) { goto IL_002c; } } { Type_t * L_7 = __this->get_type_1(); RuntimeObject * L_8 = V_1; NullCheck(L_7); bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(46 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_7, L_8); if (L_9) { goto IL_0086; } } IL_002c: { intptr_t L_10 = ___L0; ObjectU5BU5D_t2843939325* L_11 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral1933225876); (L_11)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1933225876); ObjectU5BU5D_t2843939325* L_12 = L_11; Type_t * L_13 = __this->get_type_1(); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral1817135841); (L_14)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1817135841); ObjectU5BU5D_t2843939325* L_15 = L_14; RuntimeObject * L_16 = V_1; G_B3_0 = 3; G_B3_1 = L_15; G_B3_2 = L_15; G_B3_3 = L_10; if (L_16) { G_B4_0 = 3; G_B4_1 = L_15; G_B4_2 = L_15; G_B4_3 = L_10; goto IL_005e; } } { G_B5_0 = _stringLiteral1202628576; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_0069; } IL_005e: { RuntimeObject * L_17 = V_1; NullCheck(L_17); Type_t * L_18 = Object_GetType_m88164663(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); G_B5_0 = L_19; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_0069: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (RuntimeObject *)G_B5_0); ObjectU5BU5D_t2843939325* L_20 = G_B5_3; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral598361291); (L_20)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral598361291); ObjectU5BU5D_t2843939325* L_21 = L_20; FieldInfo_t * L_22 = __this->get_field_0(); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(5), (RuntimeObject *)L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m2971454694(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); int32_t L_24 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, G_B5_4, L_23, /*hidden argument*/NULL); return L_24; } IL_0086: { ObjectTranslator_t2020767555 * L_25 = V_0; intptr_t L_26 = ___L0; FieldInfo_t * L_27 = __this->get_field_0(); RuntimeObject * L_28 = V_1; NullCheck(L_27); RuntimeObject * L_29 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(18 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_27, L_28); NullCheck(L_25); ObjectTranslator_PushAny_m2595410231(L_25, L_26, L_29, /*hidden argument*/NULL); return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.Utils/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenFieldSetterU3Ec__AnonStorey2__ctor_m3538189651 (U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.Utils/c__AnonStorey2::<>m__0(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__0_m3176632774 (U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__0_m3176632774_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeObject * V_1 = NULL; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; FieldInfo_t * L_5 = __this->get_field_0(); NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_5); NullCheck(L_3); RuntimeObject * L_7 = ObjectTranslator_GetObject_m805173647(L_3, L_4, 1, L_6, /*hidden argument*/NULL); V_1 = L_7; FieldInfo_t * L_8 = __this->get_field_0(); NullCheck(L_8); Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_8); bool L_10 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_009c; } } { FieldInfo_t * L_11 = __this->get_field_0(); NullCheck(L_11); Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_11); Type_t * L_13 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_009c; } } { RuntimeObject * L_14 = V_1; if (L_14) { goto IL_009c; } } { intptr_t L_15 = ___L0; ObjectU5BU5D_t2843939325* L_16 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); Type_t * L_17 = __this->get_type_1(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_17); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_18); ObjectU5BU5D_t2843939325* L_19 = L_16; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral3452614530); (L_19)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614530); ObjectU5BU5D_t2843939325* L_20 = L_19; FieldInfo_t * L_21 = __this->get_field_0(); NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_21); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(2), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = L_20; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral2587108928); (L_23)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral2587108928); ObjectU5BU5D_t2843939325* L_24 = L_23; FieldInfo_t * L_25 = __this->get_field_0(); NullCheck(L_25); Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_25); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(4), (RuntimeObject *)L_26); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); int32_t L_28 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_15, L_27, /*hidden argument*/NULL); return L_28; } IL_009c: { FieldInfo_t * L_29 = __this->get_field_0(); RuntimeObject * L_30 = V_1; NullCheck(L_29); FieldInfo_SetValue_m2460171138(L_29, NULL, L_30, /*hidden argument*/NULL); return 0; } } // System.Int32 XLua.Utils/c__AnonStorey2::<>m__1(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__1_m741642808 (U3CgenFieldSetterU3Ec__AnonStorey2_t395947661 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenFieldSetterU3Ec__AnonStorey2_U3CU3Em__1_m741642808_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; int32_t G_B4_0 = 0; ObjectU5BU5D_t2843939325* G_B4_1 = NULL; ObjectU5BU5D_t2843939325* G_B4_2 = NULL; intptr_t G_B4_3; memset(&G_B4_3, 0, sizeof(G_B4_3)); int32_t G_B3_0 = 0; ObjectU5BU5D_t2843939325* G_B3_1 = NULL; ObjectU5BU5D_t2843939325* G_B3_2 = NULL; intptr_t G_B3_3; memset(&G_B3_3, 0, sizeof(G_B3_3)); String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_t2843939325* G_B5_2 = NULL; ObjectU5BU5D_t2843939325* G_B5_3 = NULL; intptr_t G_B5_4; memset(&G_B5_4, 0, sizeof(G_B5_4)); { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject * L_6 = V_1; if (!L_6) { goto IL_002c; } } { Type_t * L_7 = __this->get_type_1(); RuntimeObject * L_8 = V_1; NullCheck(L_7); bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(46 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_7, L_8); if (L_9) { goto IL_0086; } } IL_002c: { intptr_t L_10 = ___L0; ObjectU5BU5D_t2843939325* L_11 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral1933225876); (L_11)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1933225876); ObjectU5BU5D_t2843939325* L_12 = L_11; Type_t * L_13 = __this->get_type_1(); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral1817135841); (L_14)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1817135841); ObjectU5BU5D_t2843939325* L_15 = L_14; RuntimeObject * L_16 = V_1; G_B3_0 = 3; G_B3_1 = L_15; G_B3_2 = L_15; G_B3_3 = L_10; if (L_16) { G_B4_0 = 3; G_B4_1 = L_15; G_B4_2 = L_15; G_B4_3 = L_10; goto IL_005e; } } { G_B5_0 = _stringLiteral1202628576; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_0069; } IL_005e: { RuntimeObject * L_17 = V_1; NullCheck(L_17); Type_t * L_18 = Object_GetType_m88164663(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); G_B5_0 = L_19; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_0069: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (RuntimeObject *)G_B5_0); ObjectU5BU5D_t2843939325* L_20 = G_B5_3; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral598347759); (L_20)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral598347759); ObjectU5BU5D_t2843939325* L_21 = L_20; FieldInfo_t * L_22 = __this->get_field_0(); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(5), (RuntimeObject *)L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m2971454694(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); int32_t L_24 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, G_B5_4, L_23, /*hidden argument*/NULL); return L_24; } IL_0086: { ObjectTranslator_t2020767555 * L_25 = V_0; intptr_t L_26 = ___L0; FieldInfo_t * L_27 = __this->get_field_0(); NullCheck(L_27); Type_t * L_28 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_27); NullCheck(L_25); RuntimeObject * L_29 = ObjectTranslator_GetObject_m805173647(L_25, L_26, 2, L_28, /*hidden argument*/NULL); V_2 = L_29; FieldInfo_t * L_30 = __this->get_field_0(); NullCheck(L_30); Type_t * L_31 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_30); bool L_32 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0116; } } { FieldInfo_t * L_33 = __this->get_field_0(); NullCheck(L_33); Type_t * L_34 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_33); Type_t * L_35 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); if (L_35) { goto IL_0116; } } { RuntimeObject * L_36 = V_2; if (L_36) { goto IL_0116; } } { intptr_t L_37 = ___L0; ObjectU5BU5D_t2843939325* L_38 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); Type_t * L_39 = __this->get_type_1(); NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_39); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_40); (L_38)->SetAt(static_cast(0), (RuntimeObject *)L_40); ObjectU5BU5D_t2843939325* L_41 = L_38; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteral3452614530); (L_41)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614530); ObjectU5BU5D_t2843939325* L_42 = L_41; FieldInfo_t * L_43 = __this->get_field_0(); NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_43); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_44); (L_42)->SetAt(static_cast(2), (RuntimeObject *)L_44); ObjectU5BU5D_t2843939325* L_45 = L_42; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral2587108928); (L_45)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral2587108928); ObjectU5BU5D_t2843939325* L_46 = L_45; FieldInfo_t * L_47 = __this->get_field_0(); NullCheck(L_47); Type_t * L_48 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_47); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_48); (L_46)->SetAt(static_cast(4), (RuntimeObject *)L_48); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_49 = String_Concat_m2971454694(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); int32_t L_50 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_37, L_49, /*hidden argument*/NULL); return L_50; } IL_0116: { FieldInfo_t * L_51 = __this->get_field_0(); RuntimeObject * L_52 = V_1; RuntimeObject * L_53 = V_2; NullCheck(L_51); FieldInfo_SetValue_m2460171138(L_51, L_52, L_53, /*hidden argument*/NULL); Type_t * L_54 = __this->get_type_1(); bool L_55 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_013c; } } { ObjectTranslator_t2020767555 * L_56 = V_0; intptr_t L_57 = ___L0; RuntimeObject * L_58 = V_1; NullCheck(L_56); ObjectTranslator_Update_m3437872166(L_56, L_57, 1, L_58, /*hidden argument*/NULL); } IL_013c: { return 0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.Utils/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenItemGetterU3Ec__AnonStorey3__ctor_m1364592953 (U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.Utils/c__AnonStorey3::<>m__0(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CgenItemGetterU3Ec__AnonStorey3_U3CU3Em__0_m664662569 (U3CgenItemGetterU3Ec__AnonStorey3_t2586604495 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenItemGetterU3Ec__AnonStorey3_U3CU3Em__0_m664662569_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; PropertyInfo_t * V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject * V_5 = NULL; int32_t V_6 = 0; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B4_0 = 0; ObjectU5BU5D_t2843939325* G_B4_1 = NULL; ObjectU5BU5D_t2843939325* G_B4_2 = NULL; intptr_t G_B4_3; memset(&G_B4_3, 0, sizeof(G_B4_3)); int32_t G_B3_0 = 0; ObjectU5BU5D_t2843939325* G_B3_1 = NULL; ObjectU5BU5D_t2843939325* G_B3_2 = NULL; intptr_t G_B3_3; memset(&G_B3_3, 0, sizeof(G_B3_3)); String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_t2843939325* G_B5_2 = NULL; ObjectU5BU5D_t2843939325* G_B5_3 = NULL; intptr_t G_B5_4; memset(&G_B5_4, 0, sizeof(G_B5_4)); { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject * L_6 = V_1; if (!L_6) { goto IL_002c; } } { Type_t * L_7 = __this->get_type_0(); RuntimeObject * L_8 = V_1; NullCheck(L_7); bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(46 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_7, L_8); if (L_9) { goto IL_008d; } } IL_002c: { intptr_t L_10 = ___L0; ObjectU5BU5D_t2843939325* L_11 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral1933225876); (L_11)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1933225876); ObjectU5BU5D_t2843939325* L_12 = L_11; Type_t * L_13 = __this->get_type_0(); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral1817135841); (L_14)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1817135841); ObjectU5BU5D_t2843939325* L_15 = L_14; RuntimeObject * L_16 = V_1; G_B3_0 = 3; G_B3_1 = L_15; G_B3_2 = L_15; G_B3_3 = L_10; if (L_16) { G_B4_0 = 3; G_B4_1 = L_15; G_B4_2 = L_15; G_B4_3 = L_10; goto IL_005e; } } { G_B5_0 = _stringLiteral1202628576; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_0069; } IL_005e: { RuntimeObject * L_17 = V_1; NullCheck(L_17); Type_t * L_18 = Object_GetType_m88164663(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); G_B5_0 = L_19; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_0069: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (RuntimeObject *)G_B5_0); ObjectU5BU5D_t2843939325* L_20 = G_B5_3; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral4164858723); (L_20)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral4164858723); ObjectU5BU5D_t2843939325* L_21 = L_20; PropertyInfoU5BU5D_t1461822886* L_22 = __this->get_props_1(); NullCheck(L_22); int32_t L_23 = 0; PropertyInfo_t * L_24 = (L_22)->GetAt(static_cast(L_23)); NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_24); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(5), (RuntimeObject *)L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m2971454694(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); int32_t L_27 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, G_B5_4, L_26, /*hidden argument*/NULL); return L_27; } IL_008d: { V_2 = 0; goto IL_0159; } IL_0094: { ObjectTranslator_t2020767555 * L_28 = V_0; intptr_t L_29 = ___L0; TypeU5BU5D_t3940880105* L_30 = __this->get_params_type_2(); int32_t L_31 = V_2; NullCheck(L_30); int32_t L_32 = L_31; Type_t * L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_28); bool L_34 = ObjectTranslator_Assignable_m475717339(L_28, L_29, 2, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00ae; } } { goto IL_0155; } IL_00ae: { PropertyInfoU5BU5D_t1461822886* L_35 = __this->get_props_1(); int32_t L_36 = V_2; NullCheck(L_35); int32_t L_37 = L_36; PropertyInfo_t * L_38 = (L_35)->GetAt(static_cast(L_37)); V_3 = L_38; } IL_00b7: try { // begin try (depth: 1) ObjectTranslator_t2020767555 * L_39 = V_0; intptr_t L_40 = ___L0; TypeU5BU5D_t3940880105* L_41 = __this->get_params_type_2(); int32_t L_42 = V_2; NullCheck(L_41); int32_t L_43 = L_42; Type_t * L_44 = (L_41)->GetAt(static_cast(L_43)); NullCheck(L_39); RuntimeObject * L_45 = ObjectTranslator_GetObject_m805173647(L_39, L_40, 2, L_44, /*hidden argument*/NULL); V_4 = L_45; ObjectU5BU5D_t2843939325* L_46 = __this->get_arg_3(); RuntimeObject * L_47 = V_4; NullCheck(L_46); ArrayElementTypeCheck (L_46, L_47); (L_46)->SetAt(static_cast(0), (RuntimeObject *)L_47); PropertyInfo_t * L_48 = V_3; RuntimeObject * L_49 = V_1; ObjectU5BU5D_t2843939325* L_50 = __this->get_arg_3(); NullCheck(L_48); RuntimeObject * L_51 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(25 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_48, L_49, L_50); V_5 = L_51; intptr_t L_52 = ___L0; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_52, (bool)1, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_53 = V_0; intptr_t L_54 = ___L0; RuntimeObject * L_55 = V_5; NullCheck(L_53); ObjectTranslator_PushAny_m2595410231(L_53, L_54, L_55, /*hidden argument*/NULL); V_6 = 2; goto IL_0170; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00fa; throw e; } CATCH_00fa: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); intptr_t L_56 = ___L0; ObjectU5BU5D_t2843939325* L_57 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)8)); NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral2144799310); (L_57)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2144799310); ObjectU5BU5D_t2843939325* L_58 = L_57; Type_t * L_59 = __this->get_type_0(); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_59); (L_58)->SetAt(static_cast(1), (RuntimeObject *)L_59); ObjectU5BU5D_t2843939325* L_60 = L_58; NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteral3452614530); (L_60)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614530); ObjectU5BU5D_t2843939325* L_61 = L_60; PropertyInfo_t * L_62 = V_3; NullCheck(L_62); String_t* L_63 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_62); NullCheck(L_61); ArrayElementTypeCheck (L_61, L_63); (L_61)->SetAt(static_cast(3), (RuntimeObject *)L_63); ObjectU5BU5D_t2843939325* L_64 = L_61; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral1127288578); (L_64)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral1127288578); ObjectU5BU5D_t2843939325* L_65 = L_64; Exception_t * L_66 = V_7; NullCheck(L_65); ArrayElementTypeCheck (L_65, L_66); (L_65)->SetAt(static_cast(5), (RuntimeObject *)L_66); ObjectU5BU5D_t2843939325* L_67 = L_65; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral4253019905); (L_67)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral4253019905); ObjectU5BU5D_t2843939325* L_68 = L_67; Exception_t * L_69 = V_7; NullCheck(L_69); String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_69); NullCheck(L_68); ArrayElementTypeCheck (L_68, L_70); (L_68)->SetAt(static_cast(7), (RuntimeObject *)L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_71 = String_Concat_m2971454694(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); int32_t L_72 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_56, L_71, /*hidden argument*/NULL); V_6 = L_72; goto IL_0170; } // end catch (depth: 1) IL_0155: { int32_t L_73 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0159: { int32_t L_74 = V_2; PropertyInfoU5BU5D_t1461822886* L_75 = __this->get_props_1(); NullCheck(L_75); if ((((int32_t)L_74) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_75)->max_length))))))) { goto IL_0094; } } { intptr_t L_76 = ___L0; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_76, (bool)0, /*hidden argument*/NULL); return 1; } IL_0170: { int32_t L_77 = V_6; return L_77; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.Utils/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenItemSetterU3Ec__AnonStorey4__ctor_m3560433980 (U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.Utils/c__AnonStorey4::<>m__0(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CgenItemSetterU3Ec__AnonStorey4_U3CU3Em__0_m2319974695 (U3CgenItemSetterU3Ec__AnonStorey4_t4087281777 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenItemSetterU3Ec__AnonStorey4_U3CU3Em__0_m2319974695_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; PropertyInfo_t * V_3 = NULL; RuntimeObject * V_4 = NULL; int32_t V_5 = 0; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B4_0 = 0; ObjectU5BU5D_t2843939325* G_B4_1 = NULL; ObjectU5BU5D_t2843939325* G_B4_2 = NULL; intptr_t G_B4_3; memset(&G_B4_3, 0, sizeof(G_B4_3)); int32_t G_B3_0 = 0; ObjectU5BU5D_t2843939325* G_B3_1 = NULL; ObjectU5BU5D_t2843939325* G_B3_2 = NULL; intptr_t G_B3_3; memset(&G_B3_3, 0, sizeof(G_B3_3)); String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_t2843939325* G_B5_2 = NULL; ObjectU5BU5D_t2843939325* G_B5_3 = NULL; intptr_t G_B5_4; memset(&G_B5_4, 0, sizeof(G_B5_4)); { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject * L_6 = V_1; if (!L_6) { goto IL_002c; } } { Type_t * L_7 = __this->get_type_0(); RuntimeObject * L_8 = V_1; NullCheck(L_7); bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(46 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_7, L_8); if (L_9) { goto IL_008d; } } IL_002c: { intptr_t L_10 = ___L0; ObjectU5BU5D_t2843939325* L_11 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral1933225876); (L_11)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1933225876); ObjectU5BU5D_t2843939325* L_12 = L_11; Type_t * L_13 = __this->get_type_0(); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral1817135841); (L_14)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1817135841); ObjectU5BU5D_t2843939325* L_15 = L_14; RuntimeObject * L_16 = V_1; G_B3_0 = 3; G_B3_1 = L_15; G_B3_2 = L_15; G_B3_3 = L_10; if (L_16) { G_B4_0 = 3; G_B4_1 = L_15; G_B4_2 = L_15; G_B4_3 = L_10; goto IL_005e; } } { G_B5_0 = _stringLiteral1202628576; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_0069; } IL_005e: { RuntimeObject * L_17 = V_1; NullCheck(L_17); Type_t * L_18 = Object_GetType_m88164663(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); G_B5_0 = L_19; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_0069: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (RuntimeObject *)G_B5_0); ObjectU5BU5D_t2843939325* L_20 = G_B5_3; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral4164846775); (L_20)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral4164846775); ObjectU5BU5D_t2843939325* L_21 = L_20; PropertyInfoU5BU5D_t1461822886* L_22 = __this->get_props_1(); NullCheck(L_22); int32_t L_23 = 0; PropertyInfo_t * L_24 = (L_22)->GetAt(static_cast(L_23)); NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_24); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(5), (RuntimeObject *)L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m2971454694(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); int32_t L_27 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, G_B5_4, L_26, /*hidden argument*/NULL); return L_27; } IL_008d: { V_2 = 0; goto IL_01ab; } IL_0094: { ObjectTranslator_t2020767555 * L_28 = V_0; intptr_t L_29 = ___L0; TypeU5BU5D_t3940880105* L_30 = __this->get_params_type_2(); int32_t L_31 = V_2; NullCheck(L_30); int32_t L_32 = L_31; Type_t * L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_28); bool L_34 = ObjectTranslator_Assignable_m475717339(L_28, L_29, 2, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00ae; } } { goto IL_01a7; } IL_00ae: { PropertyInfoU5BU5D_t1461822886* L_35 = __this->get_props_1(); int32_t L_36 = V_2; NullCheck(L_35); int32_t L_37 = L_36; PropertyInfo_t * L_38 = (L_35)->GetAt(static_cast(L_37)); V_3 = L_38; } IL_00b7: try { // begin try (depth: 1) { ObjectU5BU5D_t2843939325* L_39 = __this->get_arg_3(); ObjectTranslator_t2020767555 * L_40 = V_0; intptr_t L_41 = ___L0; TypeU5BU5D_t3940880105* L_42 = __this->get_params_type_2(); int32_t L_43 = V_2; NullCheck(L_42); int32_t L_44 = L_43; Type_t * L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck(L_40); RuntimeObject * L_46 = ObjectTranslator_GetObject_m805173647(L_40, L_41, 2, L_45, /*hidden argument*/NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_46); (L_39)->SetAt(static_cast(0), (RuntimeObject *)L_46); ObjectTranslator_t2020767555 * L_47 = V_0; intptr_t L_48 = ___L0; PropertyInfo_t * L_49 = V_3; NullCheck(L_49); Type_t * L_50 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_49); NullCheck(L_47); RuntimeObject * L_51 = ObjectTranslator_GetObject_m805173647(L_47, L_48, 3, L_50, /*hidden argument*/NULL); V_4 = L_51; RuntimeObject * L_52 = V_4; if (L_52) { goto IL_012e; } } IL_00e6: { intptr_t L_53 = ___L0; ObjectU5BU5D_t2843939325* L_54 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); Type_t * L_55 = __this->get_type_0(); NullCheck(L_55); String_t* L_56 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_55); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_56); (L_54)->SetAt(static_cast(0), (RuntimeObject *)L_56); ObjectU5BU5D_t2843939325* L_57 = L_54; NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral3452614530); (L_57)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614530); ObjectU5BU5D_t2843939325* L_58 = L_57; PropertyInfo_t * L_59 = V_3; NullCheck(L_59); String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_59); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_60); (L_58)->SetAt(static_cast(2), (RuntimeObject *)L_60); ObjectU5BU5D_t2843939325* L_61 = L_58; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral2587108928); (L_61)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral2587108928); ObjectU5BU5D_t2843939325* L_62 = L_61; PropertyInfo_t * L_63 = V_3; NullCheck(L_63); Type_t * L_64 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_63); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_64); (L_62)->SetAt(static_cast(4), (RuntimeObject *)L_64); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = String_Concat_m2971454694(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); int32_t L_66 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_53, L_65, /*hidden argument*/NULL); V_5 = L_66; goto IL_01c2; } IL_012e: { PropertyInfo_t * L_67 = V_3; RuntimeObject * L_68 = V_1; RuntimeObject * L_69 = V_4; ObjectU5BU5D_t2843939325* L_70 = __this->get_arg_3(); NullCheck(L_67); VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(27 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, L_67, L_68, L_69, L_70); intptr_t L_71 = ___L0; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_71, (bool)1, /*hidden argument*/NULL); V_5 = 1; goto IL_01c2; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_014c; throw e; } CATCH_014c: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); intptr_t L_72 = ___L0; ObjectU5BU5D_t2843939325* L_73 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)8)); NullCheck(L_73); ArrayElementTypeCheck (L_73, _stringLiteral3751479886); (L_73)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3751479886); ObjectU5BU5D_t2843939325* L_74 = L_73; Type_t * L_75 = __this->get_type_0(); NullCheck(L_74); ArrayElementTypeCheck (L_74, L_75); (L_74)->SetAt(static_cast(1), (RuntimeObject *)L_75); ObjectU5BU5D_t2843939325* L_76 = L_74; NullCheck(L_76); ArrayElementTypeCheck (L_76, _stringLiteral3452614530); (L_76)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614530); ObjectU5BU5D_t2843939325* L_77 = L_76; PropertyInfo_t * L_78 = V_3; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_78); NullCheck(L_77); ArrayElementTypeCheck (L_77, L_79); (L_77)->SetAt(static_cast(3), (RuntimeObject *)L_79); ObjectU5BU5D_t2843939325* L_80 = L_77; NullCheck(L_80); ArrayElementTypeCheck (L_80, _stringLiteral1127288578); (L_80)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral1127288578); ObjectU5BU5D_t2843939325* L_81 = L_80; Exception_t * L_82 = V_6; NullCheck(L_81); ArrayElementTypeCheck (L_81, L_82); (L_81)->SetAt(static_cast(5), (RuntimeObject *)L_82); ObjectU5BU5D_t2843939325* L_83 = L_81; NullCheck(L_83); ArrayElementTypeCheck (L_83, _stringLiteral4253019905); (L_83)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral4253019905); ObjectU5BU5D_t2843939325* L_84 = L_83; Exception_t * L_85 = V_6; NullCheck(L_85); String_t* L_86 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_85); NullCheck(L_84); ArrayElementTypeCheck (L_84, L_86); (L_84)->SetAt(static_cast(7), (RuntimeObject *)L_86); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_87 = String_Concat_m2971454694(NULL /*static, unused*/, L_84, /*hidden argument*/NULL); int32_t L_88 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_72, L_87, /*hidden argument*/NULL); V_5 = L_88; goto IL_01c2; } // end catch (depth: 1) IL_01a7: { int32_t L_89 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_01ab: { int32_t L_90 = V_2; PropertyInfoU5BU5D_t1461822886* L_91 = __this->get_props_1(); NullCheck(L_91); if ((((int32_t)L_90) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_91)->max_length))))))) { goto IL_0094; } } { intptr_t L_92 = ___L0; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_92, (bool)0, /*hidden argument*/NULL); return 1; } IL_01c2: { int32_t L_93 = V_5; return L_93; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.Utils/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetAllTypesU3Ec__AnonStorey0__ctor_m672181357 (U3CGetAllTypesU3Ec__AnonStorey0_t174519252 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean XLua.Utils/c__AnonStorey0::<>m__0(System.Type) extern "C" IL2CPP_METHOD_ATTR bool U3CGetAllTypesU3Ec__AnonStorey0_U3CU3Em__0_m4036075637 (U3CGetAllTypesU3Ec__AnonStorey0_t174519252 * __this, Type_t * ___type0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_exclude_generic_definition_0(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = ___type0; bool L_2 = TypeExtensions_IsGenericTypeDefinition_m741157858(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_001a; } IL_0019: { G_B3_0 = 1; } IL_001a: { return (bool)G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.Utils/c__AnonStorey7::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLazyReflectionCallU3Ec__AnonStorey7__ctor_m367441424 (U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean XLua.Utils/c__AnonStorey7::<>m__0(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CLazyReflectionCallU3Ec__AnonStorey7_U3CU3Em__0_m1709817649 (U3CLazyReflectionCallU3Ec__AnonStorey7_t3206657173 * __this, MethodInfo_t * ___m0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CLazyReflectionCallU3Ec__AnonStorey7_U3CU3Em__0_m1709817649_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = ___m0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); String_t* L_2 = __this->get_memberName_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.Utils/c__AnonStorey6::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CmakeReflectionWrapU3Ec__AnonStorey6__ctor_m2821944495 (U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean XLua.Utils/c__AnonStorey6::<>m__0(System.Reflection.EventInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CmakeReflectionWrapU3Ec__AnonStorey6_U3CU3Em__0_m424908477 (U3CmakeReflectionWrapU3Ec__AnonStorey6_t3325522233 * __this, EventInfo_t * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CmakeReflectionWrapU3Ec__AnonStorey6_U3CU3Em__0_m424908477_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EventInfo_t * L_0 = ___e0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); String_t* L_2 = __this->get_fieldName_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.Utils/c__AnonStorey8::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CReflectionWrapU3Ec__AnonStorey8__ctor_m2261493888 (U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.Utils/c__AnonStorey8::<>m__0(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CReflectionWrapU3Ec__AnonStorey8_U3CU3Em__0_m3635280027 (U3CReflectionWrapU3Ec__AnonStorey8_t1185367866 * __this, intptr_t ___LL0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CReflectionWrapU3Ec__AnonStorey8_U3CU3Em__0_m3635280027_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___LL0; Type_t * L_1 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2785680330, L_1, /*hidden argument*/NULL); int32_t L_3 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: XLua.Utils/MethodKey extern "C" void MethodKey_t431904033_marshal_pinvoke(const MethodKey_t431904033& unmarshaled, MethodKey_t431904033_marshaled_pinvoke& marshaled) { marshaled.___Name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_Name_0()); marshaled.___IsStatic_1 = static_cast(unmarshaled.get_IsStatic_1()); } extern "C" void MethodKey_t431904033_marshal_pinvoke_back(const MethodKey_t431904033_marshaled_pinvoke& marshaled, MethodKey_t431904033& unmarshaled) { unmarshaled.set_Name_0(il2cpp_codegen_marshal_string_result(marshaled.___Name_0)); bool unmarshaled_IsStatic_temp_1 = false; unmarshaled_IsStatic_temp_1 = static_cast(marshaled.___IsStatic_1); unmarshaled.set_IsStatic_1(unmarshaled_IsStatic_temp_1); } // Conversion method for clean up from marshalling of: XLua.Utils/MethodKey extern "C" void MethodKey_t431904033_marshal_pinvoke_cleanup(MethodKey_t431904033_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___Name_0); marshaled.___Name_0 = NULL; } // Conversion methods for marshalling of: XLua.Utils/MethodKey extern "C" void MethodKey_t431904033_marshal_com(const MethodKey_t431904033& unmarshaled, MethodKey_t431904033_marshaled_com& marshaled) { marshaled.___Name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_Name_0()); marshaled.___IsStatic_1 = static_cast(unmarshaled.get_IsStatic_1()); } extern "C" void MethodKey_t431904033_marshal_com_back(const MethodKey_t431904033_marshaled_com& marshaled, MethodKey_t431904033& unmarshaled) { unmarshaled.set_Name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___Name_0)); bool unmarshaled_IsStatic_temp_1 = false; unmarshaled_IsStatic_temp_1 = static_cast(marshaled.___IsStatic_1); unmarshaled.set_IsStatic_1(unmarshaled_IsStatic_temp_1); } // Conversion method for clean up from marshalling of: XLua.Utils/MethodKey extern "C" void MethodKey_t431904033_marshal_com_cleanup(MethodKey_t431904033_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___Name_0); marshaled.___Name_0 = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.ArrayAccess::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ArrayAccess__ctor_m3116420301 (ArrayAccess_t1010732446 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLuaTest.ArrayAccess::Invoke(System.Array) extern "C" IL2CPP_METHOD_ATTR void ArrayAccess_Invoke_m3929061164 (ArrayAccess_t1010732446 * __this, RuntimeArray * ___arr0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ArrayAccess_Invoke_m3929061164((ArrayAccess_t1010732446 *)__this->get_prev_9(), ___arr0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeArray *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___arr0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeArray *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___arr0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeArray * >::Invoke(targetMethod, targetThis, ___arr0); else GenericVirtActionInvoker1< RuntimeArray * >::Invoke(targetMethod, targetThis, ___arr0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeArray * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arr0); else VirtActionInvoker1< RuntimeArray * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arr0); } } else { typedef void (*FunctionPointerType) (void*, RuntimeArray *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arr0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___arr0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___arr0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arr0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arr0); } } else { typedef void (*FunctionPointerType) (RuntimeArray *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arr0, targetMethod); } } } } // System.IAsyncResult XLuaTest.ArrayAccess::BeginInvoke(System.Array,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayAccess_BeginInvoke_m2717198382 (ArrayAccess_t1010732446 * __this, RuntimeArray * ___arr0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___arr0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void XLuaTest.ArrayAccess::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ArrayAccess_EndInvoke_m343412089 (ArrayAccess_t1010732446 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.AsyncTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void AsyncTest__ctor_m1788775416 (AsyncTest_t3083640661 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.AsyncTest::Start() extern "C" IL2CPP_METHOD_ATTR void AsyncTest_Start_m1746226812 (AsyncTest_t3083640661 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncTest_Start_m1746226812_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); __this->set_luaenv_2(L_0); LuaEnv_t2152703515 * L_1 = __this->get_luaenv_2(); NullCheck(L_1); LuaEnv_DoString_m3000008709(L_1, _stringLiteral3754941942, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.AsyncTest::Update() extern "C" IL2CPP_METHOD_ATTR void AsyncTest_Update_m1538224890 (AsyncTest_t3083640661 * __this, const RuntimeMethod* method) { { LuaEnv_t2152703515 * L_0 = __this->get_luaenv_2(); if (!L_0) { goto IL_0016; } } { LuaEnv_t2152703515 * L_1 = __this->get_luaenv_2(); NullCheck(L_1); LuaEnv_Tick_m587394023(L_1, /*hidden argument*/NULL); } IL_0016: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.BaseTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseTest__ctor_m3333312667 (BaseTest_t14152542 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseTest__ctor_m3333312667_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BaseTestBase_1__ctor_m720456189(__this, /*hidden argument*/BaseTestBase_1__ctor_m720456189_RuntimeMethod_var); return; } } // System.Void XLuaTest.BaseTest::Foo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BaseTest_Foo_m1631752456 (BaseTest_t14152542 * __this, int32_t ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseTest_Foo_m1631752456_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___p0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3262979933, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.BaseTest::Proxy(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BaseTest_Proxy_m1395044023 (BaseTest_t14152542 * __this, int32_t ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseTest_Proxy_m1395044023_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___p0; BaseTestBase_1_Foo_m2784975000(__this, L_0, /*hidden argument*/BaseTestBase_1_Foo_m2784975000_RuntimeMethod_var); return; } } // System.String XLuaTest.BaseTest::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* BaseTest_ToString_m1132643284 (BaseTest_t14152542 * __this, const RuntimeMethod* method) { { String_t* L_0 = Object_ToString_m1740002499(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.BaseTestHelper::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseTestHelper__ctor_m940591988 (BaseTestHelper_t112367212 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.Coroutine_Runner::.ctor() extern "C" IL2CPP_METHOD_ATTR void Coroutine_Runner__ctor_m2075414424 (Coroutine_Runner_t2531114070 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 XLuaTest.CoroutineConfig::get_LuaCallCSharp() extern "C" IL2CPP_METHOD_ATTR List_1_t3956019502 * CoroutineConfig_get_LuaCallCSharp_m1453632443 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoroutineConfig_get_LuaCallCSharp_m1453632443_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3956019502 * V_0 = NULL; { List_1_t3956019502 * L_0 = (List_1_t3956019502 *)il2cpp_codegen_object_new(List_1_t3956019502_il2cpp_TypeInfo_var); List_1__ctor_m3073166008(L_0, /*hidden argument*/List_1__ctor_m3073166008_RuntimeMethod_var); V_0 = L_0; List_1_t3956019502 * L_1 = V_0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (WaitForSeconds_t1699091251_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); List_1_Add_m576010208(L_1, L_3, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_4 = V_0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (WWW_t3688466362_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); List_1_Add_m576010208(L_4, L_6, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.CoroutineTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void CoroutineTest__ctor_m3104291779 (CoroutineTest_t2019281894 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.CoroutineTest::Start() extern "C" IL2CPP_METHOD_ATTR void CoroutineTest_Start_m1491391237 (CoroutineTest_t2019281894 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoroutineTest_Start_m1491391237_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); __this->set_luaenv_2(L_0); LuaEnv_t2152703515 * L_1 = __this->get_luaenv_2(); NullCheck(L_1); LuaEnv_DoString_m3000008709(L_1, _stringLiteral3755145962, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.CoroutineTest::Update() extern "C" IL2CPP_METHOD_ATTR void CoroutineTest_Update_m3903837775 (CoroutineTest_t2019281894 * __this, const RuntimeMethod* method) { { LuaEnv_t2152703515 * L_0 = __this->get_luaenv_2(); if (!L_0) { goto IL_0016; } } { LuaEnv_t2152703515 * L_1 = __this->get_luaenv_2(); NullCheck(L_1); LuaEnv_Tick_m587394023(L_1, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void XLuaTest.CoroutineTest::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CoroutineTest_OnDestroy_m947710884 (CoroutineTest_t2019281894 * __this, const RuntimeMethod* method) { { LuaEnv_t2152703515 * L_0 = __this->get_luaenv_2(); NullCheck(L_0); LuaEnv_Dispose_m135176068(L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" MyStruct_t514849583 DelegatePInvokeWrapper_CustomValueTypeParam_t1524517362 (CustomValueTypeParam_t1524517362 * __this, MyStruct_t514849583 ___p0, const RuntimeMethod* method) { typedef MyStruct_t514849583 (DEFAULT_CALL *PInvokeFunc)(MyStruct_t514849583 ); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation MyStruct_t514849583 returnValue = il2cppPInvokeFunc(___p0); return returnValue; } // System.Void XLuaTest.CustomValueTypeParam::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CustomValueTypeParam__ctor_m3838340361 (CustomValueTypeParam_t1524517362 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // XLuaTest.MyStruct XLuaTest.CustomValueTypeParam::Invoke(XLuaTest.MyStruct) extern "C" IL2CPP_METHOD_ATTR MyStruct_t514849583 CustomValueTypeParam_Invoke_m3343515610 (CustomValueTypeParam_t1524517362 * __this, MyStruct_t514849583 ___p0, const RuntimeMethod* method) { MyStruct_t514849583 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { CustomValueTypeParam_Invoke_m3343515610((CustomValueTypeParam_t1524517362 *)__this->get_prev_9(), ___p0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef MyStruct_t514849583 (*FunctionPointerType) (RuntimeObject *, MyStruct_t514849583 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___p0, targetMethod); } } else { // closed { typedef MyStruct_t514849583 (*FunctionPointerType) (RuntimeObject *, void*, MyStruct_t514849583 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___p0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< MyStruct_t514849583 , MyStruct_t514849583 >::Invoke(targetMethod, targetThis, ___p0); else result = GenericVirtFuncInvoker1< MyStruct_t514849583 , MyStruct_t514849583 >::Invoke(targetMethod, targetThis, ___p0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< MyStruct_t514849583 , MyStruct_t514849583 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___p0); else result = VirtFuncInvoker1< MyStruct_t514849583 , MyStruct_t514849583 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___p0); } } else { typedef MyStruct_t514849583 (*FunctionPointerType) (void*, MyStruct_t514849583 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___p0, targetMethod); } } } return result; } // System.IAsyncResult XLuaTest.CustomValueTypeParam::BeginInvoke(XLuaTest.MyStruct,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomValueTypeParam_BeginInvoke_m528198297 (CustomValueTypeParam_t1524517362 * __this, MyStruct_t514849583 ___p0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomValueTypeParam_BeginInvoke_m528198297_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(MyStruct_t514849583_il2cpp_TypeInfo_var, &___p0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // XLuaTest.MyStruct XLuaTest.CustomValueTypeParam::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR MyStruct_t514849583 CustomValueTypeParam_EndInvoke_m3982759692 (CustomValueTypeParam_t1524517362 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(MyStruct_t514849583 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" Decimal_t2948259380 DelegatePInvokeWrapper_DecimalParam_t4056261327 (DecimalParam_t4056261327 * __this, Decimal_t2948259380 ___p0, const RuntimeMethod* method) { typedef Decimal_t2948259380 (DEFAULT_CALL *PInvokeFunc)(Decimal_t2948259380 ); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation Decimal_t2948259380 returnValue = il2cppPInvokeFunc(___p0); return returnValue; } // System.Void XLuaTest.DecimalParam::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DecimalParam__ctor_m1658855414 (DecimalParam_t4056261327 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Decimal XLuaTest.DecimalParam::Invoke(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 DecimalParam_Invoke_m439513904 (DecimalParam_t4056261327 * __this, Decimal_t2948259380 ___p0, const RuntimeMethod* method) { Decimal_t2948259380 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { DecimalParam_Invoke_m439513904((DecimalParam_t4056261327 *)__this->get_prev_9(), ___p0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef Decimal_t2948259380 (*FunctionPointerType) (RuntimeObject *, Decimal_t2948259380 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___p0, targetMethod); } } else { // closed { typedef Decimal_t2948259380 (*FunctionPointerType) (RuntimeObject *, void*, Decimal_t2948259380 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___p0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< Decimal_t2948259380 , Decimal_t2948259380 >::Invoke(targetMethod, targetThis, ___p0); else result = GenericVirtFuncInvoker1< Decimal_t2948259380 , Decimal_t2948259380 >::Invoke(targetMethod, targetThis, ___p0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Decimal_t2948259380 , Decimal_t2948259380 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___p0); else result = VirtFuncInvoker1< Decimal_t2948259380 , Decimal_t2948259380 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___p0); } } else { typedef Decimal_t2948259380 (*FunctionPointerType) (void*, Decimal_t2948259380 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___p0, targetMethod); } } } return result; } // System.IAsyncResult XLuaTest.DecimalParam::BeginInvoke(System.Decimal,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DecimalParam_BeginInvoke_m2195145383 (DecimalParam_t4056261327 * __this, Decimal_t2948259380 ___p0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DecimalParam_BeginInvoke_m2195145383_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &___p0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Decimal XLuaTest.DecimalParam::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 DecimalParam_EndInvoke_m2837628497 (DecimalParam_t4056261327 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Decimal_t2948259380 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DelegatePInvokeWrapper_EnumParam_t1711860956 (EnumParam_t1711860956 * __this, int32_t ___p0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___p0); return returnValue; } // System.Void XLuaTest.EnumParam::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EnumParam__ctor_m1375771229 (EnumParam_t1711860956 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // XLuaTest.MyEnum XLuaTest.EnumParam::Invoke(XLuaTest.MyEnum) extern "C" IL2CPP_METHOD_ATTR int32_t EnumParam_Invoke_m575303459 (EnumParam_t1711860956 * __this, int32_t ___p0, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { EnumParam_Invoke_m575303459((EnumParam_t1711860956 *)__this->get_prev_9(), ___p0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef int32_t (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___p0, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___p0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___p0); else result = GenericVirtFuncInvoker1< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___p0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___p0); else result = VirtFuncInvoker1< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___p0); } } else { typedef int32_t (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___p0, targetMethod); } } } return result; } // System.IAsyncResult XLuaTest.EnumParam::BeginInvoke(XLuaTest.MyEnum,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EnumParam_BeginInvoke_m2590779928 (EnumParam_t1711860956 * __this, int32_t ___p0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumParam_BeginInvoke_m2590779928_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(MyEnum_t4134377632_il2cpp_TypeInfo_var, &___p0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // XLuaTest.MyEnum XLuaTest.EnumParam::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t EnumParam_EndInvoke_m756677545 (EnumParam_t1711860956 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.Foo::.ctor() extern "C" IL2CPP_METHOD_ATTR void Foo__ctor_m2833395212 (Foo_t3658800796 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.Foo1Child::.ctor() extern "C" IL2CPP_METHOD_ATTR void Foo1Child__ctor_m405900336 (Foo1Child_t2094589935 * __this, const RuntimeMethod* method) { { Foo1Parent__ctor_m1971285696(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.Foo1Parent::.ctor() extern "C" IL2CPP_METHOD_ATTR void Foo1Parent__ctor_m1971285696 (Foo1Parent_t2989525798 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.Foo2Child::.ctor() extern "C" IL2CPP_METHOD_ATTR void Foo2Child__ctor_m406145297 (Foo2Child_t2094589966 * __this, const RuntimeMethod* method) { { Foo2Parent__ctor_m1971532557(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.Foo2Parent::.ctor() extern "C" IL2CPP_METHOD_ATTR void Foo2Parent__ctor_m1971532557 (Foo2Parent_t2989525831 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.FooExtension::PlainExtension(XLuaTest.Foo1Parent) extern "C" IL2CPP_METHOD_ATTR void FooExtension_PlainExtension_m1379204366 (RuntimeObject * __this /* static, unused */, Foo1Parent_t2989525798 * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FooExtension_PlainExtension_m1379204366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2925292955, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.GenericMethodExample::.ctor() extern "C" IL2CPP_METHOD_ATTR void GenericMethodExample__ctor_m205932451 (GenericMethodExample_t2620225255 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.GenericMethodExample::Start() extern "C" IL2CPP_METHOD_ATTR void GenericMethodExample_Start_m159069341 (GenericMethodExample_t2620225255 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericMethodExample_Start_m159069341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); __this->set_env_3(L_0); LuaEnv_t2152703515 * L_1 = __this->get_env_3(); NullCheck(L_1); LuaEnv_DoString_m3000008709(L_1, _stringLiteral797718462, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.GenericMethodExample::Update() extern "C" IL2CPP_METHOD_ATTR void GenericMethodExample_Update_m1632104269 (GenericMethodExample_t2620225255 * __this, const RuntimeMethod* method) { { LuaEnv_t2152703515 * L_0 = __this->get_env_3(); if (!L_0) { goto IL_0016; } } { LuaEnv_t2152703515 * L_1 = __this->get_env_3(); NullCheck(L_1); LuaEnv_Tick_m587394023(L_1, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void XLuaTest.GenericMethodExample::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void GenericMethodExample_OnDestroy_m1747312827 (GenericMethodExample_t2620225255 * __this, const RuntimeMethod* method) { { LuaEnv_t2152703515 * L_0 = __this->get_env_3(); NullCheck(L_0); LuaEnv_Dispose_m135176068(L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.Helloworld::.ctor() extern "C" IL2CPP_METHOD_ATTR void Helloworld__ctor_m1413185580 (Helloworld_t1975552898 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.Helloworld::Start() extern "C" IL2CPP_METHOD_ATTR void Helloworld_Start_m651947692 (Helloworld_t1975552898 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Helloworld_Start_m651947692_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaEnv_t2152703515 * V_0 = NULL; { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); V_0 = L_0; LuaEnv_t2152703515 * L_1 = V_0; NullCheck(L_1); LuaEnv_DoString_m3000008709(L_1, _stringLiteral2297970365, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_2 = V_0; NullCheck(L_2); LuaEnv_Dispose_m135176068(L_2, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.Helloworld::Update() extern "C" IL2CPP_METHOD_ATTR void Helloworld_Update_m4094271002 (Helloworld_t1975552898 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.HotfixCalc::.ctor() extern "C" IL2CPP_METHOD_ATTR void HotfixCalc__ctor_m2165210698 (HotfixCalc_t3327167615 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLuaTest.HotfixCalc::Add(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_Add_m2293305643 (HotfixCalc_t3327167615 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { { int32_t L_0 = ___a0; int32_t L_1 = ___b1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); } } // UnityEngine.Vector3 XLuaTest.HotfixCalc::Add(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 HotfixCalc_Add_m4020185810 (HotfixCalc_t3327167615 * __this, Vector3_t3722313464 ___a0, Vector3_t3722313464 ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixCalc_Add_m4020185810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector3_t3722313464 L_0 = ___a0; Vector3_t3722313464 L_1 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 XLuaTest.HotfixCalc::TestOut(System.Int32,System.Double&,System.String&) extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_TestOut_m1082459584 (HotfixCalc_t3327167615 * __this, int32_t ___a0, double* ___b1, String_t** ___c2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixCalc_TestOut_m1082459584_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double* L_0 = ___b1; int32_t L_1 = ___a0; *((double*)(L_0)) = (double)(((double)((double)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)2))))); String_t** L_2 = ___c2; *((RuntimeObject **)(L_2)) = (RuntimeObject *)_stringLiteral1007762511; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)_stringLiteral1007762511); int32_t L_3 = ___a0; return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)3)); } } // System.Int32 XLuaTest.HotfixCalc::TestOut(System.Int32,System.Double&,System.String&,UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR int32_t HotfixCalc_TestOut_m700851514 (HotfixCalc_t3327167615 * __this, int32_t ___a0, double* ___b1, String_t** ___c2, GameObject_t1113636619 * ___go3, const RuntimeMethod* method) { { int32_t L_0 = ___a0; double* L_1 = ___b1; String_t** L_2 = ___c2; int32_t L_3 = HotfixCalc_TestOut_m1082459584(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.HotfixTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void HotfixTest__ctor_m2873047834 (HotfixTest_t1898123918 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixTest__ctor_m2873047834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); __this->set_luaenv_2(L_0); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.HotfixTest::Start() extern "C" IL2CPP_METHOD_ATTR void HotfixTest_Start_m3693154952 (HotfixTest_t1898123918 * __this, const RuntimeMethod* method) { { return; } } // System.Void XLuaTest.HotfixTest::Update() extern "C" IL2CPP_METHOD_ATTR void HotfixTest_Update_m1740934987 (HotfixTest_t1898123918 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixTest_Update_m1740934987_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_tick_3(); int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); V_0 = L_1; __this->set_tick_3(L_1); int32_t L_2 = V_0; if (((int32_t)((int32_t)L_2%(int32_t)((int32_t)50)))) { goto IL_0033; } } { int32_t L_3 = __this->get_tick_3(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4034807086, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); } IL_0033: { return; } } // System.Void XLuaTest.HotfixTest::OnGUI() extern "C" IL2CPP_METHOD_ATTR void HotfixTest_OnGUI_m4249922689 (HotfixTest_t1898123918 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixTest_OnGUI_m4249922689_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; GUIStyle_t3956901511 * V_2 = NULL; { Rect_t2360479859 L_0; memset(&L_0, 0, sizeof(L_0)); Rect__ctor_m2614021312((&L_0), (10.0f), (10.0f), (300.0f), (80.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_t1624858472_il2cpp_TypeInfo_var); bool L_1 = GUI_Button_m1518979886(NULL /*static, unused*/, L_0, _stringLiteral2035663083, /*hidden argument*/NULL); if (!L_1) { goto IL_003f; } } { LuaEnv_t2152703515 * L_2 = __this->get_luaenv_2(); NullCheck(L_2); LuaEnv_DoString_m3000008709(L_2, _stringLiteral2553071797, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); } IL_003f: { V_0 = _stringLiteral2633279678; V_1 = _stringLiteral1477385763; IL2CPP_RUNTIME_CLASS_INIT(GUI_t1624858472_il2cpp_TypeInfo_var); GUISkin_t1244372282 * L_3 = GUI_get_skin_m1874615010(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); GUIStyle_t3956901511 * L_4 = GUISkin_get_textArea_m1928475264(L_3, /*hidden argument*/NULL); V_2 = L_4; GUIStyle_t3956901511 * L_5 = V_2; NullCheck(L_5); GUIStyleState_t1397964415 * L_6 = GUIStyle_get_normal_m729441812(L_5, /*hidden argument*/NULL); Color_t2555686324 L_7 = Color_get_red_m3227813939(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); GUIStyleState_set_textColor_m1105876047(L_6, L_7, /*hidden argument*/NULL); GUIStyle_t3956901511 * L_8 = V_2; NullCheck(L_8); GUIStyle_set_fontSize_m1566850023(L_8, ((int32_t)16), /*hidden argument*/NULL); Rect_t2360479859 L_9; memset(&L_9, 0, sizeof(L_9)); Rect__ctor_m2614021312((&L_9), (10.0f), (100.0f), (500.0f), (290.0f), /*hidden argument*/NULL); String_t* L_10 = V_0; GUIStyle_t3956901511 * L_11 = V_2; GUI_TextArea_m1436358762(NULL /*static, unused*/, L_9, L_10, L_11, /*hidden argument*/NULL); Rect_t2360479859 L_12; memset(&L_12, 0, sizeof(L_12)); Rect__ctor_m2614021312((&L_12), (10.0f), (400.0f), (500.0f), (290.0f), /*hidden argument*/NULL); String_t* L_13 = V_1; GUIStyle_t3956901511 * L_14 = V_2; GUI_TextArea_m1436358762(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.HotfixTest2::.ctor() extern "C" IL2CPP_METHOD_ATTR void HotfixTest2__ctor_m3830272165 (HotfixTest2_t1694306958 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.HotfixTest2::Start() extern "C" IL2CPP_METHOD_ATTR void HotfixTest2_Start_m4159160337 (HotfixTest2_t1694306958 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixTest2_Start_m4159160337_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaEnv_t2152703515 * V_0 = NULL; HotfixCalc_t3327167615 * V_1 = NULL; NoHotfixCalc_t3469869122 * V_2 = NULL; int32_t V_3 = 0; DateTime_t3738529785 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; double V_6 = 0.0; TimeSpan_t881159249 V_7; memset(&V_7, 0, sizeof(V_7)); int32_t V_8 = 0; double V_9 = 0.0; TimeSpan_t881159249 V_10; memset(&V_10, 0, sizeof(V_10)); double V_11 = 0.0; String_t* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; double V_15 = 0.0; String_t* V_16 = NULL; int32_t V_17 = 0; GenericClass_1_t2299288884 * V_18 = NULL; InnerTypeTest_t2823047998 * V_19 = NULL; StructTest_t3768119842 V_20; memset(&V_20, 0, sizeof(V_20)); GenericStruct_1_t3812679264 V_21; memset(&V_21, 0, sizeof(V_21)); LuaException_t1837158180 * V_22 = NULL; BaseTestBase_1_t477807715 * V_23 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); V_0 = L_0; HotfixCalc_t3327167615 * L_1 = (HotfixCalc_t3327167615 *)il2cpp_codegen_object_new(HotfixCalc_t3327167615_il2cpp_TypeInfo_var); HotfixCalc__ctor_m2165210698(L_1, /*hidden argument*/NULL); V_1 = L_1; NoHotfixCalc_t3469869122 * L_2 = (NoHotfixCalc_t3469869122 *)il2cpp_codegen_object_new(NoHotfixCalc_t3469869122_il2cpp_TypeInfo_var); NoHotfixCalc__ctor_m3379414175(L_2, /*hidden argument*/NULL); V_2 = L_2; V_3 = ((int32_t)100000000); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_3 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_3; V_5 = 0; goto IL_0036; } IL_0027: { HotfixCalc_t3327167615 * L_4 = V_1; NullCheck(L_4); HotfixCalc_Add_m2293305643(L_4, 2, 1, /*hidden argument*/NULL); int32_t L_5 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0036: { int32_t L_6 = V_5; int32_t L_7 = V_3; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_8 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_9 = V_4; TimeSpan_t881159249 L_10 = DateTime_op_Subtraction_m3579235380(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_7 = L_10; double L_11 = TimeSpan_get_TotalMilliseconds_m2429771311((&V_7), /*hidden argument*/NULL); V_6 = L_11; double L_12 = V_6; double L_13 = L_12; RuntimeObject * L_14 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1121817184, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); DateTime_t3738529785 L_16 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_16; V_8 = 0; goto IL_0089; } IL_007a: { NoHotfixCalc_t3469869122 * L_17 = V_2; NullCheck(L_17); NoHotfixCalc_Add_m2448951969(L_17, 2, 1, /*hidden argument*/NULL); int32_t L_18 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0089: { int32_t L_19 = V_8; int32_t L_20 = V_3; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_007a; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_21 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_22 = V_4; TimeSpan_t881159249 L_23 = DateTime_op_Subtraction_m3579235380(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_10 = L_23; double L_24 = TimeSpan_get_TotalMilliseconds_m2429771311((&V_10), /*hidden argument*/NULL); V_9 = L_24; double L_25 = V_9; double L_26 = L_25; RuntimeObject * L_27 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_26); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1678482623, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); double L_29 = V_6; double L_30 = V_9; double L_31 = V_6; double L_32 = ((double)((double)((double)il2cpp_codegen_subtract((double)L_29, (double)L_30))/(double)L_31)); RuntimeObject * L_33 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_32); String_t* L_34 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1931132427, L_33, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); HotfixCalc_t3327167615 * L_35 = V_1; NullCheck(L_35); int32_t L_36 = HotfixCalc_Add_m2293305643(L_35, 2, 1, /*hidden argument*/NULL); int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37); String_t* L_39 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2454887209, L_38, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); HotfixCalc_t3327167615 * L_40 = V_1; Vector3_t3722313464 L_41; memset(&L_41, 0, sizeof(L_41)); Vector3__ctor_m3353183577((&L_41), (2.0f), (3.0f), (4.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_42; memset(&L_42, 0, sizeof(L_42)); Vector3__ctor_m3353183577((&L_42), (1.0f), (2.0f), (3.0f), /*hidden argument*/NULL); NullCheck(L_40); Vector3_t3722313464 L_43 = HotfixCalc_Add_m4020185810(L_40, L_41, L_42, /*hidden argument*/NULL); Vector3_t3722313464 L_44 = L_43; RuntimeObject * L_45 = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &L_44); String_t* L_46 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2655982128, L_45, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_47 = V_0; NullCheck(L_47); LuaEnv_DoString_m3000008709(L_47, _stringLiteral843137578, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); HotfixCalc_t3327167615 * L_48 = V_1; NullCheck(L_48); int32_t L_49 = HotfixCalc_Add_m2293305643(L_48, 2, 1, /*hidden argument*/NULL); int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_50); String_t* L_52 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral536850711, L_51, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); HotfixCalc_t3327167615 * L_53 = V_1; Vector3_t3722313464 L_54; memset(&L_54, 0, sizeof(L_54)); Vector3__ctor_m3353183577((&L_54), (2.0f), (3.0f), (4.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_55; memset(&L_55, 0, sizeof(L_55)); Vector3__ctor_m3353183577((&L_55), (1.0f), (2.0f), (3.0f), /*hidden argument*/NULL); NullCheck(L_53); Vector3_t3722313464 L_56 = HotfixCalc_Add_m4020185810(L_53, L_54, L_55, /*hidden argument*/NULL); Vector3_t3722313464 L_57 = L_56; RuntimeObject * L_58 = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &L_57); String_t* L_59 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1175117573, L_58, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); V_12 = _stringLiteral3597915514; HotfixCalc_t3327167615 * L_60 = V_1; NullCheck(L_60); int32_t L_61 = HotfixCalc_TestOut_m1082459584(L_60, ((int32_t)100), (&V_11), (&V_12), /*hidden argument*/NULL); V_13 = L_61; ObjectU5BU5D_t2843939325* L_62 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral3825581461); (L_62)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3825581461); ObjectU5BU5D_t2843939325* L_63 = L_62; int32_t L_64 = V_13; int32_t L_65 = L_64; RuntimeObject * L_66 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_65); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_66); (L_63)->SetAt(static_cast(1), (RuntimeObject *)L_66); ObjectU5BU5D_t2843939325* L_67 = L_63; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral4043037622); (L_67)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral4043037622); ObjectU5BU5D_t2843939325* L_68 = L_67; double L_69 = V_11; double L_70 = L_69; RuntimeObject * L_71 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_70); NullCheck(L_68); ArrayElementTypeCheck (L_68, L_71); (L_68)->SetAt(static_cast(3), (RuntimeObject *)L_71); ObjectU5BU5D_t2843939325* L_72 = L_68; NullCheck(L_72); ArrayElementTypeCheck (L_72, _stringLiteral1867866758); (L_72)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral1867866758); ObjectU5BU5D_t2843939325* L_73 = L_72; String_t* L_74 = V_12; NullCheck(L_73); ArrayElementTypeCheck (L_73, L_74); (L_73)->SetAt(static_cast(5), (RuntimeObject *)L_74); String_t* L_75 = String_Concat_m2971454694(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_75, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_76 = V_0; NullCheck(L_76); LuaEnv_DoString_m3000008709(L_76, _stringLiteral1741966893, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); V_12 = _stringLiteral3597915514; HotfixCalc_t3327167615 * L_77 = V_1; NullCheck(L_77); int32_t L_78 = HotfixCalc_TestOut_m1082459584(L_77, ((int32_t)100), (&V_11), (&V_12), /*hidden argument*/NULL); V_13 = L_78; ObjectU5BU5D_t2843939325* L_79 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_79); ArrayElementTypeCheck (L_79, _stringLiteral3825581461); (L_79)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3825581461); ObjectU5BU5D_t2843939325* L_80 = L_79; int32_t L_81 = V_13; int32_t L_82 = L_81; RuntimeObject * L_83 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_82); NullCheck(L_80); ArrayElementTypeCheck (L_80, L_83); (L_80)->SetAt(static_cast(1), (RuntimeObject *)L_83); ObjectU5BU5D_t2843939325* L_84 = L_80; NullCheck(L_84); ArrayElementTypeCheck (L_84, _stringLiteral4043037622); (L_84)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral4043037622); ObjectU5BU5D_t2843939325* L_85 = L_84; double L_86 = V_11; double L_87 = L_86; RuntimeObject * L_88 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_87); NullCheck(L_85); ArrayElementTypeCheck (L_85, L_88); (L_85)->SetAt(static_cast(3), (RuntimeObject *)L_88); ObjectU5BU5D_t2843939325* L_89 = L_85; NullCheck(L_89); ArrayElementTypeCheck (L_89, _stringLiteral1867866758); (L_89)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral1867866758); ObjectU5BU5D_t2843939325* L_90 = L_89; String_t* L_91 = V_12; NullCheck(L_90); ArrayElementTypeCheck (L_90, L_91); (L_90)->SetAt(static_cast(5), (RuntimeObject *)L_91); String_t* L_92 = String_Concat_m2971454694(NULL /*static, unused*/, L_90, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_92, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_93 = V_0; NullCheck(L_93); LuaEnv_DoString_m3000008709(L_93, _stringLiteral3910625827, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); HotfixCalc_t3327167615 * L_94 = V_1; NullCheck(L_94); int32_t L_95 = HotfixCalc_Test1_TisInt32_t2950945753_m3480346607(L_94, /*hidden argument*/HotfixCalc_Test1_TisInt32_t2950945753_m3480346607_RuntimeMethod_var); V_14 = L_95; HotfixCalc_t3327167615 * L_96 = V_1; NullCheck(L_96); double L_97 = HotfixCalc_Test1_TisDouble_t594665363_m863247807(L_96, /*hidden argument*/HotfixCalc_Test1_TisDouble_t594665363_m863247807_RuntimeMethod_var); V_15 = L_97; ObjectU5BU5D_t2843939325* L_98 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_98); ArrayElementTypeCheck (L_98, _stringLiteral3881147334); (L_98)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3881147334); ObjectU5BU5D_t2843939325* L_99 = L_98; int32_t L_100 = V_14; int32_t L_101 = L_100; RuntimeObject * L_102 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_101); NullCheck(L_99); ArrayElementTypeCheck (L_99, L_102); (L_99)->SetAt(static_cast(1), (RuntimeObject *)L_102); ObjectU5BU5D_t2843939325* L_103 = L_99; NullCheck(L_103); ArrayElementTypeCheck (L_103, _stringLiteral2329821268); (L_103)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2329821268); ObjectU5BU5D_t2843939325* L_104 = L_103; double L_105 = V_15; double L_106 = L_105; RuntimeObject * L_107 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_106); NullCheck(L_104); ArrayElementTypeCheck (L_104, L_107); (L_104)->SetAt(static_cast(3), (RuntimeObject *)L_107); String_t* L_108 = String_Concat_m2971454694(NULL /*static, unused*/, L_104, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_108, /*hidden argument*/NULL); V_16 = _stringLiteral1172964358; HotfixCalc_t3327167615 * L_109 = V_1; int32_t L_110 = V_14; NullCheck(L_109); int32_t L_111 = HotfixCalc_Test2_TisInt32_t2950945753_TisDouble_t594665363_TisString_t_m2383560303(L_109, L_110, (&V_15), (&V_16), /*hidden argument*/HotfixCalc_Test2_TisInt32_t2950945753_TisDouble_t594665363_TisString_t_m2383560303_RuntimeMethod_var); V_17 = L_111; ObjectU5BU5D_t2843939325* L_112 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)8)); NullCheck(L_112); ArrayElementTypeCheck (L_112, _stringLiteral3881147334); (L_112)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3881147334); ObjectU5BU5D_t2843939325* L_113 = L_112; int32_t L_114 = V_14; int32_t L_115 = L_114; RuntimeObject * L_116 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_115); NullCheck(L_113); ArrayElementTypeCheck (L_113, L_116); (L_113)->SetAt(static_cast(1), (RuntimeObject *)L_116); ObjectU5BU5D_t2843939325* L_117 = L_113; NullCheck(L_117); ArrayElementTypeCheck (L_117, _stringLiteral2329821268); (L_117)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2329821268); ObjectU5BU5D_t2843939325* L_118 = L_117; double L_119 = V_15; double L_120 = L_119; RuntimeObject * L_121 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_120); NullCheck(L_118); ArrayElementTypeCheck (L_118, L_121); (L_118)->SetAt(static_cast(3), (RuntimeObject *)L_121); ObjectU5BU5D_t2843939325* L_122 = L_118; NullCheck(L_122); ArrayElementTypeCheck (L_122, _stringLiteral763737327); (L_122)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral763737327); ObjectU5BU5D_t2843939325* L_123 = L_122; int32_t L_124 = V_17; int32_t L_125 = L_124; RuntimeObject * L_126 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_125); NullCheck(L_123); ArrayElementTypeCheck (L_123, L_126); (L_123)->SetAt(static_cast(5), (RuntimeObject *)L_126); ObjectU5BU5D_t2843939325* L_127 = L_123; NullCheck(L_127); ArrayElementTypeCheck (L_127, _stringLiteral2208796207); (L_127)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral2208796207); ObjectU5BU5D_t2843939325* L_128 = L_127; String_t* L_129 = V_16; NullCheck(L_128); ArrayElementTypeCheck (L_128, L_129); (L_128)->SetAt(static_cast(7), (RuntimeObject *)L_129); String_t* L_130 = String_Concat_m2971454694(NULL /*static, unused*/, L_128, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_130, /*hidden argument*/NULL); int32_t L_131 = HotfixCalc_Test3_TisString_t_m2988221820(NULL /*static, unused*/, _stringLiteral2738505918, /*hidden argument*/HotfixCalc_Test3_TisString_t_m2988221820_RuntimeMethod_var); V_17 = L_131; int32_t L_132 = HotfixCalc_Test3_TisInt32_t2950945753_m358094845(NULL /*static, unused*/, 2, /*hidden argument*/HotfixCalc_Test3_TisInt32_t2950945753_m358094845_RuntimeMethod_var); V_17 = L_132; int32_t L_133 = HotfixCalc_Test3_TisHotfixTest2_t1694306958_m2695448068(NULL /*static, unused*/, __this, /*hidden argument*/HotfixCalc_Test3_TisHotfixTest2_t1694306958_m2695448068_RuntimeMethod_var); V_17 = L_133; int32_t L_134 = V_17; int32_t L_135 = L_134; RuntimeObject * L_136 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_135); String_t* L_137 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3881016262, L_136, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_137, /*hidden argument*/NULL); HotfixCalc_Test4_TisHotfixTest2_t1694306958_m3979562606(NULL /*static, unused*/, __this, /*hidden argument*/HotfixCalc_Test4_TisHotfixTest2_t1694306958_m3979562606_RuntimeMethod_var); HotfixCalc_Test4_TisInt32_t2950945753_m3308735801(NULL /*static, unused*/, 2, /*hidden argument*/HotfixCalc_Test4_TisInt32_t2950945753_m3308735801_RuntimeMethod_var); HotfixCalc_t3327167615 * L_138 = V_1; StringU5BU5D_t1281789340* L_139 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_139); ArrayElementTypeCheck (L_139, _stringLiteral3452614591); (L_139)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614591); StringU5BU5D_t1281789340* L_140 = L_139; NullCheck(L_140); ArrayElementTypeCheck (L_140, _stringLiteral3452614590); (L_140)->SetAt(static_cast(1), (String_t*)_stringLiteral3452614590); StringU5BU5D_t1281789340* L_141 = L_140; NullCheck(L_141); ArrayElementTypeCheck (L_141, _stringLiteral3452614589); (L_141)->SetAt(static_cast(2), (String_t*)_stringLiteral3452614589); NullCheck(L_138); HotfixCalc_Test5_TisString_t_m1284327526(L_138, ((int32_t)10), L_141, /*hidden argument*/HotfixCalc_Test5_TisString_t_m1284327526_RuntimeMethod_var); HotfixCalc_t3327167615 * L_142 = V_1; Int32U5BU5D_t385246372* L_143 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeFieldHandle_t1871169219 L_144 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255371____U24fieldU2DF395E9F123D7CD601C24BD2BB0F7C25D295A2774_11_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_143, L_144, /*hidden argument*/NULL); NullCheck(L_142); HotfixCalc_Test5_TisInt32_t2950945753_m4187918509(L_142, ((int32_t)10), L_143, /*hidden argument*/HotfixCalc_Test5_TisInt32_t2950945753_m4187918509_RuntimeMethod_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2719320332, /*hidden argument*/NULL); HotfixTest2_TestStateful_m228706425(__this, /*hidden argument*/NULL); GC_Collect_m743975114(NULL /*static, unused*/, /*hidden argument*/NULL); GC_WaitForPendingFinalizers_m1252988293(NULL /*static, unused*/, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_145 = V_0; NullCheck(L_145); LuaEnv_DoString_m3000008709(L_145, _stringLiteral2737142790, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral60890062, /*hidden argument*/NULL); HotfixTest2_TestStateful_m228706425(__this, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_146 = V_0; NullCheck(L_146); LuaEnv_FullGc_m259815325(L_146, /*hidden argument*/NULL); GC_Collect_m743975114(NULL /*static, unused*/, /*hidden argument*/NULL); GC_WaitForPendingFinalizers_m1252988293(NULL /*static, unused*/, /*hidden argument*/NULL); GenericClass_1_t2299288884 * L_147 = (GenericClass_1_t2299288884 *)il2cpp_codegen_object_new(GenericClass_1_t2299288884_il2cpp_TypeInfo_var); GenericClass_1__ctor_m2609532041(L_147, (1.1), /*hidden argument*/GenericClass_1__ctor_m2609532041_RuntimeMethod_var); V_18 = L_147; GenericClass_1_t2299288884 * L_148 = V_18; NullCheck(L_148); GenericClass_1_Func1_m3042939317(L_148, /*hidden argument*/GenericClass_1_Func1_m3042939317_RuntimeMethod_var); GenericClass_1_t2299288884 * L_149 = V_18; NullCheck(L_149); double L_150 = GenericClass_1_Func2_m1816752595(L_149, /*hidden argument*/GenericClass_1_Func2_m1816752595_RuntimeMethod_var); double L_151 = L_150; RuntimeObject * L_152 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_151); Debug_Log_m4051431634(NULL /*static, unused*/, L_152, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_153 = V_0; NullCheck(L_153); LuaEnv_DoString_m3000008709(L_153, _stringLiteral3643342983, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); GenericClass_1_t2299288884 * L_154 = (GenericClass_1_t2299288884 *)il2cpp_codegen_object_new(GenericClass_1_t2299288884_il2cpp_TypeInfo_var); GenericClass_1__ctor_m2609532041(L_154, (1.1), /*hidden argument*/GenericClass_1__ctor_m2609532041_RuntimeMethod_var); V_18 = L_154; GenericClass_1_t2299288884 * L_155 = V_18; NullCheck(L_155); GenericClass_1_Func1_m3042939317(L_155, /*hidden argument*/GenericClass_1_Func1_m3042939317_RuntimeMethod_var); GenericClass_1_t2299288884 * L_156 = V_18; NullCheck(L_156); double L_157 = GenericClass_1_Func2_m1816752595(L_156, /*hidden argument*/GenericClass_1_Func2_m1816752595_RuntimeMethod_var); double L_158 = L_157; RuntimeObject * L_159 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_158); Debug_Log_m4051431634(NULL /*static, unused*/, L_159, /*hidden argument*/NULL); InnerTypeTest_t2823047998 * L_160 = (InnerTypeTest_t2823047998 *)il2cpp_codegen_object_new(InnerTypeTest_t2823047998_il2cpp_TypeInfo_var); InnerTypeTest__ctor_m236932641(L_160, /*hidden argument*/NULL); V_19 = L_160; InnerTypeTest_t2823047998 * L_161 = V_19; NullCheck(L_161); InnerTypeTest_Foo_m321612886(L_161, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_162 = V_0; NullCheck(L_162); LuaEnv_DoString_m3000008709(L_162, _stringLiteral2895175342, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); InnerTypeTest_t2823047998 * L_163 = V_19; NullCheck(L_163); InnerTypeTest_Foo_m321612886(L_163, /*hidden argument*/NULL); GameObject_t1113636619 * L_164 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); StructTest__ctor_m1191921780((&V_20), L_164, /*hidden argument*/NULL); GameObject_t1113636619 * L_165 = StructTest_GetGo_m3703573472((&V_20), ((int32_t)123), _stringLiteral2789004664, /*hidden argument*/NULL); String_t* L_166 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3481139586, L_165, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_166, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_167 = V_0; NullCheck(L_167); LuaEnv_DoString_m3000008709(L_167, _stringLiteral1969916660, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); GameObject_t1113636619 * L_168 = StructTest_GetGo_m3703573472((&V_20), ((int32_t)123), _stringLiteral2789004664, /*hidden argument*/NULL); String_t* L_169 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3481139586, L_168, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_169, /*hidden argument*/NULL); GenericStruct_1__ctor_m478535283((&V_21), 1, /*hidden argument*/GenericStruct_1__ctor_m478535283_RuntimeMethod_var); int32_t L_170 = GenericStruct_1_GetA_m1660728519((&V_21), ((int32_t)123), /*hidden argument*/GenericStruct_1_GetA_m1660728519_RuntimeMethod_var); int32_t L_171 = L_170; RuntimeObject * L_172 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_171); String_t* L_173 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2961065982, L_172, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_173, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_174 = V_0; NullCheck(L_174); LuaEnv_DoString_m3000008709(L_174, _stringLiteral3020462889, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); int32_t L_175 = GenericStruct_1_GetA_m1660728519((&V_21), ((int32_t)123), /*hidden argument*/GenericStruct_1_GetA_m1660728519_RuntimeMethod_var); int32_t L_176 = L_175; RuntimeObject * L_177 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_176); String_t* L_178 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2961065982, L_177, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_178, /*hidden argument*/NULL); } IL_0523: try { // begin try (depth: 1) HotfixCalc_t3327167615 * L_179 = V_1; GameObject_t1113636619 * L_180 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_179); HotfixCalc_TestOut_m700851514(L_179, ((int32_t)100), (&V_11), (&V_12), L_180, /*hidden argument*/NULL); goto IL_0558; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (LuaException_t1837158180_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_053b; throw e; } CATCH_053b: { // begin catch(XLua.LuaException) V_22 = ((LuaException_t1837158180 *)__exception_local); LuaException_t1837158180 * L_181 = V_22; NullCheck(L_181); String_t* L_182 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_181); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_183 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1453682927, L_182, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_183, /*hidden argument*/NULL); goto IL_0558; } // end catch (depth: 1) IL_0558: { BaseTest_t14152542 * L_184 = (BaseTest_t14152542 *)il2cpp_codegen_object_new(BaseTest_t14152542_il2cpp_TypeInfo_var); BaseTest__ctor_m3333312667(L_184, /*hidden argument*/NULL); V_23 = L_184; BaseTestBase_1_t477807715 * L_185 = V_23; NullCheck(L_185); VirtActionInvoker1< int32_t >::Invoke(4 /* System.Void XLuaTest.BaseTestBase`1::Foo(System.Int32) */, L_185, 1); BaseTestBase_1_t477807715 * L_186 = V_23; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_186, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_187 = V_0; NullCheck(L_187); LuaEnv_DoString_m3000008709(L_187, _stringLiteral1652678118, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); BaseTestBase_1_t477807715 * L_188 = V_23; NullCheck(L_188); VirtActionInvoker1< int32_t >::Invoke(4 /* System.Void XLuaTest.BaseTestBase`1::Foo(System.Int32) */, L_188, 2); BaseTestBase_1_t477807715 * L_189 = V_23; Debug_Log_m4051431634(NULL /*static, unused*/, L_189, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.HotfixTest2::TestStateful() extern "C" IL2CPP_METHOD_ATTR void HotfixTest2_TestStateful_m228706425 (HotfixTest2_t1694306958 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixTest2_TestStateful_m228706425_MetadataUsageId); s_Il2CppMethodInitialized = true; } StatefullTest_t1427081944 * V_0 = NULL; Action_2_t1820842380 * V_1 = NULL; { StatefullTest_t1427081944 * L_0 = (StatefullTest_t1427081944 *)il2cpp_codegen_object_new(StatefullTest_t1427081944_il2cpp_TypeInfo_var); StatefullTest__ctor_m3581380102(L_0, /*hidden argument*/NULL); V_0 = L_0; StatefullTest_t1427081944 * L_1 = V_0; NullCheck(L_1); StatefullTest_set_AProp_m459958184(L_1, ((int32_t)10), /*hidden argument*/NULL); StatefullTest_t1427081944 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = StatefullTest_get_AProp_m903856124(L_2, /*hidden argument*/NULL); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2517446127, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); StatefullTest_t1427081944 * L_7 = V_0; NullCheck(L_7); StatefullTest_set_Item_m2468244571(L_7, _stringLiteral3452614543, 1, /*hidden argument*/NULL); StatefullTest_t1427081944 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = StatefullTest_get_Item_m3048570069(L_8, _stringLiteral3452614543, /*hidden argument*/NULL); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1393642918, L_11, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); Action_2_t1820842380 * L_13 = ((HotfixTest2_t1694306958_StaticFields*)il2cpp_codegen_static_fields_for(HotfixTest2_t1694306958_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_2(); if (L_13) { goto IL_006b; } } { intptr_t L_14 = (intptr_t)HotfixTest2_U3CTestStatefulU3Em__0_m2452440075_RuntimeMethod_var; Action_2_t1820842380 * L_15 = (Action_2_t1820842380 *)il2cpp_codegen_object_new(Action_2_t1820842380_il2cpp_TypeInfo_var); Action_2__ctor_m2280607158(L_15, NULL, L_14, /*hidden argument*/Action_2__ctor_m2280607158_RuntimeMethod_var); ((HotfixTest2_t1694306958_StaticFields*)il2cpp_codegen_static_fields_for(HotfixTest2_t1694306958_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_2(L_15); } IL_006b: { Action_2_t1820842380 * L_16 = ((HotfixTest2_t1694306958_StaticFields*)il2cpp_codegen_static_fields_for(HotfixTest2_t1694306958_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_2(); V_1 = L_16; StatefullTest_t1427081944 * L_17 = V_0; Action_2_t1820842380 * L_18 = V_1; NullCheck(L_17); StatefullTest_add_AEvent_m3940995674(L_17, L_18, /*hidden argument*/NULL); StatefullTest_t1427081944 * L_19 = V_0; NullCheck(L_19); StatefullTest_Start_m548798406(L_19, /*hidden argument*/NULL); StatefullTest_t1427081944 * L_20 = V_0; NullCheck(L_20); StatefullTest_Start_m548798406(L_20, /*hidden argument*/NULL); StatefullTest_t1427081944 * L_21 = V_0; Action_2_t1820842380 * L_22 = V_1; NullCheck(L_21); StatefullTest_remove_AEvent_m2089657965(L_21, L_22, /*hidden argument*/NULL); StatefullTest_t1427081944 * L_23 = V_0; NullCheck(L_23); StatefullTest_Start_m548798406(L_23, /*hidden argument*/NULL); StatefullTest_StaticFunc_m1678891218(NULL /*static, unused*/, 1, 2, /*hidden argument*/NULL); StatefullTest_StaticFunc_m3063517174(NULL /*static, unused*/, _stringLiteral3452614587, 3, 4, /*hidden argument*/NULL); StatefullTest_t1427081944 * L_24 = V_0; NullCheck(L_24); StatefullTest_GenericTest_TisInt32_t2950945753_m944697728(L_24, 1, /*hidden argument*/StatefullTest_GenericTest_TisInt32_t2950945753_m944697728_RuntimeMethod_var); StatefullTest_t1427081944 * L_25 = V_0; NullCheck(L_25); StatefullTest_GenericTest_TisString_t_m3452406747(L_25, _stringLiteral3597915514, /*hidden argument*/StatefullTest_GenericTest_TisString_t_m3452406747_RuntimeMethod_var); return; } } // System.Void XLuaTest.HotfixTest2::Update() extern "C" IL2CPP_METHOD_ATTR void HotfixTest2_Update_m994104619 (HotfixTest2_t1694306958 * __this, const RuntimeMethod* method) { { return; } } // System.Void XLuaTest.HotfixTest2::m__0(System.Int32,System.Double) extern "C" IL2CPP_METHOD_ATTR void HotfixTest2_U3CTestStatefulU3Em__0_m2452440075 (RuntimeObject * __this /* static, unused */, int32_t ___a0, double ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixTest2_U3CTestStatefulU3Em__0_m2452440075_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3451959231); (L_0)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3451959231); ObjectU5BU5D_t2843939325* L_1 = L_0; int32_t L_2 = ___a0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(1), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_1; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3884227452); (L_5)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3884227452); ObjectU5BU5D_t2843939325* L_6 = L_5; double L_7 = ___b1; double L_8 = L_7; RuntimeObject * L_9 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(3), (RuntimeObject *)L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m2971454694(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.Injection::.ctor() extern "C" IL2CPP_METHOD_ATTR void Injection__ctor_m3371395144 (Injection_t1663173063 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.InnerTypeTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void InnerTypeTest__ctor_m236932641 (InnerTypeTest_t2823047998 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.InnerTypeTest::Foo() extern "C" IL2CPP_METHOD_ATTR void InnerTypeTest_Foo_m321612886 (InnerTypeTest_t2823047998 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InnerTypeTest_Foo_m321612886_MetadataUsageId); s_Il2CppMethodInitialized = true; } _InnerStruct_t1716632673 V_0; memset(&V_0, 0, sizeof(V_0)); { _InnerStruct_t1716632673 L_0 = InnerTypeTest_Bar_m1718738270(__this, /*hidden argument*/NULL); V_0 = L_0; ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral3482646942); (L_1)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3482646942); ObjectU5BU5D_t2843939325* L_2 = L_1; int32_t L_3 = (&V_0)->get_x_0(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_2; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral1660156237); (L_6)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1660156237); ObjectU5BU5D_t2843939325* L_7 = L_6; int32_t L_8 = (&V_0)->get_y_1(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(3), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_7; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral3452614611); (L_11)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614611); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m2971454694(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // XLuaTest.InnerTypeTest/_InnerStruct XLuaTest.InnerTypeTest::Bar() extern "C" IL2CPP_METHOD_ATTR _InnerStruct_t1716632673 InnerTypeTest_Bar_m1718738270 (InnerTypeTest_t2823047998 * __this, const RuntimeMethod* method) { _InnerStruct_t1716632673 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(_InnerStruct_t1716632673 )); (&V_0)->set_x_0(1); (&V_0)->set_y_1(2); _InnerStruct_t1716632673 L_0 = V_0; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DelegatePInvokeWrapper_IntParam_t1872826946 (IntParam_t1872826946 * __this, int32_t ___p0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___p0); return returnValue; } // System.Void XLuaTest.IntParam::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void IntParam__ctor_m858381922 (IntParam_t1872826946 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 XLuaTest.IntParam::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IntParam_Invoke_m2899597406 (IntParam_t1872826946 * __this, int32_t ___p0, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { IntParam_Invoke_m2899597406((IntParam_t1872826946 *)__this->get_prev_9(), ___p0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef int32_t (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___p0, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___p0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___p0); else result = GenericVirtFuncInvoker1< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___p0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___p0); else result = VirtFuncInvoker1< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___p0); } } else { typedef int32_t (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___p0, targetMethod); } } } return result; } // System.IAsyncResult XLuaTest.IntParam::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* IntParam_BeginInvoke_m1145290613 (IntParam_t1872826946 * __this, int32_t ___p0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntParam_BeginInvoke_m1145290613_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___p0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Int32 XLuaTest.IntParam::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t IntParam_EndInvoke_m4020540969 (IntParam_t1872826946 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.InvokeLua::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvokeLua__ctor_m888635106 (InvokeLua_t3966418546 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokeLua__ctor_m888635106_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_script_2(_stringLiteral408958506); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.InvokeLua::Start() extern "C" IL2CPP_METHOD_ATTR void InvokeLua_Start_m2861302644 (InvokeLua_t3966418546 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokeLua_Start_m2861302644_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaEnv_t2152703515 * V_0 = NULL; { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); V_0 = L_0; LuaEnv_t2152703515 * L_1 = V_0; InvokeLua_Test_m1925982013(__this, L_1, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_2 = V_0; NullCheck(L_2); LuaEnv_Dispose_m135176068(L_2, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.InvokeLua::Test(XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void InvokeLua_Test_m1925982013 (InvokeLua_t3966418546 * __this, LuaEnv_t2152703515 * ___luaenv0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokeLua_Test_m1925982013_MetadataUsageId); s_Il2CppMethodInitialized = true; } CalcNew_t680260847 * V_0 = NULL; RuntimeObject* V_1 = NULL; { LuaEnv_t2152703515 * L_0 = ___luaenv0; String_t* L_1 = __this->get_script_2(); NullCheck(L_0); LuaEnv_DoString_m3000008709(L_0, L_1, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_2 = ___luaenv0; NullCheck(L_2); LuaTable_t1631611336 * L_3 = LuaEnv_get_Global_m258556783(L_2, /*hidden argument*/NULL); NullCheck(L_3); CalcNew_t680260847 * L_4 = LuaTable_GetInPath_TisCalcNew_t680260847_m2286591932(L_3, _stringLiteral4196746312, /*hidden argument*/LuaTable_GetInPath_TisCalcNew_t680260847_m2286591932_RuntimeMethod_var); V_0 = L_4; CalcNew_t680260847 * L_5 = V_0; StringU5BU5D_t1281789340* L_6 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3455170504); (L_6)->SetAt(static_cast(0), (String_t*)_stringLiteral3455170504); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2789004664); (L_7)->SetAt(static_cast(1), (String_t*)_stringLiteral2789004664); NullCheck(L_5); RuntimeObject* L_8 = CalcNew_Invoke_m3238266443(L_5, ((int32_t)10), L_7, /*hidden argument*/NULL); V_1 = L_8; RuntimeObject* L_9 = V_1; NullCheck(L_9); int32_t L_10 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(2 /* System.Int32 XLuaTest.InvokeLua/ICalc::Add(System.Int32,System.Int32) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_9, 1, 2); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1160866366, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); RuntimeObject* L_14 = V_1; NullCheck(L_14); InterfaceActionInvoker1< int32_t >::Invoke(4 /* System.Void XLuaTest.InvokeLua/ICalc::set_Mult(System.Int32) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_14, ((int32_t)100)); RuntimeObject* L_15 = V_1; NullCheck(L_15); int32_t L_16 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(2 /* System.Int32 XLuaTest.InvokeLua/ICalc::Add(System.Int32,System.Int32) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_15, 1, 2); int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); String_t* L_19 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral351562295, L_18, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); RuntimeObject* L_20 = V_1; NullCheck(L_20); RuntimeObject * L_21 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(5 /* System.Object XLuaTest.InvokeLua/ICalc::get_Item(System.Int32) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_20, 0); String_t* L_22 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2339972493, L_21, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); RuntimeObject* L_23 = V_1; NullCheck(L_23); RuntimeObject * L_24 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(5 /* System.Object XLuaTest.InvokeLua/ICalc::get_Item(System.Int32) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_23, 1); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2339906957, L_24, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); RuntimeObject* L_26 = V_1; intptr_t L_27 = (intptr_t)InvokeLua_Notify_m810134609_RuntimeMethod_var; EventHandler_1_t2907339746 * L_28 = (EventHandler_1_t2907339746 *)il2cpp_codegen_object_new(EventHandler_1_t2907339746_il2cpp_TypeInfo_var); EventHandler_1__ctor_m1760585352(L_28, __this, L_27, /*hidden argument*/EventHandler_1__ctor_m1760585352_RuntimeMethod_var); NullCheck(L_26); InterfaceActionInvoker1< EventHandler_1_t2907339746 * >::Invoke(0 /* System.Void XLuaTest.InvokeLua/ICalc::add_PropertyChanged(System.EventHandler`1) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_26, L_28); RuntimeObject* L_29 = V_1; NullCheck(L_29); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(6 /* System.Void XLuaTest.InvokeLua/ICalc::set_Item(System.Int32,System.Object) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_29, 1, _stringLiteral28527794); RuntimeObject* L_30 = V_1; NullCheck(L_30); RuntimeObject * L_31 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(5 /* System.Object XLuaTest.InvokeLua/ICalc::get_Item(System.Int32) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_30, 1); String_t* L_32 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2339906957, L_31, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); RuntimeObject* L_33 = V_1; intptr_t L_34 = (intptr_t)InvokeLua_Notify_m810134609_RuntimeMethod_var; EventHandler_1_t2907339746 * L_35 = (EventHandler_1_t2907339746 *)il2cpp_codegen_object_new(EventHandler_1_t2907339746_il2cpp_TypeInfo_var); EventHandler_1__ctor_m1760585352(L_35, __this, L_34, /*hidden argument*/EventHandler_1__ctor_m1760585352_RuntimeMethod_var); NullCheck(L_33); InterfaceActionInvoker1< EventHandler_1_t2907339746 * >::Invoke(1 /* System.Void XLuaTest.InvokeLua/ICalc::remove_PropertyChanged(System.EventHandler`1) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_33, L_35); RuntimeObject* L_36 = V_1; NullCheck(L_36); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(6 /* System.Void XLuaTest.InvokeLua/ICalc::set_Item(System.Int32,System.Object) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_36, 1, _stringLiteral418693452); RuntimeObject* L_37 = V_1; NullCheck(L_37); RuntimeObject * L_38 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(5 /* System.Object XLuaTest.InvokeLua/ICalc::get_Item(System.Int32) */, ICalc_t3351541889_il2cpp_TypeInfo_var, L_37, 1); String_t* L_39 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2339906957, L_38, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.InvokeLua::Notify(System.Object,XLuaTest.PropertyChangedEventArgs) extern "C" IL2CPP_METHOD_ATTR void InvokeLua_Notify_m810134609 (InvokeLua_t3966418546 * __this, RuntimeObject * ___sender0, PropertyChangedEventArgs_t688213017 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvokeLua_Notify_m810134609_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___sender0; PropertyChangedEventArgs_t688213017 * L_1 = ___e1; NullCheck(L_1); String_t* L_2 = L_1->get_name_1(); PropertyChangedEventArgs_t688213017 * L_3 = ___e1; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_value_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral1796961731, L_0, L_2, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.InvokeLua::Update() extern "C" IL2CPP_METHOD_ATTR void InvokeLua_Update_m3672356250 (InvokeLua_t3966418546 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.InvokeLua/CalcNew::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CalcNew__ctor_m3380571527 (CalcNew_t680260847 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // XLuaTest.InvokeLua/ICalc XLuaTest.InvokeLua/CalcNew::Invoke(System.Int32,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CalcNew_Invoke_m3238266443 (CalcNew_t680260847 * __this, int32_t ___mult0, StringU5BU5D_t1281789340* ___args1, const RuntimeMethod* method) { RuntimeObject* result = NULL; if(__this->get_prev_9() != NULL) { CalcNew_Invoke_m3238266443((CalcNew_t680260847 *)__this->get_prev_9(), ___mult0, ___args1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, int32_t, StringU5BU5D_t1281789340*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___mult0, ___args1, targetMethod); } } else { // closed { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, void*, int32_t, StringU5BU5D_t1281789340*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___mult0, ___args1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< RuntimeObject*, int32_t, StringU5BU5D_t1281789340* >::Invoke(targetMethod, targetThis, ___mult0, ___args1); else result = GenericVirtFuncInvoker2< RuntimeObject*, int32_t, StringU5BU5D_t1281789340* >::Invoke(targetMethod, targetThis, ___mult0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< RuntimeObject*, int32_t, StringU5BU5D_t1281789340* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___mult0, ___args1); else result = VirtFuncInvoker2< RuntimeObject*, int32_t, StringU5BU5D_t1281789340* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___mult0, ___args1); } } else { typedef RuntimeObject* (*FunctionPointerType) (void*, int32_t, StringU5BU5D_t1281789340*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___mult0, ___args1, targetMethod); } } } return result; } // System.IAsyncResult XLuaTest.InvokeLua/CalcNew::BeginInvoke(System.Int32,System.String[],System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CalcNew_BeginInvoke_m3141592046 (CalcNew_t680260847 * __this, int32_t ___mult0, StringU5BU5D_t1281789340* ___args1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CalcNew_BeginInvoke_m3141592046_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___mult0); __d_args[1] = ___args1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // XLuaTest.InvokeLua/ICalc XLuaTest.InvokeLua/CalcNew::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CalcNew_EndInvoke_m896799447 (CalcNew_t680260847 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject*)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.LuaBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void LuaBehaviour__ctor_m476799127 (LuaBehaviour_t310118987 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.LuaBehaviour::Awake() extern "C" IL2CPP_METHOD_ATTR void LuaBehaviour_Awake_m3839111231 (LuaBehaviour_t310118987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaBehaviour_Awake_m3839111231_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaTable_t1631611336 * V_0 = NULL; Injection_t1663173063 * V_1 = NULL; InjectionU5BU5D_t3549262654* V_2 = NULL; int32_t V_3 = 0; Action_t1264377477 * V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(LuaBehaviour_t310118987_il2cpp_TypeInfo_var); LuaEnv_t2152703515 * L_0 = ((LuaBehaviour_t310118987_StaticFields*)il2cpp_codegen_static_fields_for(LuaBehaviour_t310118987_il2cpp_TypeInfo_var))->get_luaEnv_4(); NullCheck(L_0); LuaTable_t1631611336 * L_1 = LuaEnv_NewTable_m3761568747(L_0, /*hidden argument*/NULL); __this->set_scriptEnv_10(L_1); LuaEnv_t2152703515 * L_2 = ((LuaBehaviour_t310118987_StaticFields*)il2cpp_codegen_static_fields_for(LuaBehaviour_t310118987_il2cpp_TypeInfo_var))->get_luaEnv_4(); NullCheck(L_2); LuaTable_t1631611336 * L_3 = LuaEnv_NewTable_m3761568747(L_2, /*hidden argument*/NULL); V_0 = L_3; LuaTable_t1631611336 * L_4 = V_0; LuaEnv_t2152703515 * L_5 = ((LuaBehaviour_t310118987_StaticFields*)il2cpp_codegen_static_fields_for(LuaBehaviour_t310118987_il2cpp_TypeInfo_var))->get_luaEnv_4(); NullCheck(L_5); LuaTable_t1631611336 * L_6 = LuaEnv_get_Global_m258556783(L_5, /*hidden argument*/NULL); NullCheck(L_4); LuaTable_Set_TisString_t_TisLuaTable_t1631611336_m2643218657(L_4, _stringLiteral2281993974, L_6, /*hidden argument*/LuaTable_Set_TisString_t_TisLuaTable_t1631611336_m2643218657_RuntimeMethod_var); LuaTable_t1631611336 * L_7 = __this->get_scriptEnv_10(); LuaTable_t1631611336 * L_8 = V_0; NullCheck(L_7); LuaTable_SetMetaTable_m1174144126(L_7, L_8, /*hidden argument*/NULL); LuaTable_t1631611336 * L_9 = V_0; NullCheck(L_9); LuaBase_Dispose_m946379774(L_9, /*hidden argument*/NULL); LuaTable_t1631611336 * L_10 = __this->get_scriptEnv_10(); NullCheck(L_10); LuaTable_Set_TisString_t_TisLuaBehaviour_t310118987_m3257761802(L_10, _stringLiteral3584862187, __this, /*hidden argument*/LuaTable_Set_TisString_t_TisLuaBehaviour_t310118987_m3257761802_RuntimeMethod_var); InjectionU5BU5D_t3549262654* L_11 = __this->get_injections_3(); V_2 = L_11; V_3 = 0; goto IL_0080; } IL_0061: { InjectionU5BU5D_t3549262654* L_12 = V_2; int32_t L_13 = V_3; NullCheck(L_12); int32_t L_14 = L_13; Injection_t1663173063 * L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = L_15; LuaTable_t1631611336 * L_16 = __this->get_scriptEnv_10(); Injection_t1663173063 * L_17 = V_1; NullCheck(L_17); String_t* L_18 = L_17->get_name_0(); Injection_t1663173063 * L_19 = V_1; NullCheck(L_19); GameObject_t1113636619 * L_20 = L_19->get_value_1(); NullCheck(L_16); LuaTable_Set_TisString_t_TisGameObject_t1113636619_m2039149944(L_16, L_18, L_20, /*hidden argument*/LuaTable_Set_TisString_t_TisGameObject_t1113636619_m2039149944_RuntimeMethod_var); int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0080: { int32_t L_22 = V_3; InjectionU5BU5D_t3549262654* L_23 = V_2; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(LuaBehaviour_t310118987_il2cpp_TypeInfo_var); LuaEnv_t2152703515 * L_24 = ((LuaBehaviour_t310118987_StaticFields*)il2cpp_codegen_static_fields_for(LuaBehaviour_t310118987_il2cpp_TypeInfo_var))->get_luaEnv_4(); TextAsset_t3022178571 * L_25 = __this->get_luaScript_2(); NullCheck(L_25); String_t* L_26 = TextAsset_get_text_m2027878391(L_25, /*hidden argument*/NULL); LuaTable_t1631611336 * L_27 = __this->get_scriptEnv_10(); NullCheck(L_24); LuaEnv_DoString_m3000008709(L_24, L_26, _stringLiteral349013135, L_27, /*hidden argument*/NULL); LuaTable_t1631611336 * L_28 = __this->get_scriptEnv_10(); NullCheck(L_28); Action_t1264377477 * L_29 = LuaTable_Get_TisAction_t1264377477_m2111650368(L_28, _stringLiteral3127748407, /*hidden argument*/LuaTable_Get_TisAction_t1264377477_m2111650368_RuntimeMethod_var); V_4 = L_29; LuaTable_t1631611336 * L_30 = __this->get_scriptEnv_10(); Action_t1264377477 ** L_31 = __this->get_address_of_luaStart_7(); NullCheck(L_30); LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542(L_30, _stringLiteral2707269980, L_31, /*hidden argument*/LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542_RuntimeMethod_var); LuaTable_t1631611336 * L_32 = __this->get_scriptEnv_10(); Action_t1264377477 ** L_33 = __this->get_address_of_luaUpdate_8(); NullCheck(L_32); LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542(L_32, _stringLiteral1590298475, L_33, /*hidden argument*/LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542_RuntimeMethod_var); LuaTable_t1631611336 * L_34 = __this->get_scriptEnv_10(); Action_t1264377477 ** L_35 = __this->get_address_of_luaOnDestroy_9(); NullCheck(L_34); LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542(L_34, _stringLiteral343404858, L_35, /*hidden argument*/LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542_RuntimeMethod_var); Action_t1264377477 * L_36 = V_4; if (!L_36) { goto IL_010c; } } { Action_t1264377477 * L_37 = V_4; NullCheck(L_37); Action_Invoke_m937035532(L_37, /*hidden argument*/NULL); } IL_010c: { return; } } // System.Void XLuaTest.LuaBehaviour::Start() extern "C" IL2CPP_METHOD_ATTR void LuaBehaviour_Start_m131902027 (LuaBehaviour_t310118987 * __this, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = __this->get_luaStart_7(); if (!L_0) { goto IL_0016; } } { Action_t1264377477 * L_1 = __this->get_luaStart_7(); NullCheck(L_1); Action_Invoke_m937035532(L_1, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void XLuaTest.LuaBehaviour::Update() extern "C" IL2CPP_METHOD_ATTR void LuaBehaviour_Update_m3572351986 (LuaBehaviour_t310118987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaBehaviour_Update_m3572351986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_t1264377477 * L_0 = __this->get_luaUpdate_8(); if (!L_0) { goto IL_0016; } } { Action_t1264377477 * L_1 = __this->get_luaUpdate_8(); NullCheck(L_1); Action_Invoke_m937035532(L_1, /*hidden argument*/NULL); } IL_0016: { float L_2 = Time_get_time_m2907476221(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaBehaviour_t310118987_il2cpp_TypeInfo_var); float L_3 = ((LuaBehaviour_t310118987_StaticFields*)il2cpp_codegen_static_fields_for(LuaBehaviour_t310118987_il2cpp_TypeInfo_var))->get_lastGCTime_5(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_2, (float)L_3))) > ((float)(1.0f))))) { goto IL_003f; } } { IL2CPP_RUNTIME_CLASS_INIT(LuaBehaviour_t310118987_il2cpp_TypeInfo_var); LuaEnv_t2152703515 * L_4 = ((LuaBehaviour_t310118987_StaticFields*)il2cpp_codegen_static_fields_for(LuaBehaviour_t310118987_il2cpp_TypeInfo_var))->get_luaEnv_4(); NullCheck(L_4); LuaEnv_Tick_m587394023(L_4, /*hidden argument*/NULL); float L_5 = Time_get_time_m2907476221(NULL /*static, unused*/, /*hidden argument*/NULL); ((LuaBehaviour_t310118987_StaticFields*)il2cpp_codegen_static_fields_for(LuaBehaviour_t310118987_il2cpp_TypeInfo_var))->set_lastGCTime_5(L_5); } IL_003f: { return; } } // System.Void XLuaTest.LuaBehaviour::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void LuaBehaviour_OnDestroy_m4130374868 (LuaBehaviour_t310118987 * __this, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = __this->get_luaOnDestroy_9(); if (!L_0) { goto IL_0016; } } { Action_t1264377477 * L_1 = __this->get_luaOnDestroy_9(); NullCheck(L_1); Action_Invoke_m937035532(L_1, /*hidden argument*/NULL); } IL_0016: { __this->set_luaOnDestroy_9((Action_t1264377477 *)NULL); __this->set_luaUpdate_8((Action_t1264377477 *)NULL); __this->set_luaStart_7((Action_t1264377477 *)NULL); LuaTable_t1631611336 * L_2 = __this->get_scriptEnv_10(); NullCheck(L_2); LuaBase_Dispose_m946379774(L_2, /*hidden argument*/NULL); __this->set_injections_3((InjectionU5BU5D_t3549262654*)NULL); return; } } // System.Void XLuaTest.LuaBehaviour::.cctor() extern "C" IL2CPP_METHOD_ATTR void LuaBehaviour__cctor_m4116873758 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaBehaviour__cctor_m4116873758_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); ((LuaBehaviour_t310118987_StaticFields*)il2cpp_codegen_static_fields_for(LuaBehaviour_t310118987_il2cpp_TypeInfo_var))->set_luaEnv_4(L_0); ((LuaBehaviour_t310118987_StaticFields*)il2cpp_codegen_static_fields_for(LuaBehaviour_t310118987_il2cpp_TypeInfo_var))->set_lastGCTime_5((0.0f)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.MessageBox::.ctor() extern "C" IL2CPP_METHOD_ATTR void MessageBox__ctor_m1816970906 (MessageBox_t2165750127 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.MessageBox::ShowAlertBox(System.String,System.String,System.Action) extern "C" IL2CPP_METHOD_ATTR void MessageBox_ShowAlertBox_m3503561599 (RuntimeObject * __this /* static, unused */, String_t* ___message0, String_t* ___title1, Action_t1264377477 * ___onFinished2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageBox_ShowAlertBox_m3503561599_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * V_0 = NULL; UnityAction_t3245792599 * V_1 = NULL; { U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_0 = (U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 *)il2cpp_codegen_object_new(U3CShowAlertBoxU3Ec__AnonStorey0_t744961287_il2cpp_TypeInfo_var); U3CShowAlertBoxU3Ec__AnonStorey0__ctor_m349497764(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_1 = V_0; Action_t1264377477 * L_2 = ___onFinished2; NullCheck(L_1); L_1->set_onFinished_0(L_2); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_3 = V_0; GameObject_t1113636619 * L_4 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2323074440, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_Find_m1729760951(L_5, _stringLiteral1037610107, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_alertPanel_2(L_6); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_7 = V_0; NullCheck(L_7); Transform_t3600365921 * L_8 = L_7->get_alertPanel_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_00aa; } } { U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_10 = V_0; Object_t631007953 * L_11 = Resources_Load_m3880010804(NULL /*static, unused*/, _stringLiteral1037610107, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_12 = Object_Instantiate_m3403600534(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_12, GameObject_t1113636619_il2cpp_TypeInfo_var))); Transform_t3600365921 * L_13 = GameObject_get_transform_m1369836730(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_12, GameObject_t1113636619_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_10); L_10->set_alertPanel_2(L_13); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_14 = V_0; NullCheck(L_14); Transform_t3600365921 * L_15 = L_14->get_alertPanel_2(); NullCheck(L_15); GameObject_t1113636619 * L_16 = Component_get_gameObject_m442555142(L_15, /*hidden argument*/NULL); NullCheck(L_16); Object_set_name_m291480324(L_16, _stringLiteral1037610107, /*hidden argument*/NULL); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_17 = V_0; NullCheck(L_17); Transform_t3600365921 * L_18 = L_17->get_alertPanel_2(); GameObject_t1113636619 * L_19 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2323074440, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = GameObject_get_transform_m1369836730(L_19, /*hidden argument*/NULL); NullCheck(L_18); Transform_SetParent_m381167889(L_18, L_20, /*hidden argument*/NULL); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_21 = V_0; NullCheck(L_21); Transform_t3600365921 * L_22 = L_21->get_alertPanel_2(); Vector3_t3722313464 L_23; memset(&L_23, 0, sizeof(L_23)); Vector3__ctor_m3353183577((&L_23), (-6.0f), (-6.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_22); Transform_set_localPosition_m4128471975(L_22, L_23, /*hidden argument*/NULL); } IL_00aa: { U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_24 = V_0; NullCheck(L_24); Transform_t3600365921 * L_25 = L_24->get_alertPanel_2(); NullCheck(L_25); Transform_t3600365921 * L_26 = Transform_Find_m1729760951(L_25, _stringLiteral3963993483, /*hidden argument*/NULL); NullCheck(L_26); Text_t1901882714 * L_27 = Component_GetComponent_TisText_t1901882714_m4196288697(L_26, /*hidden argument*/Component_GetComponent_TisText_t1901882714_m4196288697_RuntimeMethod_var); String_t* L_28 = ___title1; NullCheck(L_27); VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_27, L_28); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_29 = V_0; NullCheck(L_29); Transform_t3600365921 * L_30 = L_29->get_alertPanel_2(); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_30, _stringLiteral3253941996, /*hidden argument*/NULL); NullCheck(L_31); Text_t1901882714 * L_32 = Component_GetComponent_TisText_t1901882714_m4196288697(L_31, /*hidden argument*/Component_GetComponent_TisText_t1901882714_m4196288697_RuntimeMethod_var); String_t* L_33 = ___message0; NullCheck(L_32); VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_32, L_33); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_34 = V_0; U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_35 = V_0; NullCheck(L_35); Transform_t3600365921 * L_36 = L_35->get_alertPanel_2(); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral1844488772, /*hidden argument*/NULL); NullCheck(L_37); Button_t4055032469 * L_38 = Component_GetComponent_TisButton_t4055032469_m1381873113(L_37, /*hidden argument*/Component_GetComponent_TisButton_t4055032469_m1381873113_RuntimeMethod_var); NullCheck(L_34); L_34->set_button_1(L_38); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_39 = V_0; intptr_t L_40 = (intptr_t)U3CShowAlertBoxU3Ec__AnonStorey0_U3CU3Em__0_m3545718717_RuntimeMethod_var; UnityAction_t3245792599 * L_41 = (UnityAction_t3245792599 *)il2cpp_codegen_object_new(UnityAction_t3245792599_il2cpp_TypeInfo_var); UnityAction__ctor_m772160306(L_41, L_39, L_40, /*hidden argument*/NULL); V_1 = L_41; U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_42 = V_0; NullCheck(L_42); Button_t4055032469 * L_43 = L_42->get_button_1(); NullCheck(L_43); ButtonClickedEvent_t48803504 * L_44 = Button_get_onClick_m2332132945(L_43, /*hidden argument*/NULL); NullCheck(L_44); UnityEventBase_RemoveAllListeners_m858411973(L_44, /*hidden argument*/NULL); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_45 = V_0; NullCheck(L_45); Button_t4055032469 * L_46 = L_45->get_button_1(); NullCheck(L_46); ButtonClickedEvent_t48803504 * L_47 = Button_get_onClick_m2332132945(L_46, /*hidden argument*/NULL); UnityAction_t3245792599 * L_48 = V_1; NullCheck(L_47); UnityEvent_AddListener_m2276267359(L_47, L_48, /*hidden argument*/NULL); U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * L_49 = V_0; NullCheck(L_49); Transform_t3600365921 * L_50 = L_49->get_alertPanel_2(); NullCheck(L_50); GameObject_t1113636619 * L_51 = Component_get_gameObject_m442555142(L_50, /*hidden argument*/NULL); NullCheck(L_51); GameObject_SetActive_m796801857(L_51, (bool)1, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.MessageBox::ShowConfirmBox(System.String,System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void MessageBox_ShowConfirmBox_m3739959271 (RuntimeObject * __this /* static, unused */, String_t* ___message0, String_t* ___title1, Action_1_t269755560 * ___onFinished2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageBox_ShowConfirmBox_m3739959271_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * V_0 = NULL; UnityAction_t3245792599 * V_1 = NULL; UnityAction_t3245792599 * V_2 = NULL; { U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_0 = (U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 *)il2cpp_codegen_object_new(U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717_il2cpp_TypeInfo_var); U3CShowConfirmBoxU3Ec__AnonStorey1__ctor_m3826135954(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_1 = V_0; Action_1_t269755560 * L_2 = ___onFinished2; NullCheck(L_1); L_1->set_onFinished_3(L_2); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_3 = V_0; GameObject_t1113636619 * L_4 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2323074440, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_Find_m1729760951(L_5, _stringLiteral2147224329, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_confirmPanel_2(L_6); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_7 = V_0; NullCheck(L_7); Transform_t3600365921 * L_8 = L_7->get_confirmPanel_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_00aa; } } { U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_10 = V_0; Object_t631007953 * L_11 = Resources_Load_m3880010804(NULL /*static, unused*/, _stringLiteral2147224329, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_12 = Object_Instantiate_m3403600534(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_12, GameObject_t1113636619_il2cpp_TypeInfo_var))); Transform_t3600365921 * L_13 = GameObject_get_transform_m1369836730(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_12, GameObject_t1113636619_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_10); L_10->set_confirmPanel_2(L_13); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_14 = V_0; NullCheck(L_14); Transform_t3600365921 * L_15 = L_14->get_confirmPanel_2(); NullCheck(L_15); GameObject_t1113636619 * L_16 = Component_get_gameObject_m442555142(L_15, /*hidden argument*/NULL); NullCheck(L_16); Object_set_name_m291480324(L_16, _stringLiteral2147224329, /*hidden argument*/NULL); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_17 = V_0; NullCheck(L_17); Transform_t3600365921 * L_18 = L_17->get_confirmPanel_2(); GameObject_t1113636619 * L_19 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2323074440, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = GameObject_get_transform_m1369836730(L_19, /*hidden argument*/NULL); NullCheck(L_18); Transform_SetParent_m381167889(L_18, L_20, /*hidden argument*/NULL); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_21 = V_0; NullCheck(L_21); Transform_t3600365921 * L_22 = L_21->get_confirmPanel_2(); Vector3_t3722313464 L_23; memset(&L_23, 0, sizeof(L_23)); Vector3__ctor_m3353183577((&L_23), (-8.0f), (-18.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_22); Transform_set_localPosition_m4128471975(L_22, L_23, /*hidden argument*/NULL); } IL_00aa: { U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_24 = V_0; NullCheck(L_24); Transform_t3600365921 * L_25 = L_24->get_confirmPanel_2(); NullCheck(L_25); Transform_t3600365921 * L_26 = Transform_Find_m1729760951(L_25, _stringLiteral3968407464, /*hidden argument*/NULL); NullCheck(L_26); Text_t1901882714 * L_27 = Component_GetComponent_TisText_t1901882714_m4196288697(L_26, /*hidden argument*/Component_GetComponent_TisText_t1901882714_m4196288697_RuntimeMethod_var); String_t* L_28 = ___title1; NullCheck(L_27); VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_27, L_28); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_29 = V_0; NullCheck(L_29); Transform_t3600365921 * L_30 = L_29->get_confirmPanel_2(); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_30, _stringLiteral2885830663, /*hidden argument*/NULL); NullCheck(L_31); Text_t1901882714 * L_32 = Component_GetComponent_TisText_t1901882714_m4196288697(L_31, /*hidden argument*/Component_GetComponent_TisText_t1901882714_m4196288697_RuntimeMethod_var); String_t* L_33 = ___message0; NullCheck(L_32); VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_32, L_33); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_34 = V_0; U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_35 = V_0; NullCheck(L_35); Transform_t3600365921 * L_36 = L_35->get_confirmPanel_2(); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral2148371182, /*hidden argument*/NULL); NullCheck(L_37); Button_t4055032469 * L_38 = Component_GetComponent_TisButton_t4055032469_m1381873113(L_37, /*hidden argument*/Component_GetComponent_TisButton_t4055032469_m1381873113_RuntimeMethod_var); NullCheck(L_34); L_34->set_confirmBtn_0(L_38); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_39 = V_0; U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_40 = V_0; NullCheck(L_40); Transform_t3600365921 * L_41 = L_40->get_confirmPanel_2(); NullCheck(L_41); Transform_t3600365921 * L_42 = Transform_Find_m1729760951(L_41, _stringLiteral2514296083, /*hidden argument*/NULL); NullCheck(L_42); Button_t4055032469 * L_43 = Component_GetComponent_TisButton_t4055032469_m1381873113(L_42, /*hidden argument*/Component_GetComponent_TisButton_t4055032469_m1381873113_RuntimeMethod_var); NullCheck(L_39); L_39->set_cancelBtn_1(L_43); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_44 = V_0; U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_45 = V_0; intptr_t L_46 = (intptr_t)U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__0_m34759433_RuntimeMethod_var; Action_t1264377477 * L_47 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_47, L_45, L_46, /*hidden argument*/NULL); NullCheck(L_44); L_44->set_cleanup_4(L_47); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_48 = V_0; intptr_t L_49 = (intptr_t)U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__1_m34693897_RuntimeMethod_var; UnityAction_t3245792599 * L_50 = (UnityAction_t3245792599 *)il2cpp_codegen_object_new(UnityAction_t3245792599_il2cpp_TypeInfo_var); UnityAction__ctor_m772160306(L_50, L_48, L_49, /*hidden argument*/NULL); V_1 = L_50; U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_51 = V_0; intptr_t L_52 = (intptr_t)U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__2_m34890505_RuntimeMethod_var; UnityAction_t3245792599 * L_53 = (UnityAction_t3245792599 *)il2cpp_codegen_object_new(UnityAction_t3245792599_il2cpp_TypeInfo_var); UnityAction__ctor_m772160306(L_53, L_51, L_52, /*hidden argument*/NULL); V_2 = L_53; U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_54 = V_0; NullCheck(L_54); Button_t4055032469 * L_55 = L_54->get_confirmBtn_0(); NullCheck(L_55); ButtonClickedEvent_t48803504 * L_56 = Button_get_onClick_m2332132945(L_55, /*hidden argument*/NULL); NullCheck(L_56); UnityEventBase_RemoveAllListeners_m858411973(L_56, /*hidden argument*/NULL); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_57 = V_0; NullCheck(L_57); Button_t4055032469 * L_58 = L_57->get_confirmBtn_0(); NullCheck(L_58); ButtonClickedEvent_t48803504 * L_59 = Button_get_onClick_m2332132945(L_58, /*hidden argument*/NULL); UnityAction_t3245792599 * L_60 = V_1; NullCheck(L_59); UnityEvent_AddListener_m2276267359(L_59, L_60, /*hidden argument*/NULL); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_61 = V_0; NullCheck(L_61); Button_t4055032469 * L_62 = L_61->get_cancelBtn_1(); NullCheck(L_62); ButtonClickedEvent_t48803504 * L_63 = Button_get_onClick_m2332132945(L_62, /*hidden argument*/NULL); NullCheck(L_63); UnityEventBase_RemoveAllListeners_m858411973(L_63, /*hidden argument*/NULL); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_64 = V_0; NullCheck(L_64); Button_t4055032469 * L_65 = L_64->get_cancelBtn_1(); NullCheck(L_65); ButtonClickedEvent_t48803504 * L_66 = Button_get_onClick_m2332132945(L_65, /*hidden argument*/NULL); UnityAction_t3245792599 * L_67 = V_2; NullCheck(L_66); UnityEvent_AddListener_m2276267359(L_66, L_67, /*hidden argument*/NULL); U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * L_68 = V_0; NullCheck(L_68); Transform_t3600365921 * L_69 = L_68->get_confirmPanel_2(); NullCheck(L_69); GameObject_t1113636619 * L_70 = Component_get_gameObject_m442555142(L_69, /*hidden argument*/NULL); NullCheck(L_70); GameObject_SetActive_m796801857(L_70, (bool)1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.MessageBox/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CShowAlertBoxU3Ec__AnonStorey0__ctor_m349497764 (U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.MessageBox/c__AnonStorey0::<>m__0() extern "C" IL2CPP_METHOD_ATTR void U3CShowAlertBoxU3Ec__AnonStorey0_U3CU3Em__0_m3545718717 (U3CShowAlertBoxU3Ec__AnonStorey0_t744961287 * __this, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = __this->get_onFinished_0(); if (!L_0) { goto IL_0016; } } { Action_t1264377477 * L_1 = __this->get_onFinished_0(); NullCheck(L_1); Action_Invoke_m937035532(L_1, /*hidden argument*/NULL); } IL_0016: { Button_t4055032469 * L_2 = __this->get_button_1(); NullCheck(L_2); ButtonClickedEvent_t48803504 * L_3 = Button_get_onClick_m2332132945(L_2, /*hidden argument*/NULL); NullCheck(L_3); UnityEventBase_RemoveAllListeners_m858411973(L_3, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_alertPanel_2(); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.MessageBox/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CShowConfirmBoxU3Ec__AnonStorey1__ctor_m3826135954 (U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.MessageBox/c__AnonStorey1::<>m__0() extern "C" IL2CPP_METHOD_ATTR void U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__0_m34759433 (U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * __this, const RuntimeMethod* method) { { Button_t4055032469 * L_0 = __this->get_confirmBtn_0(); NullCheck(L_0); ButtonClickedEvent_t48803504 * L_1 = Button_get_onClick_m2332132945(L_0, /*hidden argument*/NULL); NullCheck(L_1); UnityEventBase_RemoveAllListeners_m858411973(L_1, /*hidden argument*/NULL); Button_t4055032469 * L_2 = __this->get_cancelBtn_1(); NullCheck(L_2); ButtonClickedEvent_t48803504 * L_3 = Button_get_onClick_m2332132945(L_2, /*hidden argument*/NULL); NullCheck(L_3); UnityEventBase_RemoveAllListeners_m858411973(L_3, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_confirmPanel_2(); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)0, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.MessageBox/c__AnonStorey1::<>m__1() extern "C" IL2CPP_METHOD_ATTR void U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__1_m34693897 (U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__1_m34693897_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_1_t269755560 * L_0 = __this->get_onFinished_3(); if (!L_0) { goto IL_0017; } } { Action_1_t269755560 * L_1 = __this->get_onFinished_3(); NullCheck(L_1); Action_1_Invoke_m1933767679(L_1, (bool)1, /*hidden argument*/Action_1_Invoke_m1933767679_RuntimeMethod_var); } IL_0017: { Action_t1264377477 * L_2 = __this->get_cleanup_4(); NullCheck(L_2); Action_Invoke_m937035532(L_2, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.MessageBox/c__AnonStorey1::<>m__2() extern "C" IL2CPP_METHOD_ATTR void U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__2_m34890505 (U3CShowConfirmBoxU3Ec__AnonStorey1_t2911972717 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CShowConfirmBoxU3Ec__AnonStorey1_U3CU3Em__2_m34890505_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_1_t269755560 * L_0 = __this->get_onFinished_3(); if (!L_0) { goto IL_0017; } } { Action_1_t269755560 * L_1 = __this->get_onFinished_3(); NullCheck(L_1); Action_1_Invoke_m1933767679(L_1, (bool)0, /*hidden argument*/Action_1_Invoke_m1933767679_RuntimeMethod_var); } IL_0017: { Action_t1264377477 * L_2 = __this->get_cleanup_4(); NullCheck(L_2); Action_Invoke_m937035532(L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.MessageBoxConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void MessageBoxConfig__cctor_m975053874 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageBoxConfig__cctor_m975053874_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3956019502 * V_0 = NULL; { List_1_t3956019502 * L_0 = (List_1_t3956019502 *)il2cpp_codegen_object_new(List_1_t3956019502_il2cpp_TypeInfo_var); List_1__ctor_m3073166008(L_0, /*hidden argument*/List_1__ctor_m3073166008_RuntimeMethod_var); V_0 = L_0; List_1_t3956019502 * L_1 = V_0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Action_t1264377477_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); List_1_Add_m576010208(L_1, L_3, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_4 = V_0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Action_1_t269755560_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); List_1_Add_m576010208(L_4, L_6, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_7 = V_0; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (UnityAction_t3245792599_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m576010208(L_7, L_9, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); List_1_t3956019502 * L_10 = V_0; ((MessageBoxConfig_t4234641849_StaticFields*)il2cpp_codegen_static_fields_for(MessageBoxConfig_t4234641849_il2cpp_TypeInfo_var))->set_CSharpCallLua_0(L_10); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.MyStruct::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MyStruct__ctor_m2406578381 (MyStruct_t514849583 * __this, int32_t ___p10, int32_t ___p21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MyStruct__ctor_m2406578381_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___p10; __this->set_a_0(L_0); int32_t L_1 = ___p21; __this->set_b_1(L_1); int32_t L_2 = ___p21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_3 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_c_2(L_3); Pedding_t3796070799 * L_4 = __this->get_address_of_e_3(); int32_t L_5 = ___p10; L_4->set_c_0((uint8_t)(((int32_t)((uint8_t)L_5)))); return; } } extern "C" void MyStruct__ctor_m2406578381_AdjustorThunk (RuntimeObject * __this, int32_t ___p10, int32_t ___p21, const RuntimeMethod* method) { MyStruct_t514849583 * _thisAdjusted = reinterpret_cast(__this + 1); MyStruct__ctor_m2406578381(_thisAdjusted, ___p10, ___p21, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.NoGc::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoGc__ctor_m2177427014 (NoGc_t2304347923 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoGc__ctor_m2177427014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); __this->set_luaenv_2(L_0); DoubleU5BU5D_t3413330114* L_1 = ((DoubleU5BU5D_t3413330114*)SZArrayNew(DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (double)(1.0)); DoubleU5BU5D_t3413330114* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (double)(2.0)); __this->set_a1_12(L_2); Vector3U5BU5D_t1718750761* L_3 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_3); Vector3_t3722313464 L_4; memset(&L_4, 0, sizeof(L_4)); Vector3__ctor_m3353183577((&L_4), (1.0f), (2.0f), (3.0f), /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_3)->GetAddressAt(static_cast(0))) = L_4; Vector3U5BU5D_t1718750761* L_5 = L_3; NullCheck(L_5); Vector3_t3722313464 L_6; memset(&L_6, 0, sizeof(L_6)); Vector3__ctor_m3353183577((&L_6), (4.0f), (5.0f), (6.0f), /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_5)->GetAddressAt(static_cast(1))) = L_6; __this->set_a2_13(L_5); MyStructU5BU5D_t224763702* L_7 = ((MyStructU5BU5D_t224763702*)SZArrayNew(MyStructU5BU5D_t224763702_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_7); MyStruct_t514849583 L_8; memset(&L_8, 0, sizeof(L_8)); MyStruct__ctor_m2406578381((&L_8), 1, 2, /*hidden argument*/NULL); *(MyStruct_t514849583 *)((L_7)->GetAddressAt(static_cast(0))) = L_8; MyStructU5BU5D_t224763702* L_9 = L_7; NullCheck(L_9); MyStruct_t514849583 L_10; memset(&L_10, 0, sizeof(L_10)); MyStruct__ctor_m2406578381((&L_10), 3, 4, /*hidden argument*/NULL); *(MyStruct_t514849583 *)((L_9)->GetAddressAt(static_cast(1))) = L_10; __this->set_a3_14(L_9); MyEnumU5BU5D_t3063337185* L_11 = ((MyEnumU5BU5D_t3063337185*)SZArrayNew(MyEnumU5BU5D_t3063337185_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_11); (L_11)->SetAt(static_cast(1), (int32_t)1); __this->set_a4_15(L_11); DecimalU5BU5D_t1145110141* L_12 = ((DecimalU5BU5D_t1145110141*)SZArrayNew(DecimalU5BU5D_t1145110141_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_12); Decimal_t2948259380 L_13; memset(&L_13, 0, sizeof(L_13)); Decimal__ctor_m3650533794((&L_13), ((int32_t)100001), 0, 0, (bool)0, (uint8_t)5, /*hidden argument*/NULL); *(Decimal_t2948259380 *)((L_12)->GetAddressAt(static_cast(0))) = L_13; DecimalU5BU5D_t1145110141* L_14 = L_12; NullCheck(L_14); Decimal_t2948259380 L_15; memset(&L_15, 0, sizeof(L_15)); Decimal__ctor_m3650533794((&L_15), ((int32_t)200002), 0, 0, (bool)0, (uint8_t)5, /*hidden argument*/NULL); *(Decimal_t2948259380 *)((L_14)->GetAddressAt(static_cast(1))) = L_15; __this->set_a5_16(L_14); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Single XLuaTest.NoGc::FloatParamMethod(System.Single) extern "C" IL2CPP_METHOD_ATTR float NoGc_FloatParamMethod_m1199664835 (NoGc_t2304347923 * __this, float ___p0, const RuntimeMethod* method) { { float L_0 = ___p0; return L_0; } } // UnityEngine.Vector3 XLuaTest.NoGc::Vector3ParamMethod(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 NoGc_Vector3ParamMethod_m3881446403 (NoGc_t2304347923 * __this, Vector3_t3722313464 ___p0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___p0; return L_0; } } // XLuaTest.MyStruct XLuaTest.NoGc::StructParamMethod(XLuaTest.MyStruct) extern "C" IL2CPP_METHOD_ATTR MyStruct_t514849583 NoGc_StructParamMethod_m397791558 (NoGc_t2304347923 * __this, MyStruct_t514849583 ___p0, const RuntimeMethod* method) { { MyStruct_t514849583 L_0 = ___p0; return L_0; } } // XLuaTest.MyEnum XLuaTest.NoGc::EnumParamMethod(XLuaTest.MyEnum) extern "C" IL2CPP_METHOD_ATTR int32_t NoGc_EnumParamMethod_m734900675 (NoGc_t2304347923 * __this, int32_t ___p0, const RuntimeMethod* method) { { int32_t L_0 = ___p0; return L_0; } } // System.Decimal XLuaTest.NoGc::DecimalParamMethod(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 NoGc_DecimalParamMethod_m3881289635 (NoGc_t2304347923 * __this, Decimal_t2948259380 ___p0, const RuntimeMethod* method) { { Decimal_t2948259380 L_0 = ___p0; return L_0; } } // System.Void XLuaTest.NoGc::Start() extern "C" IL2CPP_METHOD_ATTR void NoGc_Start_m3380681998 (NoGc_t2304347923 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoGc_Start_m3380681998_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { LuaEnv_t2152703515 * L_0 = __this->get_luaenv_2(); NullCheck(L_0); LuaEnv_DoString_m3000008709(L_0, _stringLiteral2986100658, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_1 = __this->get_luaenv_2(); NullCheck(L_1); LuaTable_t1631611336 * L_2 = LuaEnv_get_Global_m258556783(L_1, /*hidden argument*/NULL); NullCheck(L_2); LuaTable_Set_TisString_t_TisNoGc_t2304347923_m2615674279(L_2, _stringLiteral680663402, __this, /*hidden argument*/LuaTable_Set_TisString_t_TisNoGc_t2304347923_m2615674279_RuntimeMethod_var); LuaEnv_t2152703515 * L_3 = __this->get_luaenv_2(); NullCheck(L_3); LuaTable_t1631611336 * L_4 = LuaEnv_get_Global_m258556783(L_3, /*hidden argument*/NULL); IntParam_t1872826946 ** L_5 = __this->get_address_of_f1_3(); NullCheck(L_4); LuaTable_Get_TisString_t_TisIntParam_t1872826946_m1515688994(L_4, _stringLiteral3454449607, L_5, /*hidden argument*/LuaTable_Get_TisString_t_TisIntParam_t1872826946_m1515688994_RuntimeMethod_var); LuaEnv_t2152703515 * L_6 = __this->get_luaenv_2(); NullCheck(L_6); LuaTable_t1631611336 * L_7 = LuaEnv_get_Global_m258556783(L_6, /*hidden argument*/NULL); Vector3Param_t2925075643 ** L_8 = __this->get_address_of_f2_4(); NullCheck(L_7); LuaTable_Get_TisString_t_TisVector3Param_t2925075643_m580185670(L_7, _stringLiteral3454449607, L_8, /*hidden argument*/LuaTable_Get_TisString_t_TisVector3Param_t2925075643_m580185670_RuntimeMethod_var); LuaEnv_t2152703515 * L_9 = __this->get_luaenv_2(); NullCheck(L_9); LuaTable_t1631611336 * L_10 = LuaEnv_get_Global_m258556783(L_9, /*hidden argument*/NULL); CustomValueTypeParam_t1524517362 ** L_11 = __this->get_address_of_f3_5(); NullCheck(L_10); LuaTable_Get_TisString_t_TisCustomValueTypeParam_t1524517362_m1309686911(L_10, _stringLiteral3454449607, L_11, /*hidden argument*/LuaTable_Get_TisString_t_TisCustomValueTypeParam_t1524517362_m1309686911_RuntimeMethod_var); LuaEnv_t2152703515 * L_12 = __this->get_luaenv_2(); NullCheck(L_12); LuaTable_t1631611336 * L_13 = LuaEnv_get_Global_m258556783(L_12, /*hidden argument*/NULL); EnumParam_t1711860956 ** L_14 = __this->get_address_of_f4_6(); NullCheck(L_13); LuaTable_Get_TisString_t_TisEnumParam_t1711860956_m4129429638(L_13, _stringLiteral3454449607, L_14, /*hidden argument*/LuaTable_Get_TisString_t_TisEnumParam_t1711860956_m4129429638_RuntimeMethod_var); LuaEnv_t2152703515 * L_15 = __this->get_luaenv_2(); NullCheck(L_15); LuaTable_t1631611336 * L_16 = LuaEnv_get_Global_m258556783(L_15, /*hidden argument*/NULL); DecimalParam_t4056261327 ** L_17 = __this->get_address_of_f5_7(); NullCheck(L_16); LuaTable_Get_TisString_t_TisDecimalParam_t4056261327_m601093832(L_16, _stringLiteral3454449607, L_17, /*hidden argument*/LuaTable_Get_TisString_t_TisDecimalParam_t4056261327_m601093832_RuntimeMethod_var); LuaEnv_t2152703515 * L_18 = __this->get_luaenv_2(); NullCheck(L_18); LuaTable_t1631611336 * L_19 = LuaEnv_get_Global_m258556783(L_18, /*hidden argument*/NULL); ArrayAccess_t1010732446 ** L_20 = __this->get_address_of_farr_8(); NullCheck(L_19); LuaTable_Get_TisString_t_TisArrayAccess_t1010732446_m937520058(L_19, _stringLiteral836232456, L_20, /*hidden argument*/LuaTable_Get_TisString_t_TisArrayAccess_t1010732446_m937520058_RuntimeMethod_var); LuaEnv_t2152703515 * L_21 = __this->get_luaenv_2(); NullCheck(L_21); LuaTable_t1631611336 * L_22 = LuaEnv_get_Global_m258556783(L_21, /*hidden argument*/NULL); Action_t1264377477 ** L_23 = __this->get_address_of_flua_9(); NullCheck(L_22); LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542(L_22, _stringLiteral236485752, L_23, /*hidden argument*/LuaTable_Get_TisString_t_TisAction_t1264377477_m3461113542_RuntimeMethod_var); LuaEnv_t2152703515 * L_24 = __this->get_luaenv_2(); NullCheck(L_24); LuaTable_t1631611336 * L_25 = LuaEnv_get_Global_m258556783(L_24, /*hidden argument*/NULL); RuntimeObject** L_26 = __this->get_address_of_ie_10(); NullCheck(L_25); LuaTable_Get_TisString_t_TisIExchanger_t3886744350_m3510742399(L_25, _stringLiteral707078758, L_26, /*hidden argument*/LuaTable_Get_TisString_t_TisIExchanger_t3886744350_m3510742399_RuntimeMethod_var); LuaEnv_t2152703515 * L_27 = __this->get_luaenv_2(); NullCheck(L_27); LuaTable_t1631611336 * L_28 = LuaEnv_get_Global_m258556783(L_27, /*hidden argument*/NULL); LuaFunction_t431395339 ** L_29 = __this->get_address_of_add_11(); NullCheck(L_28); LuaTable_Get_TisString_t_TisLuaFunction_t431395339_m2300469423(L_28, _stringLiteral3265744053, L_29, /*hidden argument*/LuaTable_Get_TisString_t_TisLuaFunction_t431395339_m2300469423_RuntimeMethod_var); LuaEnv_t2152703515 * L_30 = __this->get_luaenv_2(); NullCheck(L_30); LuaTable_t1631611336 * L_31 = LuaEnv_get_Global_m258556783(L_30, /*hidden argument*/NULL); NullCheck(L_31); LuaTable_Set_TisString_t_TisInt32_t2950945753_m4248731580(L_31, _stringLiteral137036296, ((int32_t)123), /*hidden argument*/LuaTable_Set_TisString_t_TisInt32_t2950945753_m4248731580_RuntimeMethod_var); LuaEnv_t2152703515 * L_32 = __this->get_luaenv_2(); NullCheck(L_32); LuaTable_t1631611336 * L_33 = LuaEnv_get_Global_m258556783(L_32, /*hidden argument*/NULL); NullCheck(L_33); LuaTable_Set_TisInt32_t2950945753_TisInt32_t2950945753_m2436893173(L_33, ((int32_t)123), ((int32_t)456), /*hidden argument*/LuaTable_Set_TisInt32_t2950945753_TisInt32_t2950945753_m2436893173_RuntimeMethod_var); LuaEnv_t2152703515 * L_34 = __this->get_luaenv_2(); NullCheck(L_34); LuaTable_t1631611336 * L_35 = LuaEnv_get_Global_m258556783(L_34, /*hidden argument*/NULL); NullCheck(L_35); LuaTable_Get_TisString_t_TisInt32_t2950945753_m3411404045(L_35, _stringLiteral137036296, (&V_0), /*hidden argument*/LuaTable_Get_TisString_t_TisInt32_t2950945753_m3411404045_RuntimeMethod_var); int32_t L_36 = V_0; int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral139526664, L_38, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_40 = __this->get_luaenv_2(); NullCheck(L_40); LuaTable_t1631611336 * L_41 = LuaEnv_get_Global_m258556783(L_40, /*hidden argument*/NULL); NullCheck(L_41); LuaTable_Get_TisInt32_t2950945753_TisInt32_t2950945753_m3917890496(L_41, ((int32_t)123), (&V_0), /*hidden argument*/LuaTable_Get_TisInt32_t2950945753_TisInt32_t2950945753_m3917890496_RuntimeMethod_var); int32_t L_42 = V_0; int32_t L_43 = L_42; RuntimeObject * L_44 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_43); String_t* L_45 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral759543034, L_44, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.NoGc::Update() extern "C" IL2CPP_METHOD_ATTR void NoGc_Update_m1608675642 (NoGc_t2304347923 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoGc_Update_m1608675642_MetadataUsageId); s_Il2CppMethodInitialized = true; } MyStruct_t514849583 V_0; memset(&V_0, 0, sizeof(V_0)); Decimal_t2948259380 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; MyStruct_t514849583 V_3; memset(&V_3, 0, sizeof(V_3)); Decimal_t2948259380 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; { IntParam_t1872826946 * L_0 = __this->get_f1_3(); NullCheck(L_0); IntParam_Invoke_m2899597406(L_0, 1, /*hidden argument*/NULL); Vector3Param_t2925075643 * L_1 = __this->get_f2_4(); Vector3_t3722313464 L_2; memset(&L_2, 0, sizeof(L_2)); Vector3__ctor_m3353183577((&L_2), (1.0f), (2.0f), (3.0f), /*hidden argument*/NULL); NullCheck(L_1); Vector3Param_Invoke_m1862474587(L_1, L_2, /*hidden argument*/NULL); MyStruct__ctor_m2406578381((&V_0), 5, 6, /*hidden argument*/NULL); CustomValueTypeParam_t1524517362 * L_3 = __this->get_f3_5(); MyStruct_t514849583 L_4 = V_0; NullCheck(L_3); CustomValueTypeParam_Invoke_m3343515610(L_3, L_4, /*hidden argument*/NULL); EnumParam_t1711860956 * L_5 = __this->get_f4_6(); NullCheck(L_5); EnumParam_Invoke_m575303459(L_5, 0, /*hidden argument*/NULL); Decimal_t2948259380 L_6; memset(&L_6, 0, sizeof(L_6)); Decimal__ctor_m3650533794((&L_6), ((int32_t)2063622770), ((int32_t)50773878), ((int32_t)174188697), (bool)(-1), (uint8_t)((int32_t)11), /*hidden argument*/NULL); V_1 = L_6; DecimalParam_t4056261327 * L_7 = __this->get_f5_7(); Decimal_t2948259380 L_8 = V_1; NullCheck(L_7); DecimalParam_Invoke_m439513904(L_7, L_8, /*hidden argument*/NULL); LuaFunction_t431395339 * L_9 = __this->get_add_11(); NullCheck(L_9); LuaFunction_Func_TisInt32_t2950945753_TisInt32_t2950945753_TisInt32_t2950945753_m4250895180(L_9, ((int32_t)34), ((int32_t)56), /*hidden argument*/LuaFunction_Func_TisInt32_t2950945753_TisInt32_t2950945753_TisInt32_t2950945753_m4250895180_RuntimeMethod_var); ArrayAccess_t1010732446 * L_10 = __this->get_farr_8(); DoubleU5BU5D_t3413330114* L_11 = __this->get_a1_12(); NullCheck(L_10); ArrayAccess_Invoke_m3929061164(L_10, (RuntimeArray *)(RuntimeArray *)L_11, /*hidden argument*/NULL); ArrayAccess_t1010732446 * L_12 = __this->get_farr_8(); Vector3U5BU5D_t1718750761* L_13 = __this->get_a2_13(); NullCheck(L_12); ArrayAccess_Invoke_m3929061164(L_12, (RuntimeArray *)(RuntimeArray *)L_13, /*hidden argument*/NULL); ArrayAccess_t1010732446 * L_14 = __this->get_farr_8(); MyStructU5BU5D_t224763702* L_15 = __this->get_a3_14(); NullCheck(L_14); ArrayAccess_Invoke_m3929061164(L_14, (RuntimeArray *)(RuntimeArray *)L_15, /*hidden argument*/NULL); ArrayAccess_t1010732446 * L_16 = __this->get_farr_8(); MyEnumU5BU5D_t3063337185* L_17 = __this->get_a4_15(); NullCheck(L_16); ArrayAccess_Invoke_m3929061164(L_16, (RuntimeArray *)(RuntimeArray *)L_17, /*hidden argument*/NULL); ArrayAccess_t1010732446 * L_18 = __this->get_farr_8(); DecimalU5BU5D_t1145110141* L_19 = __this->get_a5_16(); NullCheck(L_18); ArrayAccess_Invoke_m3929061164(L_18, (RuntimeArray *)(RuntimeArray *)L_19, /*hidden argument*/NULL); Action_t1264377477 * L_20 = __this->get_flua_9(); NullCheck(L_20); Action_Invoke_m937035532(L_20, /*hidden argument*/NULL); RuntimeObject* L_21 = __this->get_ie_10(); Vector3U5BU5D_t1718750761* L_22 = __this->get_a2_13(); NullCheck(L_21); InterfaceActionInvoker1< RuntimeArray * >::Invoke(0 /* System.Void XLuaTest.IExchanger::exchange(System.Array) */, IExchanger_t3886744350_il2cpp_TypeInfo_var, L_21, (RuntimeArray *)(RuntimeArray *)L_22); LuaEnv_t2152703515 * L_23 = __this->get_luaenv_2(); NullCheck(L_23); LuaTable_t1631611336 * L_24 = LuaEnv_get_Global_m258556783(L_23, /*hidden argument*/NULL); NullCheck(L_24); LuaTable_Set_TisString_t_TisInt32_t2950945753_m4248731580(L_24, _stringLiteral137036296, ((int32_t)456), /*hidden argument*/LuaTable_Set_TisString_t_TisInt32_t2950945753_m4248731580_RuntimeMethod_var); LuaEnv_t2152703515 * L_25 = __this->get_luaenv_2(); NullCheck(L_25); LuaTable_t1631611336 * L_26 = LuaEnv_get_Global_m258556783(L_25, /*hidden argument*/NULL); NullCheck(L_26); LuaTable_Get_TisString_t_TisInt32_t2950945753_m3411404045(L_26, _stringLiteral137036296, (&V_2), /*hidden argument*/LuaTable_Get_TisString_t_TisInt32_t2950945753_m3411404045_RuntimeMethod_var); LuaEnv_t2152703515 * L_27 = __this->get_luaenv_2(); NullCheck(L_27); LuaTable_t1631611336 * L_28 = LuaEnv_get_Global_m258556783(L_27, /*hidden argument*/NULL); MyStruct_t514849583 L_29 = V_0; NullCheck(L_28); LuaTable_Set_TisDouble_t594665363_TisMyStruct_t514849583_m3999367316(L_28, (123.0001), L_29, /*hidden argument*/LuaTable_Set_TisDouble_t594665363_TisMyStruct_t514849583_m3999367316_RuntimeMethod_var); LuaEnv_t2152703515 * L_30 = __this->get_luaenv_2(); NullCheck(L_30); LuaTable_t1631611336 * L_31 = LuaEnv_get_Global_m258556783(L_30, /*hidden argument*/NULL); NullCheck(L_31); LuaTable_Get_TisDouble_t594665363_TisMyStruct_t514849583_m1572049044(L_31, (123.0001), (&V_3), /*hidden argument*/LuaTable_Get_TisDouble_t594665363_TisMyStruct_t514849583_m1572049044_RuntimeMethod_var); Decimal_t2948259380 L_32; memset(&L_32, 0, sizeof(L_32)); Decimal__ctor_m3650533794((&L_32), 1, 0, 0, (bool)0, (uint8_t)7, /*hidden argument*/NULL); V_4 = L_32; LuaEnv_t2152703515 * L_33 = __this->get_luaenv_2(); NullCheck(L_33); LuaTable_t1631611336 * L_34 = LuaEnv_get_Global_m258556783(L_33, /*hidden argument*/NULL); Decimal_t2948259380 L_35 = V_1; NullCheck(L_34); LuaTable_Set_TisByte_t1134296376_TisDecimal_t2948259380_m2021777786(L_34, (uint8_t)((int32_t)12), L_35, /*hidden argument*/LuaTable_Set_TisByte_t1134296376_TisDecimal_t2948259380_m2021777786_RuntimeMethod_var); LuaEnv_t2152703515 * L_36 = __this->get_luaenv_2(); NullCheck(L_36); LuaTable_t1631611336 * L_37 = LuaEnv_get_Global_m258556783(L_36, /*hidden argument*/NULL); NullCheck(L_37); LuaTable_Get_TisByte_t1134296376_TisDecimal_t2948259380_m2209156747(L_37, (uint8_t)((int32_t)12), (&V_4), /*hidden argument*/LuaTable_Get_TisByte_t1134296376_TisDecimal_t2948259380_m2209156747_RuntimeMethod_var); LuaEnv_t2152703515 * L_38 = __this->get_luaenv_2(); NullCheck(L_38); LuaTable_t1631611336 * L_39 = LuaEnv_get_Global_m258556783(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40 = LuaTable_Get_TisInt32_t2950945753_m118041880(L_39, _stringLiteral2757039957, /*hidden argument*/LuaTable_Get_TisInt32_t2950945753_m118041880_RuntimeMethod_var); V_5 = L_40; LuaEnv_t2152703515 * L_41 = __this->get_luaenv_2(); NullCheck(L_41); LuaTable_t1631611336 * L_42 = LuaEnv_get_Global_m258556783(L_41, /*hidden argument*/NULL); int32_t L_43 = V_5; NullCheck(L_42); LuaTable_SetInPath_TisInt32_t2950945753_m735719664(L_42, _stringLiteral2757039957, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), /*hidden argument*/LuaTable_SetInPath_TisInt32_t2950945753_m735719664_RuntimeMethod_var); LuaEnv_t2152703515 * L_44 = __this->get_luaenv_2(); NullCheck(L_44); LuaTable_t1631611336 * L_45 = LuaEnv_get_Global_m258556783(L_44, /*hidden argument*/NULL); NullCheck(L_45); int32_t L_46 = LuaTable_GetInPath_TisInt32_t2950945753_m1881950570(L_45, _stringLiteral2207288632, /*hidden argument*/LuaTable_GetInPath_TisInt32_t2950945753_m1881950570_RuntimeMethod_var); V_6 = L_46; LuaEnv_t2152703515 * L_47 = __this->get_luaenv_2(); NullCheck(L_47); LuaTable_t1631611336 * L_48 = LuaEnv_get_Global_m258556783(L_47, /*hidden argument*/NULL); int32_t L_49 = V_6; NullCheck(L_48); LuaTable_SetInPath_TisInt32_t2950945753_m735719664(L_48, _stringLiteral2207288632, ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)), /*hidden argument*/LuaTable_SetInPath_TisInt32_t2950945753_m735719664_RuntimeMethod_var); LuaEnv_t2152703515 * L_50 = __this->get_luaenv_2(); NullCheck(L_50); LuaEnv_Tick_m587394023(L_50, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.NoGc::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void NoGc_OnDestroy_m219341358 (NoGc_t2304347923 * __this, const RuntimeMethod* method) { { __this->set_f1_3((IntParam_t1872826946 *)NULL); __this->set_f2_4((Vector3Param_t2925075643 *)NULL); __this->set_f3_5((CustomValueTypeParam_t1524517362 *)NULL); __this->set_f4_6((EnumParam_t1711860956 *)NULL); __this->set_f5_7((DecimalParam_t4056261327 *)NULL); __this->set_farr_8((ArrayAccess_t1010732446 *)NULL); __this->set_flua_9((Action_t1264377477 *)NULL); __this->set_ie_10((RuntimeObject*)NULL); __this->set_add_11((LuaFunction_t431395339 *)NULL); LuaEnv_t2152703515 * L_0 = __this->get_luaenv_2(); NullCheck(L_0); LuaEnv_Dispose_m135176068(L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.NoHotfixCalc::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoHotfixCalc__ctor_m3379414175 (NoHotfixCalc_t3469869122 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLuaTest.NoHotfixCalc::Add(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NoHotfixCalc_Add_m2448951969 (NoHotfixCalc_t3469869122 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { { int32_t L_0 = ___a0; int32_t L_1 = ___b1; return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.PropertyChangedEventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void PropertyChangedEventArgs__ctor_m3352889420 (PropertyChangedEventArgs_t688213017 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyChangedEventArgs__ctor_m3352889420_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.RawObjectTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void RawObjectTest__ctor_m2891918099 (RawObjectTest_t3414887830 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.RawObjectTest::PrintType(System.Object) extern "C" IL2CPP_METHOD_ATTR void RawObjectTest_PrintType_m2810159002 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RawObjectTest_PrintType_m2810159002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2099964646); (L_0)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2099964646); ObjectU5BU5D_t2843939325* L_1 = L_0; RuntimeObject * L_2 = ___o0; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(1), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_1; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral2253781719); (L_4)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2253781719); ObjectU5BU5D_t2843939325* L_5 = L_4; RuntimeObject * L_6 = ___o0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(3), (RuntimeObject *)L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m2971454694(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.RawObjectTest::Start() extern "C" IL2CPP_METHOD_ATTR void RawObjectTest_Start_m1122259925 (RawObjectTest_t3414887830 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RawObjectTest_Start_m1122259925_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaEnv_t2152703515 * V_0 = NULL; { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); V_0 = L_0; LuaEnv_t2152703515 * L_1 = V_0; NullCheck(L_1); LuaEnv_DoString_m3000008709(L_1, _stringLiteral1689055530, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_2 = V_0; NullCheck(L_2); LuaEnv_DoString_m3000008709(L_2, _stringLiteral870345166, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_3 = V_0; NullCheck(L_3); LuaEnv_Dispose_m135176068(L_3, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.RawObjectTest::Update() extern "C" IL2CPP_METHOD_ATTR void RawObjectTest_Update_m3240770117 (RawObjectTest_t3414887830 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.ReImplementInLua::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReImplementInLua__ctor_m1685788777 (ReImplementInLua_t250057993 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.ReImplementInLua::Start() extern "C" IL2CPP_METHOD_ATTR void ReImplementInLua_Start_m2803786143 (ReImplementInLua_t250057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReImplementInLua_Start_m2803786143_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaEnv_t2152703515 * V_0 = NULL; PushAsTableStruct_t2836609445 V_1; memset(&V_1, 0, sizeof(V_1)); { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); V_0 = L_0; LuaEnv_t2152703515 * L_1 = V_0; NullCheck(L_1); LuaEnv_DoString_m3000008709(L_1, _stringLiteral3154423198, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral3301702773, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_2 = V_0; NullCheck(L_2); LuaEnv_DoString_m3000008709(L_2, _stringLiteral3408513018, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); (&V_1)->set_x_0(((int32_t)100)); (&V_1)->set_y_1(((int32_t)200)); LuaEnv_t2152703515 * L_3 = V_0; NullCheck(L_3); LuaTable_t1631611336 * L_4 = LuaEnv_get_Global_m258556783(L_3, /*hidden argument*/NULL); PushAsTableStruct_t2836609445 L_5 = V_1; NullCheck(L_4); LuaTable_Set_TisString_t_TisPushAsTableStruct_t2836609445_m26413479(L_4, _stringLiteral4290868073, L_5, /*hidden argument*/LuaTable_Set_TisString_t_TisPushAsTableStruct_t2836609445_m26413479_RuntimeMethod_var); LuaEnv_t2152703515 * L_6 = V_0; NullCheck(L_6); LuaEnv_DoString_m3000008709(L_6, _stringLiteral3208948087, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_7 = V_0; NullCheck(L_7); LuaEnv_Dispose_m135176068(L_7, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.ReImplementInLua::Update() extern "C" IL2CPP_METHOD_ATTR void ReImplementInLua_Update_m2791821026 (ReImplementInLua_t250057993 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.SignatureLoaderTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void SignatureLoaderTest__ctor_m3843536530 (SignatureLoaderTest_t505974306 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.SignatureLoaderTest::Start() extern "C" IL2CPP_METHOD_ATTR void SignatureLoaderTest_Start_m4279871266 (SignatureLoaderTest_t505974306 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SignatureLoaderTest_Start_m4279871266_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaEnv_t2152703515 * V_0 = NULL; String_t* G_B2_0 = NULL; LuaEnv_t2152703515 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; LuaEnv_t2152703515 * G_B1_1 = NULL; { LuaEnv_t2152703515 * L_0 = (LuaEnv_t2152703515 *)il2cpp_codegen_object_new(LuaEnv_t2152703515_il2cpp_TypeInfo_var); LuaEnv__ctor_m1444695618(L_0, /*hidden argument*/NULL); V_0 = L_0; LuaEnv_t2152703515 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SignatureLoaderTest_t505974306_il2cpp_TypeInfo_var); String_t* L_2 = ((SignatureLoaderTest_t505974306_StaticFields*)il2cpp_codegen_static_fields_for(SignatureLoaderTest_t505974306_il2cpp_TypeInfo_var))->get_PUBLIC_KEY_2(); CustomLoader_t465830221 * L_3 = ((SignatureLoaderTest_t505974306_StaticFields*)il2cpp_codegen_static_fields_for(SignatureLoaderTest_t505974306_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_3(); G_B1_0 = L_2; G_B1_1 = L_1; if (L_3) { G_B2_0 = L_2; G_B2_1 = L_1; goto IL_0024; } } { intptr_t L_4 = (intptr_t)SignatureLoaderTest_U3CStartU3Em__0_m1942330286_RuntimeMethod_var; CustomLoader_t465830221 * L_5 = (CustomLoader_t465830221 *)il2cpp_codegen_object_new(CustomLoader_t465830221_il2cpp_TypeInfo_var); CustomLoader__ctor_m1115093900(L_5, NULL, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SignatureLoaderTest_t505974306_il2cpp_TypeInfo_var); ((SignatureLoaderTest_t505974306_StaticFields*)il2cpp_codegen_static_fields_for(SignatureLoaderTest_t505974306_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_3(L_5); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(SignatureLoaderTest_t505974306_il2cpp_TypeInfo_var); CustomLoader_t465830221 * L_6 = ((SignatureLoaderTest_t505974306_StaticFields*)il2cpp_codegen_static_fields_for(SignatureLoaderTest_t505974306_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_3(); SignatureLoader_t2963269621 * L_7 = (SignatureLoader_t2963269621 *)il2cpp_codegen_object_new(SignatureLoader_t2963269621_il2cpp_TypeInfo_var); SignatureLoader__ctor_m2427167781(L_7, G_B2_0, L_6, /*hidden argument*/NULL); CustomLoader_t465830221 * L_8 = SignatureLoader_op_Implicit_m1662472011(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(G_B2_1); LuaEnv_AddLoader_m3491367536(G_B2_1, L_8, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_9 = V_0; NullCheck(L_9); LuaEnv_DoString_m3000008709(L_9, _stringLiteral2823802600, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_10 = V_0; NullCheck(L_10); LuaEnv_Dispose_m135176068(L_10, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.SignatureLoaderTest::Update() extern "C" IL2CPP_METHOD_ATTR void SignatureLoaderTest_Update_m3264527548 (SignatureLoaderTest_t505974306 * __this, const RuntimeMethod* method) { { return; } } // System.Void XLuaTest.SignatureLoaderTest::.cctor() extern "C" IL2CPP_METHOD_ATTR void SignatureLoaderTest__cctor_m2440208711 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SignatureLoaderTest__cctor_m2440208711_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((SignatureLoaderTest_t505974306_StaticFields*)il2cpp_codegen_static_fields_for(SignatureLoaderTest_t505974306_il2cpp_TypeInfo_var))->set_PUBLIC_KEY_2(_stringLiteral1444959549); return; } } // System.Byte[] XLuaTest.SignatureLoaderTest::m__0(System.String&) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SignatureLoaderTest_U3CStartU3Em__0_m1942330286 (RuntimeObject * __this /* static, unused */, String_t** ___filepath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SignatureLoaderTest_U3CStartU3Em__0_m1942330286_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; { String_t** L_0 = ___filepath0; String_t** L_1 = ___filepath0; String_t* L_2 = *((String_t**)L_1); NullCheck(L_2); String_t* L_3 = String_Replace_m3726209165(L_2, ((int32_t)46), ((int32_t)47), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, _stringLiteral471496547, /*hidden argument*/NULL); *((RuntimeObject **)(L_0)) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)L_4); String_t** L_5 = ___filepath0; String_t* L_6 = *((String_t**)L_5); Object_t631007953 * L_7 = Resources_Load_m3880010804(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_7, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0037; } } { TextAsset_t3022178571 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = TextAsset_get_bytes_m1826471440(L_10, /*hidden argument*/NULL); return L_11; } IL_0037: { return (ByteU5BU5D_t4116647657*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLuaTest.StatefullTest::.ctor() extern "C" IL2CPP_METHOD_ATTR void StatefullTest__ctor_m3581380102 (StatefullTest_t1427081944 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLuaTest.StatefullTest::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StatefullTest__ctor_m644372317 (StatefullTest_t1427081944 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StatefullTest__ctor_m644372317_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___a0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_000e; } } { return; } IL_000e: { int32_t L_1 = ___a0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3451762623, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); int32_t L_5 = ___b1; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_002b; } } { return; } IL_002b: { int32_t L_6 = ___a0; int32_t L_7 = ___b1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7))) <= ((int32_t)0))) { goto IL_0035; } } { return; } IL_0035: { int32_t L_8 = ___b1; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3451762622, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return; } } // System.Int32 XLuaTest.StatefullTest::get_AProp() extern "C" IL2CPP_METHOD_ATTR int32_t StatefullTest_get_AProp_m903856124 (StatefullTest_t1427081944 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CAPropU3Ek__BackingField_0(); return L_0; } } // System.Void XLuaTest.StatefullTest::set_AProp(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_set_AProp_m459958184 (StatefullTest_t1427081944 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CAPropU3Ek__BackingField_0(L_0); return; } } // System.Void XLuaTest.StatefullTest::add_AEvent(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_add_AEvent_m3940995674 (StatefullTest_t1427081944 * __this, Action_2_t1820842380 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StatefullTest_add_AEvent_m3940995674_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_2_t1820842380 * V_0 = NULL; Action_2_t1820842380 * V_1 = NULL; { Action_2_t1820842380 * L_0 = __this->get_AEvent_1(); V_0 = L_0; } IL_0007: { Action_2_t1820842380 * L_1 = V_0; V_1 = L_1; Action_2_t1820842380 ** L_2 = __this->get_address_of_AEvent_1(); Action_2_t1820842380 * L_3 = V_1; Action_2_t1820842380 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); Action_2_t1820842380 * L_6 = V_0; Action_2_t1820842380 * L_7 = InterlockedCompareExchangeImpl(L_2, ((Action_2_t1820842380 *)CastclassSealed((RuntimeObject*)L_5, Action_2_t1820842380_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; Action_2_t1820842380 * L_8 = V_0; Action_2_t1820842380 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_2_t1820842380 *)L_8) == ((RuntimeObject*)(Action_2_t1820842380 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void XLuaTest.StatefullTest::remove_AEvent(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_remove_AEvent_m2089657965 (StatefullTest_t1427081944 * __this, Action_2_t1820842380 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StatefullTest_remove_AEvent_m2089657965_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_2_t1820842380 * V_0 = NULL; Action_2_t1820842380 * V_1 = NULL; { Action_2_t1820842380 * L_0 = __this->get_AEvent_1(); V_0 = L_0; } IL_0007: { Action_2_t1820842380 * L_1 = V_0; V_1 = L_1; Action_2_t1820842380 ** L_2 = __this->get_address_of_AEvent_1(); Action_2_t1820842380 * L_3 = V_1; Action_2_t1820842380 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); Action_2_t1820842380 * L_6 = V_0; Action_2_t1820842380 * L_7 = InterlockedCompareExchangeImpl(L_2, ((Action_2_t1820842380 *)CastclassSealed((RuntimeObject*)L_5, Action_2_t1820842380_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; Action_2_t1820842380 * L_8 = V_0; Action_2_t1820842380 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_2_t1820842380 *)L_8) == ((RuntimeObject*)(Action_2_t1820842380 *)L_9)))) { goto IL_0007; } } { return; } } // System.Int32 XLuaTest.StatefullTest::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StatefullTest_get_Item_m3048570069 (StatefullTest_t1427081944 * __this, String_t* ___field0, const RuntimeMethod* method) { { return 1; } } // System.Void XLuaTest.StatefullTest::set_Item(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_set_Item_m2468244571 (StatefullTest_t1427081944 * __this, String_t* ___field0, int32_t ___value1, const RuntimeMethod* method) { { return; } } // System.Void XLuaTest.StatefullTest::Start() extern "C" IL2CPP_METHOD_ATTR void StatefullTest_Start_m548798406 (StatefullTest_t1427081944 * __this, const RuntimeMethod* method) { { return; } } // System.Void XLuaTest.StatefullTest::Update() extern "C" IL2CPP_METHOD_ATTR void StatefullTest_Update_m3408233334 (StatefullTest_t1427081944 * __this, const RuntimeMethod* method) { { return; } } // System.Void XLuaTest.StatefullTest::StaticFunc(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_StaticFunc_m1678891218 (RuntimeObject * __this /* static, unused */, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { { return; } } // System.Void XLuaTest.StatefullTest::StaticFunc(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StatefullTest_StaticFunc_m3063517174 (RuntimeObject * __this /* static, unused */, String_t* ___a0, int32_t ___b1, int32_t ___c2, const RuntimeMethod* method) { { return; } } // System.Void XLuaTest.StatefullTest::Finalize() extern "C" IL2CPP_METHOD_ATTR void StatefullTest_Finalize_m3951567561 (StatefullTest_t1427081944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StatefullTest_Finalize_m3951567561_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral754635900, /*hidden argument*/NULL); IL2CPP_LEAVE(0x16, FINALLY_000f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000f; } FINALLY_000f: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(15) } // end finally (depth: 1) IL2CPP_CLEANUP(15) { IL2CPP_JUMP_TBL(0x16, IL_0016) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0016: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: XLuaTest.StructTest extern "C" void StructTest_t3768119842_marshal_pinvoke(const StructTest_t3768119842& unmarshaled, StructTest_t3768119842_marshaled_pinvoke& marshaled) { Exception_t* ___go_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'go' of type 'StructTest': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___go_0Exception,NULL); } extern "C" void StructTest_t3768119842_marshal_pinvoke_back(const StructTest_t3768119842_marshaled_pinvoke& marshaled, StructTest_t3768119842& unmarshaled) { Exception_t* ___go_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'go' of type 'StructTest': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___go_0Exception,NULL); } // Conversion method for clean up from marshalling of: XLuaTest.StructTest extern "C" void StructTest_t3768119842_marshal_pinvoke_cleanup(StructTest_t3768119842_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: XLuaTest.StructTest extern "C" void StructTest_t3768119842_marshal_com(const StructTest_t3768119842& unmarshaled, StructTest_t3768119842_marshaled_com& marshaled) { Exception_t* ___go_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'go' of type 'StructTest': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___go_0Exception,NULL); } extern "C" void StructTest_t3768119842_marshal_com_back(const StructTest_t3768119842_marshaled_com& marshaled, StructTest_t3768119842& unmarshaled) { Exception_t* ___go_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'go' of type 'StructTest': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___go_0Exception,NULL); } // Conversion method for clean up from marshalling of: XLuaTest.StructTest extern "C" void StructTest_t3768119842_marshal_com_cleanup(StructTest_t3768119842_marshaled_com& marshaled) { } // System.Void XLuaTest.StructTest::.ctor(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void StructTest__ctor_m1191921780 (StructTest_t3768119842 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = ___go0; __this->set_go_0(L_0); return; } } extern "C" void StructTest__ctor_m1191921780_AdjustorThunk (RuntimeObject * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { StructTest_t3768119842 * _thisAdjusted = reinterpret_cast(__this + 1); StructTest__ctor_m1191921780(_thisAdjusted, ___go0, method); } // UnityEngine.GameObject XLuaTest.StructTest::GetGo(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * StructTest_GetGo_m3703573472 (StructTest_t3768119842 * __this, int32_t ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = __this->get_go_0(); return L_0; } } extern "C" GameObject_t1113636619 * StructTest_GetGo_m3703573472_AdjustorThunk (RuntimeObject * __this, int32_t ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { StructTest_t3768119842 * _thisAdjusted = reinterpret_cast(__this + 1); return StructTest_GetGo_m3703573472(_thisAdjusted, ___a0, ___b1, method); } // System.String XLuaTest.StructTest::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StructTest_ToString_m4200353596 (StructTest_t3768119842 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StructTest_ToString_m4200353596_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StructTest_t3768119842 L_0 = (*(StructTest_t3768119842 *)__this); RuntimeObject * L_1 = Box(StructTest_t3768119842_il2cpp_TypeInfo_var, &L_0); NullCheck((ValueType_t3640485471 *)L_1); String_t* L_2 = ValueType_ToString_m2292123621((ValueType_t3640485471 *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* StructTest_ToString_m4200353596_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StructTest_t3768119842 * _thisAdjusted = reinterpret_cast(__this + 1); return StructTest_ToString_m4200353596(_thisAdjusted, method); } // System.String XLuaTest.StructTest::Proxy() extern "C" IL2CPP_METHOD_ATTR String_t* StructTest_Proxy_m1935924831 (StructTest_t3768119842 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StructTest_Proxy_m1935924831_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StructTest_t3768119842 L_0 = (*(StructTest_t3768119842 *)__this); RuntimeObject * L_1 = Box(StructTest_t3768119842_il2cpp_TypeInfo_var, &L_0); NullCheck((ValueType_t3640485471 *)L_1); String_t* L_2 = ValueType_ToString_m2292123621((ValueType_t3640485471 *)L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* StructTest_Proxy_m1935924831_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StructTest_t3768119842 * _thisAdjusted = reinterpret_cast(__this + 1); return StructTest_Proxy_m1935924831(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" Vector3_t3722313464 DelegatePInvokeWrapper_Vector3Param_t2925075643 (Vector3Param_t2925075643 * __this, Vector3_t3722313464 ___p0, const RuntimeMethod* method) { typedef Vector3_t3722313464 (DEFAULT_CALL *PInvokeFunc)(Vector3_t3722313464 ); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation Vector3_t3722313464 returnValue = il2cppPInvokeFunc(___p0); return returnValue; } // System.Void XLuaTest.Vector3Param::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Vector3Param__ctor_m3404274100 (Vector3Param_t2925075643 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // UnityEngine.Vector3 XLuaTest.Vector3Param::Invoke(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3Param_Invoke_m1862474587 (Vector3Param_t2925075643 * __this, Vector3_t3722313464 ___p0, const RuntimeMethod* method) { Vector3_t3722313464 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { Vector3Param_Invoke_m1862474587((Vector3Param_t2925075643 *)__this->get_prev_9(), ___p0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef Vector3_t3722313464 (*FunctionPointerType) (RuntimeObject *, Vector3_t3722313464 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___p0, targetMethod); } } else { // closed { typedef Vector3_t3722313464 (*FunctionPointerType) (RuntimeObject *, void*, Vector3_t3722313464 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___p0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< Vector3_t3722313464 , Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___p0); else result = GenericVirtFuncInvoker1< Vector3_t3722313464 , Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___p0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Vector3_t3722313464 , Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___p0); else result = VirtFuncInvoker1< Vector3_t3722313464 , Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___p0); } } else { typedef Vector3_t3722313464 (*FunctionPointerType) (void*, Vector3_t3722313464 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___p0, targetMethod); } } } return result; } // System.IAsyncResult XLuaTest.Vector3Param::BeginInvoke(UnityEngine.Vector3,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Vector3Param_BeginInvoke_m3555360842 (Vector3Param_t2925075643 * __this, Vector3_t3722313464 ___p0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Vector3Param_BeginInvoke_m3555360842_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___p0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // UnityEngine.Vector3 XLuaTest.Vector3Param::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3Param_EndInvoke_m2483530250 (Vector3Param_t2925075643 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Vector3_t3722313464 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif