Assembly-CSharp_Attr.cpp 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879
  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. #include <stdint.h>
  9. // System.Char[]
  10. struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
  11. // System.Type[]
  12. struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
  13. // System.Reflection.Binder
  14. struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
  15. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  16. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF;
  17. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  18. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C;
  19. // System.Diagnostics.DebuggableAttribute
  20. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B;
  21. // System.Diagnostics.DebuggerBrowsableAttribute
  22. struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53;
  23. // System.Diagnostics.DebuggerHiddenAttribute
  24. struct DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88;
  25. // UnityEngine.HeaderAttribute
  26. struct HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB;
  27. // UnityEngine.HideInInspector
  28. struct HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA;
  29. // System.Runtime.CompilerServices.IteratorStateMachineAttribute
  30. struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830;
  31. // System.Reflection.MemberFilter
  32. struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
  33. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  34. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
  35. // System.String
  36. struct String_t;
  37. // System.Type
  38. struct Type_t;
  39. // System.Void
  40. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
  41. IL2CPP_EXTERN_C const RuntimeType* U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_0_0_0_var;
  42. IL2CPP_EXTERN_C_BEGIN
  43. IL2CPP_EXTERN_C_END
  44. #ifdef __clang__
  45. #pragma clang diagnostic push
  46. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  47. #pragma clang diagnostic ignored "-Wunused-variable"
  48. #endif
  49. // System.Object
  50. // System.Attribute
  51. struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
  52. {
  53. public:
  54. public:
  55. };
  56. // System.Reflection.MemberInfo
  57. struct MemberInfo_t : public RuntimeObject
  58. {
  59. public:
  60. public:
  61. };
  62. // System.String
  63. struct String_t : public RuntimeObject
  64. {
  65. public:
  66. // System.Int32 System.String::m_stringLength
  67. int32_t ___m_stringLength_0;
  68. // System.Char System.String::m_firstChar
  69. Il2CppChar ___m_firstChar_1;
  70. public:
  71. inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
  72. inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
  73. inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
  74. inline void set_m_stringLength_0(int32_t value)
  75. {
  76. ___m_stringLength_0 = value;
  77. }
  78. inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
  79. inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
  80. inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
  81. inline void set_m_firstChar_1(Il2CppChar value)
  82. {
  83. ___m_firstChar_1 = value;
  84. }
  85. };
  86. struct String_t_StaticFields
  87. {
  88. public:
  89. // System.String System.String::Empty
  90. String_t* ___Empty_5;
  91. public:
  92. inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
  93. inline String_t* get_Empty_5() const { return ___Empty_5; }
  94. inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
  95. inline void set_Empty_5(String_t* value)
  96. {
  97. ___Empty_5 = value;
  98. Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
  99. }
  100. };
  101. // System.ValueType
  102. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
  103. {
  104. public:
  105. public:
  106. };
  107. // Native definition for P/Invoke marshalling of System.ValueType
  108. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
  109. {
  110. };
  111. // Native definition for COM marshalling of System.ValueType
  112. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
  113. {
  114. };
  115. // System.Boolean
  116. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
  117. {
  118. public:
  119. // System.Boolean System.Boolean::m_value
  120. bool ___m_value_0;
  121. public:
  122. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
  123. inline bool get_m_value_0() const { return ___m_value_0; }
  124. inline bool* get_address_of_m_value_0() { return &___m_value_0; }
  125. inline void set_m_value_0(bool value)
  126. {
  127. ___m_value_0 = value;
  128. }
  129. };
  130. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
  131. {
  132. public:
  133. // System.String System.Boolean::TrueString
  134. String_t* ___TrueString_5;
  135. // System.String System.Boolean::FalseString
  136. String_t* ___FalseString_6;
  137. public:
  138. inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
  139. inline String_t* get_TrueString_5() const { return ___TrueString_5; }
  140. inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
  141. inline void set_TrueString_5(String_t* value)
  142. {
  143. ___TrueString_5 = value;
  144. Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
  145. }
  146. inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
  147. inline String_t* get_FalseString_6() const { return ___FalseString_6; }
  148. inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
  149. inline void set_FalseString_6(String_t* value)
  150. {
  151. ___FalseString_6 = value;
  152. Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
  153. }
  154. };
  155. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  156. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  157. {
  158. public:
  159. // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations
  160. int32_t ___m_relaxations_0;
  161. public:
  162. inline static int32_t get_offset_of_m_relaxations_0() { return static_cast<int32_t>(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); }
  163. inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; }
  164. inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; }
  165. inline void set_m_relaxations_0(int32_t value)
  166. {
  167. ___m_relaxations_0 = value;
  168. }
  169. };
  170. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  171. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  172. {
  173. public:
  174. public:
  175. };
  176. // System.Diagnostics.DebuggerHiddenAttribute
  177. struct DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  178. {
  179. public:
  180. public:
  181. };
  182. // System.Enum
  183. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
  184. {
  185. public:
  186. public:
  187. };
  188. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
  189. {
  190. public:
  191. // System.Char[] System.Enum::enumSeperatorCharArray
  192. CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
  193. public:
  194. inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
  195. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
  196. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
  197. inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
  198. {
  199. ___enumSeperatorCharArray_0 = value;
  200. Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
  201. }
  202. };
  203. // Native definition for P/Invoke marshalling of System.Enum
  204. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
  205. {
  206. };
  207. // Native definition for COM marshalling of System.Enum
  208. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
  209. {
  210. };
  211. // UnityEngine.HideInInspector
  212. struct HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  213. {
  214. public:
  215. public:
  216. };
  217. // System.IntPtr
  218. struct IntPtr_t
  219. {
  220. public:
  221. // System.Void* System.IntPtr::m_value
  222. void* ___m_value_0;
  223. public:
  224. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  225. inline void* get_m_value_0() const { return ___m_value_0; }
  226. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  227. inline void set_m_value_0(void* value)
  228. {
  229. ___m_value_0 = value;
  230. }
  231. };
  232. struct IntPtr_t_StaticFields
  233. {
  234. public:
  235. // System.IntPtr System.IntPtr::Zero
  236. intptr_t ___Zero_1;
  237. public:
  238. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  239. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  240. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  241. inline void set_Zero_1(intptr_t value)
  242. {
  243. ___Zero_1 = value;
  244. }
  245. };
  246. // UnityEngine.PropertyAttribute
  247. struct PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  248. {
  249. public:
  250. public:
  251. };
  252. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  253. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  254. {
  255. public:
  256. // System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows
  257. bool ___m_wrapNonExceptionThrows_0;
  258. public:
  259. inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast<int32_t>(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); }
  260. inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; }
  261. inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; }
  262. inline void set_m_wrapNonExceptionThrows_0(bool value)
  263. {
  264. ___m_wrapNonExceptionThrows_0 = value;
  265. }
  266. };
  267. // System.Runtime.CompilerServices.StateMachineAttribute
  268. struct StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  269. {
  270. public:
  271. // System.Type System.Runtime.CompilerServices.StateMachineAttribute::<StateMachineType>k__BackingField
  272. Type_t * ___U3CStateMachineTypeU3Ek__BackingField_0;
  273. public:
  274. inline static int32_t get_offset_of_U3CStateMachineTypeU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3, ___U3CStateMachineTypeU3Ek__BackingField_0)); }
  275. inline Type_t * get_U3CStateMachineTypeU3Ek__BackingField_0() const { return ___U3CStateMachineTypeU3Ek__BackingField_0; }
  276. inline Type_t ** get_address_of_U3CStateMachineTypeU3Ek__BackingField_0() { return &___U3CStateMachineTypeU3Ek__BackingField_0; }
  277. inline void set_U3CStateMachineTypeU3Ek__BackingField_0(Type_t * value)
  278. {
  279. ___U3CStateMachineTypeU3Ek__BackingField_0 = value;
  280. Il2CppCodeGenWriteBarrier((void**)(&___U3CStateMachineTypeU3Ek__BackingField_0), (void*)value);
  281. }
  282. };
  283. // System.Void
  284. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
  285. {
  286. public:
  287. union
  288. {
  289. struct
  290. {
  291. };
  292. uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
  293. };
  294. public:
  295. };
  296. // System.Reflection.BindingFlags
  297. struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
  298. {
  299. public:
  300. // System.Int32 System.Reflection.BindingFlags::value__
  301. int32_t ___value___2;
  302. public:
  303. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
  304. inline int32_t get_value___2() const { return ___value___2; }
  305. inline int32_t* get_address_of_value___2() { return &___value___2; }
  306. inline void set_value___2(int32_t value)
  307. {
  308. ___value___2 = value;
  309. }
  310. };
  311. // System.Diagnostics.DebuggerBrowsableState
  312. struct DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091
  313. {
  314. public:
  315. // System.Int32 System.Diagnostics.DebuggerBrowsableState::value__
  316. int32_t ___value___2;
  317. public:
  318. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091, ___value___2)); }
  319. inline int32_t get_value___2() const { return ___value___2; }
  320. inline int32_t* get_address_of_value___2() { return &___value___2; }
  321. inline void set_value___2(int32_t value)
  322. {
  323. ___value___2 = value;
  324. }
  325. };
  326. // UnityEngine.HeaderAttribute
  327. struct HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB : public PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052
  328. {
  329. public:
  330. // System.String UnityEngine.HeaderAttribute::header
  331. String_t* ___header_0;
  332. public:
  333. inline static int32_t get_offset_of_header_0() { return static_cast<int32_t>(offsetof(HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB, ___header_0)); }
  334. inline String_t* get_header_0() const { return ___header_0; }
  335. inline String_t** get_address_of_header_0() { return &___header_0; }
  336. inline void set_header_0(String_t* value)
  337. {
  338. ___header_0 = value;
  339. Il2CppCodeGenWriteBarrier((void**)(&___header_0), (void*)value);
  340. }
  341. };
  342. // System.Runtime.CompilerServices.IteratorStateMachineAttribute
  343. struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 : public StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3
  344. {
  345. public:
  346. public:
  347. };
  348. // System.RuntimeTypeHandle
  349. struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
  350. {
  351. public:
  352. // System.IntPtr System.RuntimeTypeHandle::value
  353. intptr_t ___value_0;
  354. public:
  355. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
  356. inline intptr_t get_value_0() const { return ___value_0; }
  357. inline intptr_t* get_address_of_value_0() { return &___value_0; }
  358. inline void set_value_0(intptr_t value)
  359. {
  360. ___value_0 = value;
  361. }
  362. };
  363. // System.Diagnostics.DebuggableAttribute/DebuggingModes
  364. struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8
  365. {
  366. public:
  367. // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__
  368. int32_t ___value___2;
  369. public:
  370. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); }
  371. inline int32_t get_value___2() const { return ___value___2; }
  372. inline int32_t* get_address_of_value___2() { return &___value___2; }
  373. inline void set_value___2(int32_t value)
  374. {
  375. ___value___2 = value;
  376. }
  377. };
  378. // System.Diagnostics.DebuggableAttribute
  379. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  380. {
  381. public:
  382. // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
  383. int32_t ___m_debuggingModes_0;
  384. public:
  385. inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); }
  386. inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
  387. inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
  388. inline void set_m_debuggingModes_0(int32_t value)
  389. {
  390. ___m_debuggingModes_0 = value;
  391. }
  392. };
  393. // System.Diagnostics.DebuggerBrowsableAttribute
  394. struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  395. {
  396. public:
  397. // System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerBrowsableAttribute::state
  398. int32_t ___state_0;
  399. public:
  400. inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53, ___state_0)); }
  401. inline int32_t get_state_0() const { return ___state_0; }
  402. inline int32_t* get_address_of_state_0() { return &___state_0; }
  403. inline void set_state_0(int32_t value)
  404. {
  405. ___state_0 = value;
  406. }
  407. };
  408. // System.Type
  409. struct Type_t : public MemberInfo_t
  410. {
  411. public:
  412. // System.RuntimeTypeHandle System.Type::_impl
  413. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
  414. public:
  415. inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
  416. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
  417. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
  418. inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
  419. {
  420. ____impl_9 = value;
  421. }
  422. };
  423. struct Type_t_StaticFields
  424. {
  425. public:
  426. // System.Reflection.MemberFilter System.Type::FilterAttribute
  427. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
  428. // System.Reflection.MemberFilter System.Type::FilterName
  429. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
  430. // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
  431. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
  432. // System.Object System.Type::Missing
  433. RuntimeObject * ___Missing_3;
  434. // System.Char System.Type::Delimiter
  435. Il2CppChar ___Delimiter_4;
  436. // System.Type[] System.Type::EmptyTypes
  437. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
  438. // System.Reflection.Binder System.Type::defaultBinder
  439. Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
  440. public:
  441. inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
  442. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
  443. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
  444. inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  445. {
  446. ___FilterAttribute_0 = value;
  447. Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
  448. }
  449. inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
  450. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
  451. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
  452. inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  453. {
  454. ___FilterName_1 = value;
  455. Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
  456. }
  457. inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
  458. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
  459. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
  460. inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  461. {
  462. ___FilterNameIgnoreCase_2 = value;
  463. Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
  464. }
  465. inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
  466. inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
  467. inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
  468. inline void set_Missing_3(RuntimeObject * value)
  469. {
  470. ___Missing_3 = value;
  471. Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
  472. }
  473. inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
  474. inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
  475. inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
  476. inline void set_Delimiter_4(Il2CppChar value)
  477. {
  478. ___Delimiter_4 = value;
  479. }
  480. inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
  481. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
  482. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
  483. inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
  484. {
  485. ___EmptyTypes_5 = value;
  486. Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
  487. }
  488. inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
  489. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
  490. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
  491. inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
  492. {
  493. ___defaultBinder_6 = value;
  494. Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
  495. }
  496. };
  497. #ifdef __clang__
  498. #pragma clang diagnostic pop
  499. #endif
  500. // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes)
  501. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method);
  502. // System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32)
  503. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method);
  504. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor()
  505. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method);
  506. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean)
  507. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method);
  508. // System.Void UnityEngine.HideInInspector::.ctor()
  509. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9 (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * __this, const RuntimeMethod* method);
  510. // System.Void UnityEngine.HeaderAttribute::.ctor(System.String)
  511. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * __this, String_t* ___header0, const RuntimeMethod* method);
  512. // System.Void System.Runtime.CompilerServices.IteratorStateMachineAttribute::.ctor(System.Type)
  513. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481 (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method);
  514. // System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
  515. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
  516. // System.Void System.Diagnostics.DebuggerHiddenAttribute::.ctor()
  517. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3 (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * __this, const RuntimeMethod* method);
  518. // System.Void System.Diagnostics.DebuggerBrowsableAttribute::.ctor(System.Diagnostics.DebuggerBrowsableState)
  519. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5 (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * __this, int32_t ___state0, const RuntimeMethod* method);
  520. static void AssemblyU2DCSharp_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  521. {
  522. {
  523. DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[0];
  524. DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 263LL, NULL);
  525. }
  526. {
  527. CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[1];
  528. CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL);
  529. }
  530. {
  531. RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[2];
  532. RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
  533. RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
  534. }
  535. }
  536. static void move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  537. {
  538. {
  539. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  540. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  541. }
  542. }
  543. static void move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  544. {
  545. {
  546. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  547. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  548. }
  549. }
  550. static void testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  551. {
  552. {
  553. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  554. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  555. }
  556. }
  557. static void testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_testMove_OnMouseDown_m17EBB24FCFE9C7FB59376C35FCA83B96E1623ABF(CustomAttributesCache* cache)
  558. {
  559. static bool s_Il2CppMethodInitialized;
  560. if (!s_Il2CppMethodInitialized)
  561. {
  562. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_0_0_0_var);
  563. s_Il2CppMethodInitialized = true;
  564. }
  565. {
  566. IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * tmp = (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 *)cache->attributes[0];
  567. IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481(tmp, il2cpp_codegen_type_get_object(U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_0_0_0_var), NULL);
  568. }
  569. }
  570. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  571. {
  572. {
  573. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  574. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  575. }
  576. }
  577. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7__ctor_m8BDEABAD5280CFAD968ED3513A595B120212998B(CustomAttributesCache* cache)
  578. {
  579. {
  580. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  581. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  582. }
  583. }
  584. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_IDisposable_Dispose_m9480DFDBD623284C2677CA5D0BE34AFF19D62C5F(CustomAttributesCache* cache)
  585. {
  586. {
  587. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  588. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  589. }
  590. }
  591. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4620280C15E8D7FED514D138B45E8737C6F342E8(CustomAttributesCache* cache)
  592. {
  593. {
  594. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  595. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  596. }
  597. }
  598. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_Reset_m67C288B6D514937F042ED383C2E3AF230C4D1D19(CustomAttributesCache* cache)
  599. {
  600. {
  601. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  602. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  603. }
  604. }
  605. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_get_Current_m3DBD51E29D7EB6E689B103F333FE3C4E2084A235(CustomAttributesCache* cache)
  606. {
  607. {
  608. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  609. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  610. }
  611. }
  612. static void MoveCar_t679E06BB9B07502EB6B005535AD15F1B63534004_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  613. {
  614. {
  615. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  616. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  617. }
  618. }
  619. static void MoveCar_t679E06BB9B07502EB6B005535AD15F1B63534004_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  620. {
  621. {
  622. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  623. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  624. }
  625. }
  626. static void MoveComponet_t6A94D329F8181F83EB06907D4CF445854B62294B_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  627. {
  628. {
  629. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  630. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  631. }
  632. }
  633. static void MoveComponet_t6A94D329F8181F83EB06907D4CF445854B62294B_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  634. {
  635. {
  636. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  637. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  638. }
  639. }
  640. static void MoveCurtains_tB4A12D203EB02A502815D31AE771556484B92B0B_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  641. {
  642. {
  643. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  644. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  645. }
  646. }
  647. static void MoveCurtains_tB4A12D203EB02A502815D31AE771556484B92B0B_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  648. {
  649. {
  650. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  651. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  652. }
  653. }
  654. static void MoveDoor_tC7705808A14131F3A31B0A9B82B90E8563CD492C_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  655. {
  656. {
  657. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  658. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  659. }
  660. }
  661. static void MoveDoor_tC7705808A14131F3A31B0A9B82B90E8563CD492C_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  662. {
  663. {
  664. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  665. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  666. }
  667. }
  668. static void MoveNecklace_t16010C1E277A7FE81F828B0C4B3A06FAF734F384_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  669. {
  670. {
  671. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  672. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  673. }
  674. }
  675. static void MoveNecklace_t16010C1E277A7FE81F828B0C4B3A06FAF734F384_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  676. {
  677. {
  678. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  679. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  680. }
  681. }
  682. static void MovePay_tE0B853D8BF479E29A863805D0C30726D704D7E1B_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  683. {
  684. {
  685. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  686. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  687. }
  688. }
  689. static void MovePay_tE0B853D8BF479E29A863805D0C30726D704D7E1B_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  690. {
  691. {
  692. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  693. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  694. }
  695. }
  696. static void MovePolice_tDAB05A5C7448BF6209133939ADC6DEE953691A47_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  697. {
  698. {
  699. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  700. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  701. }
  702. }
  703. static void MovePolice_tDAB05A5C7448BF6209133939ADC6DEE953691A47_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  704. {
  705. {
  706. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  707. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  708. }
  709. }
  710. static void ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_U3CscnesIndexU3Ek__BackingField(CustomAttributesCache* cache)
  711. {
  712. {
  713. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  714. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  715. }
  716. {
  717. DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1];
  718. DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL);
  719. }
  720. }
  721. static void ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_ScenesArgs_get_scnesIndex_m722268FF39A4F14A36F04F538B25521DE877A3A8(CustomAttributesCache* cache)
  722. {
  723. {
  724. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  725. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  726. }
  727. }
  728. static void ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_ScenesArgs_set_scnesIndex_mD75A7AB3EC906BD3BE8B9617925A23CF6151D5D6(CustomAttributesCache* cache)
  729. {
  730. {
  731. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  732. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  733. }
  734. }
  735. IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_AssemblyU2DCSharp_AttributeGenerators[];
  736. const CustomAttributesCacheGenerator g_AssemblyU2DCSharp_AttributeGenerators[28] =
  737. {
  738. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator,
  739. move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_puzzlePlaying,
  740. move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_clickSFX,
  741. testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_clickSFX,
  742. MoveCar_t679E06BB9B07502EB6B005535AD15F1B63534004_CustomAttributesCacheGenerator_puzzlePlaying,
  743. MoveCar_t679E06BB9B07502EB6B005535AD15F1B63534004_CustomAttributesCacheGenerator_clickSFX,
  744. MoveComponet_t6A94D329F8181F83EB06907D4CF445854B62294B_CustomAttributesCacheGenerator_puzzlePlaying,
  745. MoveComponet_t6A94D329F8181F83EB06907D4CF445854B62294B_CustomAttributesCacheGenerator_clickSFX,
  746. MoveCurtains_tB4A12D203EB02A502815D31AE771556484B92B0B_CustomAttributesCacheGenerator_puzzlePlaying,
  747. MoveCurtains_tB4A12D203EB02A502815D31AE771556484B92B0B_CustomAttributesCacheGenerator_clickSFX,
  748. MoveDoor_tC7705808A14131F3A31B0A9B82B90E8563CD492C_CustomAttributesCacheGenerator_puzzlePlaying,
  749. MoveDoor_tC7705808A14131F3A31B0A9B82B90E8563CD492C_CustomAttributesCacheGenerator_clickSFX,
  750. MoveNecklace_t16010C1E277A7FE81F828B0C4B3A06FAF734F384_CustomAttributesCacheGenerator_puzzlePlaying,
  751. MoveNecklace_t16010C1E277A7FE81F828B0C4B3A06FAF734F384_CustomAttributesCacheGenerator_clickSFX,
  752. MovePay_tE0B853D8BF479E29A863805D0C30726D704D7E1B_CustomAttributesCacheGenerator_puzzlePlaying,
  753. MovePay_tE0B853D8BF479E29A863805D0C30726D704D7E1B_CustomAttributesCacheGenerator_clickSFX,
  754. MovePolice_tDAB05A5C7448BF6209133939ADC6DEE953691A47_CustomAttributesCacheGenerator_puzzlePlaying,
  755. MovePolice_tDAB05A5C7448BF6209133939ADC6DEE953691A47_CustomAttributesCacheGenerator_clickSFX,
  756. ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_U3CscnesIndexU3Ek__BackingField,
  757. testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_testMove_OnMouseDown_m17EBB24FCFE9C7FB59376C35FCA83B96E1623ABF,
  758. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7__ctor_m8BDEABAD5280CFAD968ED3513A595B120212998B,
  759. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_IDisposable_Dispose_m9480DFDBD623284C2677CA5D0BE34AFF19D62C5F,
  760. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4620280C15E8D7FED514D138B45E8737C6F342E8,
  761. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_Reset_m67C288B6D514937F042ED383C2E3AF230C4D1D19,
  762. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_get_Current_m3DBD51E29D7EB6E689B103F333FE3C4E2084A235,
  763. ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_ScenesArgs_get_scnesIndex_m722268FF39A4F14A36F04F538B25521DE877A3A8,
  764. ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_ScenesArgs_set_scnesIndex_mD75A7AB3EC906BD3BE8B9617925A23CF6151D5D6,
  765. AssemblyU2DCSharp_CustomAttributesCacheGenerator,
  766. };
  767. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method)
  768. {
  769. {
  770. bool L_0 = ___value0;
  771. __this->set_m_wrapNonExceptionThrows_0(L_0);
  772. return;
  773. }
  774. }