No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnityEngine.Purchasing.AppleMacosStub.cpp 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
  9. struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
  10. struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
  11. struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
  12. struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
  13. struct MethodInfo_t;
  14. struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
  15. struct OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD;
  16. struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
  17. struct String_t;
  18. struct UnityPurchasingCallback_tFC58410D7A50DD05CC7430C76C7E0277A213757D;
  19. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
  20. IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
  21. IL2CPP_EXTERN_C const RuntimeMethod* OSXStoreBindings_AddTransactionObserver_mCB5026064E32CC0789ED6EF6D25952C9C1418752_RuntimeMethod_var;
  22. IL2CPP_EXTERN_C const RuntimeMethod* OSXStoreBindings_FinishTransaction_mE289ADEEEA094E3D7EE0787C647BE977522B0C31_RuntimeMethod_var;
  23. IL2CPP_EXTERN_C const RuntimeMethod* OSXStoreBindings_InterceptPromotionalPurchases_m22307344F3DDE0F731A772C6A83D4ACF6063DF6C_RuntimeMethod_var;
  24. IL2CPP_EXTERN_C const RuntimeMethod* OSXStoreBindings_Purchase_m52F91E67C26D94ADC5E10FBEC9B6E179A344C0A7_RuntimeMethod_var;
  25. IL2CPP_EXTERN_C const RuntimeMethod* OSXStoreBindings_RetrieveProducts_mA0C95496441A2EF71BA05E0D5AC4089C9465F5F3_RuntimeMethod_var;
  26. IL2CPP_EXTERN_C const RuntimeMethod* OSXStoreBindings_SetUnityPurchasingCallback_mBB8CB88EA7308F3B7B9C82E19DF22A1D33E2ABC5_RuntimeMethod_var;
  27. IL2CPP_EXTERN_C const RuntimeMethod* OSXStoreBindings_get_appReceiptModificationDate_m0DBAA910000990A3F3EF43F04C783E7BC2B510F4_RuntimeMethod_var;
  28. IL2CPP_EXTERN_C const RuntimeMethod* OSXStoreBindings_get_appReceipt_mECA7C48A499AA98C8EAFCFC0D420AAB157508DBE_RuntimeMethod_var;
  29. struct Delegate_t_marshaled_com;
  30. struct Delegate_t_marshaled_pinvoke;
  31. struct Exception_t_marshaled_com;
  32. struct Exception_t_marshaled_pinvoke;
  33. IL2CPP_EXTERN_C_BEGIN
  34. IL2CPP_EXTERN_C_END
  35. #ifdef __clang__
  36. #pragma clang diagnostic push
  37. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  38. #pragma clang diagnostic ignored "-Wunused-variable"
  39. #endif
  40. struct U3CModuleU3E_t97F464837B67C1E04A6CE046C4F4C54373AFC775
  41. {
  42. };
  43. struct OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD : public RuntimeObject
  44. {
  45. };
  46. struct String_t : public RuntimeObject
  47. {
  48. int32_t ____stringLength;
  49. Il2CppChar ____firstChar;
  50. };
  51. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  52. {
  53. };
  54. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  55. {
  56. };
  57. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  58. {
  59. };
  60. struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
  61. {
  62. bool ___m_value;
  63. };
  64. struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
  65. {
  66. double ___m_value;
  67. };
  68. struct IntPtr_t
  69. {
  70. void* ___m_value;
  71. };
  72. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
  73. {
  74. union
  75. {
  76. struct
  77. {
  78. };
  79. uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
  80. };
  81. };
  82. struct Delegate_t : public RuntimeObject
  83. {
  84. intptr_t ___method_ptr;
  85. intptr_t ___invoke_impl;
  86. RuntimeObject* ___m_target;
  87. intptr_t ___method;
  88. intptr_t ___delegate_trampoline;
  89. intptr_t ___extra_arg;
  90. intptr_t ___method_code;
  91. intptr_t ___interp_method;
  92. intptr_t ___interp_invoke_impl;
  93. MethodInfo_t* ___method_info;
  94. MethodInfo_t* ___original_method_info;
  95. DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
  96. bool ___method_is_virtual;
  97. };
  98. struct Delegate_t_marshaled_pinvoke
  99. {
  100. intptr_t ___method_ptr;
  101. intptr_t ___invoke_impl;
  102. Il2CppIUnknown* ___m_target;
  103. intptr_t ___method;
  104. intptr_t ___delegate_trampoline;
  105. intptr_t ___extra_arg;
  106. intptr_t ___method_code;
  107. intptr_t ___interp_method;
  108. intptr_t ___interp_invoke_impl;
  109. MethodInfo_t* ___method_info;
  110. MethodInfo_t* ___original_method_info;
  111. DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
  112. int32_t ___method_is_virtual;
  113. };
  114. struct Delegate_t_marshaled_com
  115. {
  116. intptr_t ___method_ptr;
  117. intptr_t ___invoke_impl;
  118. Il2CppIUnknown* ___m_target;
  119. intptr_t ___method;
  120. intptr_t ___delegate_trampoline;
  121. intptr_t ___extra_arg;
  122. intptr_t ___method_code;
  123. intptr_t ___interp_method;
  124. intptr_t ___interp_invoke_impl;
  125. MethodInfo_t* ___method_info;
  126. MethodInfo_t* ___original_method_info;
  127. DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
  128. int32_t ___method_is_virtual;
  129. };
  130. struct Exception_t : public RuntimeObject
  131. {
  132. String_t* ____className;
  133. String_t* ____message;
  134. RuntimeObject* ____data;
  135. Exception_t* ____innerException;
  136. String_t* ____helpURL;
  137. RuntimeObject* ____stackTrace;
  138. String_t* ____stackTraceString;
  139. String_t* ____remoteStackTraceString;
  140. int32_t ____remoteStackIndex;
  141. RuntimeObject* ____dynamicMethods;
  142. int32_t ____HResult;
  143. String_t* ____source;
  144. SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
  145. StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
  146. IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
  147. int32_t ___caught_in_unmanaged;
  148. };
  149. struct Exception_t_marshaled_pinvoke
  150. {
  151. char* ____className;
  152. char* ____message;
  153. RuntimeObject* ____data;
  154. Exception_t_marshaled_pinvoke* ____innerException;
  155. char* ____helpURL;
  156. Il2CppIUnknown* ____stackTrace;
  157. char* ____stackTraceString;
  158. char* ____remoteStackTraceString;
  159. int32_t ____remoteStackIndex;
  160. Il2CppIUnknown* ____dynamicMethods;
  161. int32_t ____HResult;
  162. char* ____source;
  163. SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
  164. StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
  165. Il2CppSafeArray* ___native_trace_ips;
  166. int32_t ___caught_in_unmanaged;
  167. };
  168. struct Exception_t_marshaled_com
  169. {
  170. Il2CppChar* ____className;
  171. Il2CppChar* ____message;
  172. RuntimeObject* ____data;
  173. Exception_t_marshaled_com* ____innerException;
  174. Il2CppChar* ____helpURL;
  175. Il2CppIUnknown* ____stackTrace;
  176. Il2CppChar* ____stackTraceString;
  177. Il2CppChar* ____remoteStackTraceString;
  178. int32_t ____remoteStackIndex;
  179. Il2CppIUnknown* ____dynamicMethods;
  180. int32_t ____HResult;
  181. Il2CppChar* ____source;
  182. SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
  183. StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
  184. Il2CppSafeArray* ___native_trace_ips;
  185. int32_t ___caught_in_unmanaged;
  186. };
  187. struct MulticastDelegate_t : public Delegate_t
  188. {
  189. DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
  190. };
  191. struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
  192. {
  193. Delegate_t_marshaled_pinvoke** ___delegates;
  194. };
  195. struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
  196. {
  197. Delegate_t_marshaled_com** ___delegates;
  198. };
  199. struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
  200. {
  201. };
  202. struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
  203. {
  204. };
  205. struct UnityPurchasingCallback_tFC58410D7A50DD05CC7430C76C7E0277A213757D : public MulticastDelegate_t
  206. {
  207. };
  208. struct String_t_StaticFields
  209. {
  210. String_t* ___Empty;
  211. };
  212. #ifdef __clang__
  213. #pragma clang diagnostic pop
  214. #endif
  215. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
  216. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
  217. #ifdef __clang__
  218. #pragma clang diagnostic push
  219. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  220. #pragma clang diagnostic ignored "-Wunused-variable"
  221. #endif
  222. #ifdef __clang__
  223. #pragma clang diagnostic pop
  224. #endif
  225. #ifdef __clang__
  226. #pragma clang diagnostic push
  227. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  228. #pragma clang diagnostic ignored "-Wunused-variable"
  229. #endif
  230. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSXStoreBindings_SetUnityPurchasingCallback_mBB8CB88EA7308F3B7B9C82E19DF22A1D33E2ABC5 (OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD* __this, UnityPurchasingCallback_tFC58410D7A50DD05CC7430C76C7E0277A213757D* ___0_AsyncCallback, const RuntimeMethod* method)
  231. {
  232. {
  233. NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
  234. NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
  235. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OSXStoreBindings_SetUnityPurchasingCallback_mBB8CB88EA7308F3B7B9C82E19DF22A1D33E2ABC5_RuntimeMethod_var)));
  236. }
  237. }
  238. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSXStoreBindings_AddTransactionObserver_mCB5026064E32CC0789ED6EF6D25952C9C1418752 (OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD* __this, const RuntimeMethod* method)
  239. {
  240. {
  241. NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
  242. NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
  243. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OSXStoreBindings_AddTransactionObserver_mCB5026064E32CC0789ED6EF6D25952C9C1418752_RuntimeMethod_var)));
  244. }
  245. }
  246. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSXStoreBindings_RetrieveProducts_mA0C95496441A2EF71BA05E0D5AC4089C9465F5F3 (OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD* __this, String_t* ___0_json, const RuntimeMethod* method)
  247. {
  248. {
  249. NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
  250. NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
  251. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OSXStoreBindings_RetrieveProducts_mA0C95496441A2EF71BA05E0D5AC4089C9465F5F3_RuntimeMethod_var)));
  252. }
  253. }
  254. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSXStoreBindings_Purchase_m52F91E67C26D94ADC5E10FBEC9B6E179A344C0A7 (OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD* __this, String_t* ___0_productJSON, String_t* ___1_developerPayload, const RuntimeMethod* method)
  255. {
  256. {
  257. NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
  258. NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
  259. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OSXStoreBindings_Purchase_m52F91E67C26D94ADC5E10FBEC9B6E179A344C0A7_RuntimeMethod_var)));
  260. }
  261. }
  262. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSXStoreBindings_FinishTransaction_mE289ADEEEA094E3D7EE0787C647BE977522B0C31 (OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD* __this, String_t* ___0_productJSON, String_t* ___1_transactionID, const RuntimeMethod* method)
  263. {
  264. {
  265. NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
  266. NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
  267. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OSXStoreBindings_FinishTransaction_mE289ADEEEA094E3D7EE0787C647BE977522B0C31_RuntimeMethod_var)));
  268. }
  269. }
  270. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OSXStoreBindings_get_appReceipt_mECA7C48A499AA98C8EAFCFC0D420AAB157508DBE (OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD* __this, const RuntimeMethod* method)
  271. {
  272. {
  273. NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
  274. NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
  275. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OSXStoreBindings_get_appReceipt_mECA7C48A499AA98C8EAFCFC0D420AAB157508DBE_RuntimeMethod_var)));
  276. }
  277. }
  278. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double OSXStoreBindings_get_appReceiptModificationDate_m0DBAA910000990A3F3EF43F04C783E7BC2B510F4 (OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD* __this, const RuntimeMethod* method)
  279. {
  280. {
  281. NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
  282. NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
  283. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OSXStoreBindings_get_appReceiptModificationDate_m0DBAA910000990A3F3EF43F04C783E7BC2B510F4_RuntimeMethod_var)));
  284. }
  285. }
  286. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSXStoreBindings_InterceptPromotionalPurchases_m22307344F3DDE0F731A772C6A83D4ACF6063DF6C (OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD* __this, const RuntimeMethod* method)
  287. {
  288. {
  289. NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
  290. NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
  291. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OSXStoreBindings_InterceptPromotionalPurchases_m22307344F3DDE0F731A772C6A83D4ACF6063DF6C_RuntimeMethod_var)));
  292. }
  293. }
  294. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSXStoreBindings__ctor_mF2730729E545708DDE64B8098F8814B56B1FD968 (OSXStoreBindings_t07AE7B9ED38F91E24390B891BF76B405FD3163CD* __this, const RuntimeMethod* method)
  295. {
  296. {
  297. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  298. return;
  299. }
  300. }
  301. #ifdef __clang__
  302. #pragma clang diagnostic pop
  303. #endif