1#[cfg(feature = "app-reliancedata-types")]
4mod __types {
5 #[allow(unused_imports)] use ::unity::prelude::*;
6
7 use super::*;
8 use crate::{
9 app::{
10 structbase::{IStructBase, StructBase},
11 structdata_1::{IStructData_1, StructData_1},
12 structtemplate_1::{IStructTemplate_1, StructTemplate_1},
13 },
14 system::{
15 object::{IObject, Object},
16 r#enum::{Enum, IEnum},
17 valuetype::{IValueType, ValueType},
18 },
19 };
20
21 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/reliancedata/RelianceData.md"))]
22 #[::unity::class(namespace = "App", name = "RelianceData")]
23 #[parent(crate::app::structdata_1::StructData_1<crate::app::reliancedata::RelianceData>)]
24 pub struct RelianceData {
25 #[static_field]
26 #[rename(name = "NoSupport")]
27 pub no_support: u8,
28 #[static_field]
29 #[rename(name = "MaxExp")]
30 pub max_exp: i32,
31 #[static_field]
32 #[rename(name = "MaxData")]
33 pub max_data: i32,
34 }
35
36 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/reliancedata/RelianceData_Level.md"))]
37 #[repr(C)]
38 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
39 pub struct RelianceData_Level {
40 pub value: i32,
41 }
42 impl ::unity::ClassIdentity for RelianceData_Level {
43 const NAME: &'static str = "RelianceData.Level";
44 const NAMESPACE: &'static str = "App";
45
46 fn class() -> ::unity::Class {
47 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
48 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
49 }
50 }
51 impl ::unity::IlType for RelianceData_Level {
52 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
53 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
54 }
55 }
56 impl RelianceData_Level {
57 pub fn none() -> Self {
58 Self { value: 0 }
59 }
60
61 pub fn c() -> Self {
62 Self { value: 1 }
63 }
64
65 pub fn b() -> Self {
66 Self { value: 2 }
67 }
68
69 pub fn a() -> Self {
70 Self { value: 3 }
71 }
72
73 pub fn a_plus() -> Self {
74 Self { value: 4 }
75 }
76
77 pub fn num() -> Self {
78 Self { value: 5 }
79 }
80 }
81}
82
83#[cfg(feature = "app-reliancedata-types")]
84pub use __types::*;
85
86#[cfg(feature = "app-reliancedata")]
87impl RelianceData {
88 #[doc = "`Load()` overload"]
89 pub fn load() -> () {
90 unsafe {
91 ::unity::il2cpp_call!((::unity::module_base()+0x200f660usize)as*mut u8,();
92 )
93 }
94 }
95
96 #[doc = "`GetLevelText(crate::app::reliancedata::RelianceData_Level)` overload"]
97 pub fn get_level_text(level: impl ::core::convert::Into<crate::app::reliancedata::RelianceData_Level>) -> ::unity::Il2CppString {
98 unsafe {
99 ::unity::il2cpp_call!((::unity::module_base()+0x200f8e0usize)as*mut u8, ::unity::Il2CppString;
100(crate::app::reliancedata::RelianceData_Level)::core::convert::Into::into(level))
101 }
102 }
103}
104
105#[cfg(feature = "app-reliancedata")]
106pub trait IRelianceDataMethods: IRelianceData {
107 #[doc = "`.ctor()` overload"]
108 fn ctor(self) -> () {
109 unsafe {
110 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
111 ::unity::il2cpp_call!((::unity::module_base()+0x200f710usize)as*mut u8,();
112(RelianceData)__receiver)
113 }
114 }
115 #[doc = "`get_Pid()` overload"]
116 fn get_pid(self) -> ::unity::Il2CppString {
117 unsafe {
118 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
119 ::unity::il2cpp_call!((::unity::module_base()+0x200f7c0usize)as*mut u8, ::unity::Il2CppString;
120(RelianceData)__receiver)
121 }
122 }
123 #[doc = "`set_Pid(::unity::Il2CppString)` overload"]
124 fn set_pid(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
125 unsafe {
126 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
127 ::unity::il2cpp_call!((::unity::module_base()+0x200f7d0usize)as*mut u8,();
128(RelianceData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
129 }
130 }
131 #[doc = "`get_ExpTypes()` overload"]
132 fn get_exp_types(self) -> ::unity::Array<u8> {
133 unsafe {
134 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
135 ::unity::il2cpp_call!((::unity::module_base()+0x200f7e0usize)as*mut u8, ::unity::Array<u8> ;
136(RelianceData)__receiver)
137 }
138 }
139 #[doc = "`set_ExpTypes(::unity::Array<u8>)` overload"]
140 fn set_exp_types(self, value: impl ::core::convert::Into<::unity::Array<u8>>) -> () {
141 unsafe {
142 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
143 ::unity::il2cpp_call!((::unity::module_base()+0x200f7f0usize)as*mut u8,();
144(RelianceData)__receiver,(::unity::Array<u8>)::core::convert::Into::into(value))
145 }
146 }
147 #[doc = "`GetDebugName()` overload"]
148 fn get_debug_name(self) -> ::unity::Il2CppString {
149 unsafe {
150 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
151 {
152 let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
153 let __vi = *__vt.get(8usize).unwrap_or_else(|| {
154 panic!(
155 "unity: virtual slot {}
156 out of range (vtable len {}
157) on the runtime class behind {}
158 (method `{}
159`)",
160 8usize,
161 __vt.len(),
162 <RelianceData as ::unity::ClassIdentity>::NAME,
163 "GetDebugName",
164 )
165 });
166 let __inner: extern "C" fn(RelianceData, ::unity::OptionalMethod) -> ::unity::Il2CppString = ::core::mem::transmute(__vi.method_ptr);
167 let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
168 __inner(__receiver, __mi)
169 }
170 }
171 }
172 #[doc = "`TryGetExp(i32)` overload"]
173 fn try_get_exp(self, index: impl ::core::convert::Into<i32>) -> crate::app::relianceexpdata::RelianceExpData {
174 unsafe {
175 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
176 ::unity::il2cpp_call!((::unity::module_base()+0x200f810usize)as*mut u8,crate::app::relianceexpdata::RelianceExpData;
177(RelianceData)__receiver,(i32)::core::convert::Into::into(index))
178 }
179 }
180 #[doc = "`get_ExpType0()` overload"]
181 fn get_exp_type0(self) -> u8 {
182 unsafe {
183 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
184 ::unity::il2cpp_call!((::unity::module_base()+0x200fa40usize)as*mut u8,u8;
185(RelianceData)__receiver)
186 }
187 }
188 #[doc = "`set_ExpType0(u8)` overload"]
189 fn set_exp_type0(self, value: impl ::core::convert::Into<u8>) -> () {
190 unsafe {
191 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
192 ::unity::il2cpp_call!((::unity::module_base()+0x200fa70usize)as*mut u8,();
193(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
194 }
195 }
196 #[doc = "`get_ExpType1()` overload"]
197 fn get_exp_type1(self) -> u8 {
198 unsafe {
199 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
200 ::unity::il2cpp_call!((::unity::module_base()+0x200faa0usize)as*mut u8,u8;
201(RelianceData)__receiver)
202 }
203 }
204 #[doc = "`set_ExpType1(u8)` overload"]
205 fn set_exp_type1(self, value: impl ::core::convert::Into<u8>) -> () {
206 unsafe {
207 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
208 ::unity::il2cpp_call!((::unity::module_base()+0x200fad0usize)as*mut u8,();
209(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
210 }
211 }
212 #[doc = "`get_ExpType2()` overload"]
213 fn get_exp_type2(self) -> u8 {
214 unsafe {
215 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
216 ::unity::il2cpp_call!((::unity::module_base()+0x200fb00usize)as*mut u8,u8;
217(RelianceData)__receiver)
218 }
219 }
220 #[doc = "`set_ExpType2(u8)` overload"]
221 fn set_exp_type2(self, value: impl ::core::convert::Into<u8>) -> () {
222 unsafe {
223 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
224 ::unity::il2cpp_call!((::unity::module_base()+0x200fb30usize)as*mut u8,();
225(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
226 }
227 }
228 #[doc = "`get_ExpType3()` overload"]
229 fn get_exp_type3(self) -> u8 {
230 unsafe {
231 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
232 ::unity::il2cpp_call!((::unity::module_base()+0x200fb60usize)as*mut u8,u8;
233(RelianceData)__receiver)
234 }
235 }
236 #[doc = "`set_ExpType3(u8)` overload"]
237 fn set_exp_type3(self, value: impl ::core::convert::Into<u8>) -> () {
238 unsafe {
239 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
240 ::unity::il2cpp_call!((::unity::module_base()+0x200fb90usize)as*mut u8,();
241(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
242 }
243 }
244 #[doc = "`get_ExpType4()` overload"]
245 fn get_exp_type4(self) -> u8 {
246 unsafe {
247 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
248 ::unity::il2cpp_call!((::unity::module_base()+0x200fbc0usize)as*mut u8,u8;
249(RelianceData)__receiver)
250 }
251 }
252 #[doc = "`set_ExpType4(u8)` overload"]
253 fn set_exp_type4(self, value: impl ::core::convert::Into<u8>) -> () {
254 unsafe {
255 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
256 ::unity::il2cpp_call!((::unity::module_base()+0x200fbf0usize)as*mut u8,();
257(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
258 }
259 }
260 #[doc = "`get_ExpType5()` overload"]
261 fn get_exp_type5(self) -> u8 {
262 unsafe {
263 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
264 ::unity::il2cpp_call!((::unity::module_base()+0x200fc20usize)as*mut u8,u8;
265(RelianceData)__receiver)
266 }
267 }
268 #[doc = "`set_ExpType5(u8)` overload"]
269 fn set_exp_type5(self, value: impl ::core::convert::Into<u8>) -> () {
270 unsafe {
271 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
272 ::unity::il2cpp_call!((::unity::module_base()+0x200fc50usize)as*mut u8,();
273(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
274 }
275 }
276 #[doc = "`get_ExpType6()` overload"]
277 fn get_exp_type6(self) -> u8 {
278 unsafe {
279 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
280 ::unity::il2cpp_call!((::unity::module_base()+0x200fc80usize)as*mut u8,u8;
281(RelianceData)__receiver)
282 }
283 }
284 #[doc = "`set_ExpType6(u8)` overload"]
285 fn set_exp_type6(self, value: impl ::core::convert::Into<u8>) -> () {
286 unsafe {
287 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
288 ::unity::il2cpp_call!((::unity::module_base()+0x200fcb0usize)as*mut u8,();
289(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
290 }
291 }
292 #[doc = "`get_ExpType7()` overload"]
293 fn get_exp_type7(self) -> u8 {
294 unsafe {
295 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
296 ::unity::il2cpp_call!((::unity::module_base()+0x200fce0usize)as*mut u8,u8;
297(RelianceData)__receiver)
298 }
299 }
300 #[doc = "`set_ExpType7(u8)` overload"]
301 fn set_exp_type7(self, value: impl ::core::convert::Into<u8>) -> () {
302 unsafe {
303 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
304 ::unity::il2cpp_call!((::unity::module_base()+0x200fd10usize)as*mut u8,();
305(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
306 }
307 }
308 #[doc = "`get_ExpType8()` overload"]
309 fn get_exp_type8(self) -> u8 {
310 unsafe {
311 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
312 ::unity::il2cpp_call!((::unity::module_base()+0x200fd40usize)as*mut u8,u8;
313(RelianceData)__receiver)
314 }
315 }
316 #[doc = "`set_ExpType8(u8)` overload"]
317 fn set_exp_type8(self, value: impl ::core::convert::Into<u8>) -> () {
318 unsafe {
319 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
320 ::unity::il2cpp_call!((::unity::module_base()+0x200fd70usize)as*mut u8,();
321(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
322 }
323 }
324 #[doc = "`get_ExpType9()` overload"]
325 fn get_exp_type9(self) -> u8 {
326 unsafe {
327 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
328 ::unity::il2cpp_call!((::unity::module_base()+0x200fda0usize)as*mut u8,u8;
329(RelianceData)__receiver)
330 }
331 }
332 #[doc = "`set_ExpType9(u8)` overload"]
333 fn set_exp_type9(self, value: impl ::core::convert::Into<u8>) -> () {
334 unsafe {
335 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
336 ::unity::il2cpp_call!((::unity::module_base()+0x200fdd0usize)as*mut u8,();
337(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
338 }
339 }
340 #[doc = "`get_ExpType10()` overload"]
341 fn get_exp_type10(self) -> u8 {
342 unsafe {
343 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
344 ::unity::il2cpp_call!((::unity::module_base()+0x200fe00usize)as*mut u8,u8;
345(RelianceData)__receiver)
346 }
347 }
348 #[doc = "`set_ExpType10(u8)` overload"]
349 fn set_exp_type10(self, value: impl ::core::convert::Into<u8>) -> () {
350 unsafe {
351 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
352 ::unity::il2cpp_call!((::unity::module_base()+0x200fe30usize)as*mut u8,();
353(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
354 }
355 }
356 #[doc = "`get_ExpType11()` overload"]
357 fn get_exp_type11(self) -> u8 {
358 unsafe {
359 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
360 ::unity::il2cpp_call!((::unity::module_base()+0x200fe60usize)as*mut u8,u8;
361(RelianceData)__receiver)
362 }
363 }
364 #[doc = "`set_ExpType11(u8)` overload"]
365 fn set_exp_type11(self, value: impl ::core::convert::Into<u8>) -> () {
366 unsafe {
367 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
368 ::unity::il2cpp_call!((::unity::module_base()+0x200fe90usize)as*mut u8,();
369(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
370 }
371 }
372 #[doc = "`get_ExpType12()` overload"]
373 fn get_exp_type12(self) -> u8 {
374 unsafe {
375 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
376 ::unity::il2cpp_call!((::unity::module_base()+0x200fec0usize)as*mut u8,u8;
377(RelianceData)__receiver)
378 }
379 }
380 #[doc = "`set_ExpType12(u8)` overload"]
381 fn set_exp_type12(self, value: impl ::core::convert::Into<u8>) -> () {
382 unsafe {
383 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
384 ::unity::il2cpp_call!((::unity::module_base()+0x200fef0usize)as*mut u8,();
385(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
386 }
387 }
388 #[doc = "`get_ExpType13()` overload"]
389 fn get_exp_type13(self) -> u8 {
390 unsafe {
391 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
392 ::unity::il2cpp_call!((::unity::module_base()+0x200ff20usize)as*mut u8,u8;
393(RelianceData)__receiver)
394 }
395 }
396 #[doc = "`set_ExpType13(u8)` overload"]
397 fn set_exp_type13(self, value: impl ::core::convert::Into<u8>) -> () {
398 unsafe {
399 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
400 ::unity::il2cpp_call!((::unity::module_base()+0x200ff50usize)as*mut u8,();
401(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
402 }
403 }
404 #[doc = "`get_ExpType14()` overload"]
405 fn get_exp_type14(self) -> u8 {
406 unsafe {
407 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
408 ::unity::il2cpp_call!((::unity::module_base()+0x200ff80usize)as*mut u8,u8;
409(RelianceData)__receiver)
410 }
411 }
412 #[doc = "`set_ExpType14(u8)` overload"]
413 fn set_exp_type14(self, value: impl ::core::convert::Into<u8>) -> () {
414 unsafe {
415 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
416 ::unity::il2cpp_call!((::unity::module_base()+0x200ffb0usize)as*mut u8,();
417(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
418 }
419 }
420 #[doc = "`get_ExpType15()` overload"]
421 fn get_exp_type15(self) -> u8 {
422 unsafe {
423 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
424 ::unity::il2cpp_call!((::unity::module_base()+0x200ffe0usize)as*mut u8,u8;
425(RelianceData)__receiver)
426 }
427 }
428 #[doc = "`set_ExpType15(u8)` overload"]
429 fn set_exp_type15(self, value: impl ::core::convert::Into<u8>) -> () {
430 unsafe {
431 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
432 ::unity::il2cpp_call!((::unity::module_base()+0x2010010usize)as*mut u8,();
433(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
434 }
435 }
436 #[doc = "`get_ExpType16()` overload"]
437 fn get_exp_type16(self) -> u8 {
438 unsafe {
439 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
440 ::unity::il2cpp_call!((::unity::module_base()+0x2010040usize)as*mut u8,u8;
441(RelianceData)__receiver)
442 }
443 }
444 #[doc = "`set_ExpType16(u8)` overload"]
445 fn set_exp_type16(self, value: impl ::core::convert::Into<u8>) -> () {
446 unsafe {
447 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
448 ::unity::il2cpp_call!((::unity::module_base()+0x2010070usize)as*mut u8,();
449(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
450 }
451 }
452 #[doc = "`get_ExpType17()` overload"]
453 fn get_exp_type17(self) -> u8 {
454 unsafe {
455 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
456 ::unity::il2cpp_call!((::unity::module_base()+0x20100a0usize)as*mut u8,u8;
457(RelianceData)__receiver)
458 }
459 }
460 #[doc = "`set_ExpType17(u8)` overload"]
461 fn set_exp_type17(self, value: impl ::core::convert::Into<u8>) -> () {
462 unsafe {
463 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
464 ::unity::il2cpp_call!((::unity::module_base()+0x20100d0usize)as*mut u8,();
465(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
466 }
467 }
468 #[doc = "`get_ExpType18()` overload"]
469 fn get_exp_type18(self) -> u8 {
470 unsafe {
471 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
472 ::unity::il2cpp_call!((::unity::module_base()+0x2010100usize)as*mut u8,u8;
473(RelianceData)__receiver)
474 }
475 }
476 #[doc = "`set_ExpType18(u8)` overload"]
477 fn set_exp_type18(self, value: impl ::core::convert::Into<u8>) -> () {
478 unsafe {
479 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
480 ::unity::il2cpp_call!((::unity::module_base()+0x2010130usize)as*mut u8,();
481(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
482 }
483 }
484 #[doc = "`get_ExpType19()` overload"]
485 fn get_exp_type19(self) -> u8 {
486 unsafe {
487 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
488 ::unity::il2cpp_call!((::unity::module_base()+0x2010160usize)as*mut u8,u8;
489(RelianceData)__receiver)
490 }
491 }
492 #[doc = "`set_ExpType19(u8)` overload"]
493 fn set_exp_type19(self, value: impl ::core::convert::Into<u8>) -> () {
494 unsafe {
495 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
496 ::unity::il2cpp_call!((::unity::module_base()+0x2010190usize)as*mut u8,();
497(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
498 }
499 }
500 #[doc = "`get_ExpType20()` overload"]
501 fn get_exp_type20(self) -> u8 {
502 unsafe {
503 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
504 ::unity::il2cpp_call!((::unity::module_base()+0x20101c0usize)as*mut u8,u8;
505(RelianceData)__receiver)
506 }
507 }
508 #[doc = "`set_ExpType20(u8)` overload"]
509 fn set_exp_type20(self, value: impl ::core::convert::Into<u8>) -> () {
510 unsafe {
511 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
512 ::unity::il2cpp_call!((::unity::module_base()+0x20101f0usize)as*mut u8,();
513(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
514 }
515 }
516 #[doc = "`get_ExpType21()` overload"]
517 fn get_exp_type21(self) -> u8 {
518 unsafe {
519 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
520 ::unity::il2cpp_call!((::unity::module_base()+0x2010220usize)as*mut u8,u8;
521(RelianceData)__receiver)
522 }
523 }
524 #[doc = "`set_ExpType21(u8)` overload"]
525 fn set_exp_type21(self, value: impl ::core::convert::Into<u8>) -> () {
526 unsafe {
527 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
528 ::unity::il2cpp_call!((::unity::module_base()+0x2010250usize)as*mut u8,();
529(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
530 }
531 }
532 #[doc = "`get_ExpType22()` overload"]
533 fn get_exp_type22(self) -> u8 {
534 unsafe {
535 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
536 ::unity::il2cpp_call!((::unity::module_base()+0x2010280usize)as*mut u8,u8;
537(RelianceData)__receiver)
538 }
539 }
540 #[doc = "`set_ExpType22(u8)` overload"]
541 fn set_exp_type22(self, value: impl ::core::convert::Into<u8>) -> () {
542 unsafe {
543 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
544 ::unity::il2cpp_call!((::unity::module_base()+0x20102b0usize)as*mut u8,();
545(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
546 }
547 }
548 #[doc = "`get_ExpType23()` overload"]
549 fn get_exp_type23(self) -> u8 {
550 unsafe {
551 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
552 ::unity::il2cpp_call!((::unity::module_base()+0x20102e0usize)as*mut u8,u8;
553(RelianceData)__receiver)
554 }
555 }
556 #[doc = "`set_ExpType23(u8)` overload"]
557 fn set_exp_type23(self, value: impl ::core::convert::Into<u8>) -> () {
558 unsafe {
559 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
560 ::unity::il2cpp_call!((::unity::module_base()+0x2010310usize)as*mut u8,();
561(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
562 }
563 }
564 #[doc = "`get_ExpType24()` overload"]
565 fn get_exp_type24(self) -> u8 {
566 unsafe {
567 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
568 ::unity::il2cpp_call!((::unity::module_base()+0x2010340usize)as*mut u8,u8;
569(RelianceData)__receiver)
570 }
571 }
572 #[doc = "`set_ExpType24(u8)` overload"]
573 fn set_exp_type24(self, value: impl ::core::convert::Into<u8>) -> () {
574 unsafe {
575 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
576 ::unity::il2cpp_call!((::unity::module_base()+0x2010370usize)as*mut u8,();
577(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
578 }
579 }
580 #[doc = "`get_ExpType25()` overload"]
581 fn get_exp_type25(self) -> u8 {
582 unsafe {
583 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
584 ::unity::il2cpp_call!((::unity::module_base()+0x20103a0usize)as*mut u8,u8;
585(RelianceData)__receiver)
586 }
587 }
588 #[doc = "`set_ExpType25(u8)` overload"]
589 fn set_exp_type25(self, value: impl ::core::convert::Into<u8>) -> () {
590 unsafe {
591 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
592 ::unity::il2cpp_call!((::unity::module_base()+0x20103d0usize)as*mut u8,();
593(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
594 }
595 }
596 #[doc = "`get_ExpType26()` overload"]
597 fn get_exp_type26(self) -> u8 {
598 unsafe {
599 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
600 ::unity::il2cpp_call!((::unity::module_base()+0x2010400usize)as*mut u8,u8;
601(RelianceData)__receiver)
602 }
603 }
604 #[doc = "`set_ExpType26(u8)` overload"]
605 fn set_exp_type26(self, value: impl ::core::convert::Into<u8>) -> () {
606 unsafe {
607 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
608 ::unity::il2cpp_call!((::unity::module_base()+0x2010430usize)as*mut u8,();
609(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
610 }
611 }
612 #[doc = "`get_ExpType27()` overload"]
613 fn get_exp_type27(self) -> u8 {
614 unsafe {
615 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
616 ::unity::il2cpp_call!((::unity::module_base()+0x2010460usize)as*mut u8,u8;
617(RelianceData)__receiver)
618 }
619 }
620 #[doc = "`set_ExpType27(u8)` overload"]
621 fn set_exp_type27(self, value: impl ::core::convert::Into<u8>) -> () {
622 unsafe {
623 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
624 ::unity::il2cpp_call!((::unity::module_base()+0x2010490usize)as*mut u8,();
625(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
626 }
627 }
628 #[doc = "`get_ExpType28()` overload"]
629 fn get_exp_type28(self) -> u8 {
630 unsafe {
631 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
632 ::unity::il2cpp_call!((::unity::module_base()+0x20104c0usize)as*mut u8,u8;
633(RelianceData)__receiver)
634 }
635 }
636 #[doc = "`set_ExpType28(u8)` overload"]
637 fn set_exp_type28(self, value: impl ::core::convert::Into<u8>) -> () {
638 unsafe {
639 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
640 ::unity::il2cpp_call!((::unity::module_base()+0x20104f0usize)as*mut u8,();
641(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
642 }
643 }
644 #[doc = "`get_ExpType29()` overload"]
645 fn get_exp_type29(self) -> u8 {
646 unsafe {
647 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
648 ::unity::il2cpp_call!((::unity::module_base()+0x2010520usize)as*mut u8,u8;
649(RelianceData)__receiver)
650 }
651 }
652 #[doc = "`set_ExpType29(u8)` overload"]
653 fn set_exp_type29(self, value: impl ::core::convert::Into<u8>) -> () {
654 unsafe {
655 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
656 ::unity::il2cpp_call!((::unity::module_base()+0x2010550usize)as*mut u8,();
657(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
658 }
659 }
660 #[doc = "`get_ExpType30()` overload"]
661 fn get_exp_type30(self) -> u8 {
662 unsafe {
663 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
664 ::unity::il2cpp_call!((::unity::module_base()+0x2010580usize)as*mut u8,u8;
665(RelianceData)__receiver)
666 }
667 }
668 #[doc = "`set_ExpType30(u8)` overload"]
669 fn set_exp_type30(self, value: impl ::core::convert::Into<u8>) -> () {
670 unsafe {
671 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
672 ::unity::il2cpp_call!((::unity::module_base()+0x20105b0usize)as*mut u8,();
673(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
674 }
675 }
676 #[doc = "`get_ExpType31()` overload"]
677 fn get_exp_type31(self) -> u8 {
678 unsafe {
679 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
680 ::unity::il2cpp_call!((::unity::module_base()+0x20105e0usize)as*mut u8,u8;
681(RelianceData)__receiver)
682 }
683 }
684 #[doc = "`set_ExpType31(u8)` overload"]
685 fn set_exp_type31(self, value: impl ::core::convert::Into<u8>) -> () {
686 unsafe {
687 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
688 ::unity::il2cpp_call!((::unity::module_base()+0x2010610usize)as*mut u8,();
689(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
690 }
691 }
692 #[doc = "`get_ExpType32()` overload"]
693 fn get_exp_type32(self) -> u8 {
694 unsafe {
695 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
696 ::unity::il2cpp_call!((::unity::module_base()+0x2010640usize)as*mut u8,u8;
697(RelianceData)__receiver)
698 }
699 }
700 #[doc = "`set_ExpType32(u8)` overload"]
701 fn set_exp_type32(self, value: impl ::core::convert::Into<u8>) -> () {
702 unsafe {
703 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
704 ::unity::il2cpp_call!((::unity::module_base()+0x2010670usize)as*mut u8,();
705(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
706 }
707 }
708 #[doc = "`get_ExpType33()` overload"]
709 fn get_exp_type33(self) -> u8 {
710 unsafe {
711 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
712 ::unity::il2cpp_call!((::unity::module_base()+0x20106a0usize)as*mut u8,u8;
713(RelianceData)__receiver)
714 }
715 }
716 #[doc = "`set_ExpType33(u8)` overload"]
717 fn set_exp_type33(self, value: impl ::core::convert::Into<u8>) -> () {
718 unsafe {
719 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
720 ::unity::il2cpp_call!((::unity::module_base()+0x20106d0usize)as*mut u8,();
721(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
722 }
723 }
724 #[doc = "`get_ExpType34()` overload"]
725 fn get_exp_type34(self) -> u8 {
726 unsafe {
727 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
728 ::unity::il2cpp_call!((::unity::module_base()+0x2010700usize)as*mut u8,u8;
729(RelianceData)__receiver)
730 }
731 }
732 #[doc = "`set_ExpType34(u8)` overload"]
733 fn set_exp_type34(self, value: impl ::core::convert::Into<u8>) -> () {
734 unsafe {
735 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
736 ::unity::il2cpp_call!((::unity::module_base()+0x2010730usize)as*mut u8,();
737(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
738 }
739 }
740 #[doc = "`get_ExpType35()` overload"]
741 fn get_exp_type35(self) -> u8 {
742 unsafe {
743 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
744 ::unity::il2cpp_call!((::unity::module_base()+0x2010760usize)as*mut u8,u8;
745(RelianceData)__receiver)
746 }
747 }
748 #[doc = "`set_ExpType35(u8)` overload"]
749 fn set_exp_type35(self, value: impl ::core::convert::Into<u8>) -> () {
750 unsafe {
751 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
752 ::unity::il2cpp_call!((::unity::module_base()+0x2010790usize)as*mut u8,();
753(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
754 }
755 }
756 #[doc = "`get_ExpType36()` overload"]
757 fn get_exp_type36(self) -> u8 {
758 unsafe {
759 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
760 ::unity::il2cpp_call!((::unity::module_base()+0x20107c0usize)as*mut u8,u8;
761(RelianceData)__receiver)
762 }
763 }
764 #[doc = "`set_ExpType36(u8)` overload"]
765 fn set_exp_type36(self, value: impl ::core::convert::Into<u8>) -> () {
766 unsafe {
767 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
768 ::unity::il2cpp_call!((::unity::module_base()+0x20107f0usize)as*mut u8,();
769(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
770 }
771 }
772 #[doc = "`get_ExpType37()` overload"]
773 fn get_exp_type37(self) -> u8 {
774 unsafe {
775 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
776 ::unity::il2cpp_call!((::unity::module_base()+0x2010820usize)as*mut u8,u8;
777(RelianceData)__receiver)
778 }
779 }
780 #[doc = "`set_ExpType37(u8)` overload"]
781 fn set_exp_type37(self, value: impl ::core::convert::Into<u8>) -> () {
782 unsafe {
783 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
784 ::unity::il2cpp_call!((::unity::module_base()+0x2010850usize)as*mut u8,();
785(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
786 }
787 }
788 #[doc = "`get_ExpType38()` overload"]
789 fn get_exp_type38(self) -> u8 {
790 unsafe {
791 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
792 ::unity::il2cpp_call!((::unity::module_base()+0x2010880usize)as*mut u8,u8;
793(RelianceData)__receiver)
794 }
795 }
796 #[doc = "`set_ExpType38(u8)` overload"]
797 fn set_exp_type38(self, value: impl ::core::convert::Into<u8>) -> () {
798 unsafe {
799 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
800 ::unity::il2cpp_call!((::unity::module_base()+0x20108b0usize)as*mut u8,();
801(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
802 }
803 }
804 #[doc = "`get_ExpType39()` overload"]
805 fn get_exp_type39(self) -> u8 {
806 unsafe {
807 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
808 ::unity::il2cpp_call!((::unity::module_base()+0x20108e0usize)as*mut u8,u8;
809(RelianceData)__receiver)
810 }
811 }
812 #[doc = "`set_ExpType39(u8)` overload"]
813 fn set_exp_type39(self, value: impl ::core::convert::Into<u8>) -> () {
814 unsafe {
815 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
816 ::unity::il2cpp_call!((::unity::module_base()+0x2010910usize)as*mut u8,();
817(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
818 }
819 }
820 #[doc = "`get_ExpType40()` overload"]
821 fn get_exp_type40(self) -> u8 {
822 unsafe {
823 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
824 ::unity::il2cpp_call!((::unity::module_base()+0x2010940usize)as*mut u8,u8;
825(RelianceData)__receiver)
826 }
827 }
828 #[doc = "`set_ExpType40(u8)` overload"]
829 fn set_exp_type40(self, value: impl ::core::convert::Into<u8>) -> () {
830 unsafe {
831 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
832 ::unity::il2cpp_call!((::unity::module_base()+0x2010970usize)as*mut u8,();
833(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
834 }
835 }
836 #[doc = "`get_ExpType41()` overload"]
837 fn get_exp_type41(self) -> u8 {
838 unsafe {
839 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
840 ::unity::il2cpp_call!((::unity::module_base()+0x20109a0usize)as*mut u8,u8;
841(RelianceData)__receiver)
842 }
843 }
844 #[doc = "`set_ExpType41(u8)` overload"]
845 fn set_exp_type41(self, value: impl ::core::convert::Into<u8>) -> () {
846 unsafe {
847 let __receiver = <RelianceData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
848 ::unity::il2cpp_call!((::unity::module_base()+0x20109d0usize)as*mut u8,();
849(RelianceData)__receiver,(u8)::core::convert::Into::into(value))
850 }
851 }
852}
853
854#[cfg(feature = "app-reliancedata")]
855impl<__T: IRelianceData> IRelianceDataMethods for __T {}
856
857#[cfg(feature = "app-reliancedata")]
858impl RelianceData {
859 pub fn load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
860 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
861 }
862
863 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
864 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
865 }
866
867 pub fn get_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
868 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
869 }
870
871 pub fn set_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
872 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
873 }
874
875 pub fn get_exp_types_method_info() -> &'static ::unity::il2cpp::MethodInfo {
876 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
877 }
878
879 pub fn set_exp_types_method_info() -> &'static ::unity::il2cpp::MethodInfo {
880 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
881 }
882
883 pub fn get_debug_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
884 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
885 }
886
887 pub fn try_get_exp_method_info() -> &'static ::unity::il2cpp::MethodInfo {
888 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
889 }
890
891 pub fn get_level_text_method_info() -> &'static ::unity::il2cpp::MethodInfo {
892 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
893 }
894
895 pub fn get_exp_type0_method_info() -> &'static ::unity::il2cpp::MethodInfo {
896 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
897 }
898
899 pub fn set_exp_type0_method_info() -> &'static ::unity::il2cpp::MethodInfo {
900 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
901 }
902
903 pub fn get_exp_type1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
904 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
905 }
906
907 pub fn set_exp_type1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
908 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
909 }
910
911 pub fn get_exp_type2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
912 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
913 }
914
915 pub fn set_exp_type2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
916 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
917 }
918
919 pub fn get_exp_type3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
920 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
921 }
922
923 pub fn set_exp_type3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
924 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
925 }
926
927 pub fn get_exp_type4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
928 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
929 }
930
931 pub fn set_exp_type4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
932 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
933 }
934
935 pub fn get_exp_type5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
936 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
937 }
938
939 pub fn set_exp_type5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
940 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
941 }
942
943 pub fn get_exp_type6_method_info() -> &'static ::unity::il2cpp::MethodInfo {
944 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
945 }
946
947 pub fn set_exp_type6_method_info() -> &'static ::unity::il2cpp::MethodInfo {
948 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[22]
949 }
950
951 pub fn get_exp_type7_method_info() -> &'static ::unity::il2cpp::MethodInfo {
952 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
953 }
954
955 pub fn set_exp_type7_method_info() -> &'static ::unity::il2cpp::MethodInfo {
956 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
957 }
958
959 pub fn get_exp_type8_method_info() -> &'static ::unity::il2cpp::MethodInfo {
960 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
961 }
962
963 pub fn set_exp_type8_method_info() -> &'static ::unity::il2cpp::MethodInfo {
964 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
965 }
966
967 pub fn get_exp_type9_method_info() -> &'static ::unity::il2cpp::MethodInfo {
968 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
969 }
970
971 pub fn set_exp_type9_method_info() -> &'static ::unity::il2cpp::MethodInfo {
972 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[28]
973 }
974
975 pub fn get_exp_type10_method_info() -> &'static ::unity::il2cpp::MethodInfo {
976 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[29]
977 }
978
979 pub fn set_exp_type10_method_info() -> &'static ::unity::il2cpp::MethodInfo {
980 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[30]
981 }
982
983 pub fn get_exp_type11_method_info() -> &'static ::unity::il2cpp::MethodInfo {
984 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[31]
985 }
986
987 pub fn set_exp_type11_method_info() -> &'static ::unity::il2cpp::MethodInfo {
988 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[32]
989 }
990
991 pub fn get_exp_type12_method_info() -> &'static ::unity::il2cpp::MethodInfo {
992 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[33]
993 }
994
995 pub fn set_exp_type12_method_info() -> &'static ::unity::il2cpp::MethodInfo {
996 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[34]
997 }
998
999 pub fn get_exp_type13_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1000 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[35]
1001 }
1002
1003 pub fn set_exp_type13_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1004 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[36]
1005 }
1006
1007 pub fn get_exp_type14_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1008 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[37]
1009 }
1010
1011 pub fn set_exp_type14_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1012 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[38]
1013 }
1014
1015 pub fn get_exp_type15_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1016 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[39]
1017 }
1018
1019 pub fn set_exp_type15_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1020 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[40]
1021 }
1022
1023 pub fn get_exp_type16_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1024 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[41]
1025 }
1026
1027 pub fn set_exp_type16_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1028 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[42]
1029 }
1030
1031 pub fn get_exp_type17_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1032 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[43]
1033 }
1034
1035 pub fn set_exp_type17_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1036 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[44]
1037 }
1038
1039 pub fn get_exp_type18_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1040 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[45]
1041 }
1042
1043 pub fn set_exp_type18_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1044 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[46]
1045 }
1046
1047 pub fn get_exp_type19_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1048 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[47]
1049 }
1050
1051 pub fn set_exp_type19_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1052 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[48]
1053 }
1054
1055 pub fn get_exp_type20_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1056 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[49]
1057 }
1058
1059 pub fn set_exp_type20_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1060 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[50]
1061 }
1062
1063 pub fn get_exp_type21_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1064 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[51]
1065 }
1066
1067 pub fn set_exp_type21_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1068 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[52]
1069 }
1070
1071 pub fn get_exp_type22_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1072 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[53]
1073 }
1074
1075 pub fn set_exp_type22_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1076 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[54]
1077 }
1078
1079 pub fn get_exp_type23_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1080 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[55]
1081 }
1082
1083 pub fn set_exp_type23_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1084 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[56]
1085 }
1086
1087 pub fn get_exp_type24_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1088 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[57]
1089 }
1090
1091 pub fn set_exp_type24_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1092 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[58]
1093 }
1094
1095 pub fn get_exp_type25_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1096 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[59]
1097 }
1098
1099 pub fn set_exp_type25_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1100 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[60]
1101 }
1102
1103 pub fn get_exp_type26_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1104 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[61]
1105 }
1106
1107 pub fn set_exp_type26_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1108 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[62]
1109 }
1110
1111 pub fn get_exp_type27_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1112 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[63]
1113 }
1114
1115 pub fn set_exp_type27_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1116 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[64]
1117 }
1118
1119 pub fn get_exp_type28_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1120 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[65]
1121 }
1122
1123 pub fn set_exp_type28_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1124 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[66]
1125 }
1126
1127 pub fn get_exp_type29_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1128 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[67]
1129 }
1130
1131 pub fn set_exp_type29_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1132 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[68]
1133 }
1134
1135 pub fn get_exp_type30_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1136 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[69]
1137 }
1138
1139 pub fn set_exp_type30_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1140 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[70]
1141 }
1142
1143 pub fn get_exp_type31_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1144 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[71]
1145 }
1146
1147 pub fn set_exp_type31_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1148 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[72]
1149 }
1150
1151 pub fn get_exp_type32_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1152 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[73]
1153 }
1154
1155 pub fn set_exp_type32_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1156 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[74]
1157 }
1158
1159 pub fn get_exp_type33_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1160 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[75]
1161 }
1162
1163 pub fn set_exp_type33_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1164 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[76]
1165 }
1166
1167 pub fn get_exp_type34_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1168 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[77]
1169 }
1170
1171 pub fn set_exp_type34_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1172 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[78]
1173 }
1174
1175 pub fn get_exp_type35_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1176 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[79]
1177 }
1178
1179 pub fn set_exp_type35_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1180 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[80]
1181 }
1182
1183 pub fn get_exp_type36_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1184 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[81]
1185 }
1186
1187 pub fn set_exp_type36_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1188 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[82]
1189 }
1190
1191 pub fn get_exp_type37_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1192 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[83]
1193 }
1194
1195 pub fn set_exp_type37_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1196 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[84]
1197 }
1198
1199 pub fn get_exp_type38_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1200 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[85]
1201 }
1202
1203 pub fn set_exp_type38_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1204 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[86]
1205 }
1206
1207 pub fn get_exp_type39_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1208 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[87]
1209 }
1210
1211 pub fn set_exp_type39_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1212 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[88]
1213 }
1214
1215 pub fn get_exp_type40_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1216 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[89]
1217 }
1218
1219 pub fn set_exp_type40_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1220 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[90]
1221 }
1222
1223 pub fn get_exp_type41_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1224 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[91]
1225 }
1226
1227 pub fn set_exp_type41_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1228 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[92]
1229 }
1230}
1231
1232#[cfg(feature = "app-reliancedata")]
1233impl RelianceData {
1234 #[doc = "Direct (non-virtual) call to `RelianceData`'s own `GetDebugName`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
1235 pub unsafe fn get_debug_name(this: impl ::core::convert::Into<::unity::IlInstance>) -> ::unity::Il2CppString {
1236 let __mi = Self::get_debug_name_method_info();
1237 let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> ::unity::Il2CppString = ::core::mem::transmute(__mi.method_ptr);
1238 __inner(this.into(), ::core::option::Option::None)
1239 }
1240}
1241
1242#[cfg(feature = "app-reliancedata")]
1243impl RelianceData {
1244 #[doc = "`.ctor()` — no args"]
1245 pub fn new() -> Self {
1246 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
1247 panic!(
1248 "{}
1249::{}
1250 failed to instantiate",
1251 ::core::stringify!(RelianceData),
1252 ::core::stringify!(new),
1253 )
1254 });
1255 <Self as IRelianceDataMethods>::ctor(this);
1256 this
1257 }
1258}
1259
1260#[cfg(feature = "app-reliancedata")]
1261#[doc(hidden)]
1262pub mod prelude {
1263 pub use super::{IRelianceData, IRelianceDataMethods, RelianceData, RelianceData_Level};
1264 #[cfg(feature = "app-structbase")]
1265 pub use crate::app::structbase::IStructBaseMethods;
1266 #[cfg(feature = "app-structdata_1")]
1267 pub use crate::app::structdata_1::IStructData_1Methods;
1268 #[cfg(feature = "app-structtemplate_1")]
1269 pub use crate::app::structtemplate_1::IStructTemplate_1Methods;
1270 #[cfg(feature = "system-object")]
1271 pub use crate::system::object::IObjectMethods;
1272 #[cfg(feature = "system-enum")]
1273 pub use crate::system::r#enum::IEnumMethods;
1274 #[cfg(feature = "system-valuetype")]
1275 pub use crate::system::valuetype::IValueTypeMethods;
1276 pub use crate::{
1277 app::{structbase::IStructBase, structdata_1::IStructData_1, structtemplate_1::IStructTemplate_1},
1278 system::{object::IObject, r#enum::IEnum, valuetype::IValueType},
1279 };
1280}