Skip to main content

engage/generated/app/
assettable.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "app-assettable-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            collections::generic::list_1::{IList_1, List_1},
16            object::{IObject, Object},
17            r#enum::{Enum, IEnum},
18            valuetype::{IValueType, ValueType},
19        },
20    };
21
22    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/assettable/AssetTable_ConditionIndexes.md"))]
23    #[::unity::class(namespace = "App", name = "AssetTable.ConditionIndexes")]
24    #[parent(crate::system::object::Object)]
25    pub struct AssetTable_ConditionIndexes {
26        #[offset(16)]
27        #[rename(name = "m_List")]
28        pub m_list: crate::system::collections::generic::list_1::List_1<crate::system::collections::generic::list_1::List_1<i32>>,
29    }
30
31    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/assettable/AssetTable_ConditionFlags.md"))]
32    #[::unity::class(namespace = "App", name = "AssetTable.ConditionFlags")]
33    #[parent(crate::system::object::Object)]
34    pub struct AssetTable_ConditionFlags {
35        #[offset(16)]
36        #[rename(name = "m_Bits")]
37        pub m_bits: crate::app::bitstruct::BitStruct,
38        #[offset(24)]
39        #[rename(name = "m_Keys")]
40        pub m_keys: crate::system::collections::generic::list_1::List_1<::unity::Il2CppString>,
41        #[offset(32)]
42        #[rename(name = "m_Hits")]
43        pub m_hits: crate::system::collections::generic::list_1::List_1<i32>,
44        #[offset(40)]
45        #[rename(name = "m_Dics")]
46        pub m_dics: crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, i32>,
47    }
48
49    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/assettable/AssetTable_Accessory.md"))]
50    #[::unity::class(namespace = "App", name = "AssetTable.Accessory")]
51    #[parent(crate::system::object::Object)]
52    pub struct AssetTable_Accessory {}
53
54    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/assettable/AssetTable_Result.md"))]
55    #[::unity::class(namespace = "App", name = "AssetTable.Result")]
56    #[parent(crate::system::object::Object)]
57    pub struct AssetTable_Result {
58        #[offset(360)]
59        #[rename(name = "m_InfoAnim")]
60        pub m_info_anim: ::unity::Il2CppString,
61        #[offset(368)]
62        #[rename(name = "m_TalkAnim")]
63        pub m_talk_anim: ::unity::Il2CppString,
64        #[offset(376)]
65        #[rename(name = "m_DemoAnim")]
66        pub m_demo_anim: ::unity::Il2CppString,
67        #[offset(384)]
68        #[rename(name = "m_HubAnim")]
69        pub m_hub_anim: ::unity::Il2CppString,
70        #[offset(392)]
71        #[rename(name = "m_ForceID")]
72        pub m_force_id: ::unity::Il2CppString,
73        #[offset(400)]
74        #[rename(name = "m_WeaponID")]
75        pub m_weapon_id: ::unity::Il2CppString,
76        #[offset(408)]
77        #[rename(name = "m_BodyAnims")]
78        pub m_body_anims: crate::system::collections::generic::list_1::List_1<::unity::Il2CppString>,
79        #[offset(416)]
80        #[rename(name = "m_Accessories")]
81        pub m_accessories: crate::app::assettable::AssetTable_AccessoryList,
82        #[offset(424)]
83        #[rename(name = "m_AccessoryDictionary")]
84        pub m_accessory_dictionary:
85            crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, crate::app::assettable::AssetTable_Accessory>,
86    }
87
88    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/assettable/AssetTable.md"))]
89    #[::unity::class(namespace = "App", name = "AssetTable")]
90    #[parent(crate::app::structdata_1::StructData_1<crate::app::assettable::AssetTable>)]
91    pub struct AssetTable {
92        #[static_field]
93        #[rename(name = "s_PresetNames")]
94        pub s_preset_names: crate::system::collections::generic::list_1::List_1<::unity::Il2CppString>,
95        #[offset(208)]
96        #[rename(name = "HairColor")]
97        pub hair_color: crate::unity_engine::color::Color,
98        #[offset(224)]
99        #[rename(name = "GradColor")]
100        pub grad_color: crate::unity_engine::color::Color,
101        #[offset(240)]
102        #[rename(name = "SkinColor")]
103        pub skin_color: crate::unity_engine::color::Color,
104        #[offset(256)]
105        #[rename(name = "ToonShadowColor")]
106        pub toon_shadow_color: crate::unity_engine::color::Color,
107        #[offset(272)]
108        #[rename(name = "MaskColor100")]
109        pub mask_color100: crate::unity_engine::color::Color,
110        #[offset(288)]
111        #[rename(name = "MaskColor075")]
112        pub mask_color075: crate::unity_engine::color::Color,
113        #[offset(304)]
114        #[rename(name = "MaskColor050")]
115        pub mask_color050: crate::unity_engine::color::Color,
116        #[offset(320)]
117        #[rename(name = "MaskColor025")]
118        pub mask_color025: crate::unity_engine::color::Color,
119        #[offset(520)]
120        #[rename(name = "m_ConditionIndexes")]
121        pub m_condition_indexes: crate::app::assettable::AssetTable_ConditionIndexes,
122        #[static_field]
123        #[rename(name = "BitCount")]
124        pub bit_count: i32,
125        #[static_field]
126        #[rename(name = "s_SearchLists")]
127        pub s_search_lists: ::unity::Array<crate::system::collections::generic::list_1::List_1<crate::app::assettable::AssetTable>>,
128        #[static_field]
129        #[rename(name = "s_ConditionIndexes")]
130        pub s_condition_indexes: crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, i32>,
131        #[static_field]
132        #[rename(name = "s_ConditionFlags")]
133        pub s_condition_flags: crate::app::assettable::AssetTable_ConditionFlags,
134        #[static_field]
135        #[rename(name = "NullSound")]
136        pub null_sound: crate::app::assettable::AssetTable_Sound,
137        #[static_field]
138        #[rename(name = "NullColor")]
139        pub null_color: crate::unity_engine::color::Color,
140        #[static_field]
141        #[rename(name = "Shared")]
142        pub shared: crate::app::assettable::AssetTable_Result,
143    }
144
145    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/assettable/AssetTable_States.md"))]
146    #[repr(C)]
147    #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
148    pub struct AssetTable_States {
149        pub value: i32,
150    }
151    impl ::unity::ClassIdentity for AssetTable_States {
152        const NAME: &'static str = "AssetTable.States";
153        const NAMESPACE: &'static str = "App";
154
155        fn class() -> ::unity::Class {
156            static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
157            *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
158        }
159    }
160    impl ::unity::IlType for AssetTable_States {
161        fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
162            &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
163        }
164    }
165    impl AssetTable_States {
166        pub fn none() -> Self {
167            Self { value: 0 }
168        }
169
170        pub fn engaging() -> Self {
171            Self { value: 1 }
172        }
173
174        pub fn engage_attack() -> Self {
175            Self { value: 2 }
176        }
177
178        pub fn engage_link_attack_main() -> Self {
179            Self { value: 3 }
180        }
181
182        pub fn engage_link_attack_sub() -> Self {
183            Self { value: 4 }
184        }
185    }
186
187    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/assettable/AssetTable_Modes.md"))]
188    #[repr(C)]
189    #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
190    pub struct AssetTable_Modes {
191        pub value: i32,
192    }
193    impl ::unity::ClassIdentity for AssetTable_Modes {
194        const NAME: &'static str = "AssetTable.Modes";
195        const NAMESPACE: &'static str = "App";
196
197        fn class() -> ::unity::Class {
198            static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
199            *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
200        }
201    }
202    impl ::unity::IlType for AssetTable_Modes {
203        fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
204            &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
205        }
206    }
207    impl AssetTable_Modes {
208        pub fn common() -> Self {
209            Self { value: 0 }
210        }
211
212        pub fn onmap() -> Self {
213            Self { value: 1 }
214        }
215
216        pub fn combat() -> Self {
217            Self { value: 2 }
218        }
219
220        pub fn gmap() -> Self {
221            Self { value: 3 }
222        }
223
224        pub fn num() -> Self {
225            Self { value: 4 }
226        }
227    }
228
229    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/assettable/AssetTable_AccessoryList.md"))]
230    #[::unity::class(namespace = "App", name = "AssetTable.AccessoryList")]
231    #[parent(crate::system::collections::generic::list_1::List_1<crate::app::assettable::AssetTable_Accessory>)]
232    pub struct AssetTable_AccessoryList {}
233
234    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/assettable/AssetTable_Sound.md"))]
235    #[repr(C)]
236    #[derive(::core::clone::Clone, ::core::marker::Copy)]
237    pub struct AssetTable_Sound {
238        pub voice_id: ::unity::Il2CppString,
239        pub footstep_id: ::unity::Il2CppString,
240        pub material_id: ::unity::Il2CppString,
241    }
242    impl ::unity::ClassIdentity for AssetTable_Sound {
243        const NAME: &'static str = "AssetTable.Sound";
244        const NAMESPACE: &'static str = "App";
245
246        fn class() -> ::unity::Class {
247            static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
248            *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
249        }
250    }
251    impl ::unity::IlType for AssetTable_Sound {
252        fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
253            &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
254        }
255    }
256}
257
258#[cfg(feature = "app-assettable-types")]
259pub use __types::*;
260
261#[cfg(feature = "app-assettable")]
262pub trait IAssetTable_ConditionIndexesMethods: IAssetTable_ConditionIndexes {
263    #[doc = "`Clear()` overload"]
264    fn clear(self) -> () {
265        unsafe {
266            let __receiver =
267                <AssetTable_ConditionIndexes as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
268            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1a00usize)as*mut u8,();
269(AssetTable_ConditionIndexes)__receiver)
270        }
271    }
272    #[doc = "`Add(crate::system::collections::generic::list_1::List_1<i32>)` overload"]
273    fn add(self, indexes: impl ::core::convert::Into<crate::system::collections::generic::list_1::List_1<i32>>) -> () {
274        unsafe {
275            let __receiver =
276                <AssetTable_ConditionIndexes as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
277            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1a60usize)as*mut u8,();
278(AssetTable_ConditionIndexes)__receiver,(crate::system::collections::generic::list_1::List_1<i32>)::core::convert::Into::into(indexes))
279        }
280    }
281    #[doc = "`Commit()` overload"]
282    fn commit(self) -> () {
283        unsafe {
284            let __receiver =
285                <AssetTable_ConditionIndexes as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
286            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1ac0usize)as*mut u8,();
287(AssetTable_ConditionIndexes)__receiver)
288        }
289    }
290    #[doc = "`Test(crate::app::assettable::AssetTable_ConditionFlags)` overload"]
291    fn test(self, flags: impl ::core::convert::Into<crate::app::assettable::AssetTable_ConditionFlags>) -> bool {
292        unsafe {
293            let __receiver =
294                <AssetTable_ConditionIndexes as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
295            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1ad0usize)as*mut u8,bool;
296(AssetTable_ConditionIndexes)__receiver,(crate::app::assettable::AssetTable_ConditionFlags)::core::convert::Into::into(flags))
297        }
298    }
299    #[doc = "`.ctor()` overload"]
300    fn ctor(self) -> () {
301        unsafe {
302            let __receiver =
303                <AssetTable_ConditionIndexes as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
304            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1c10usize)as*mut u8,();
305(AssetTable_ConditionIndexes)__receiver)
306        }
307    }
308}
309
310#[cfg(feature = "app-assettable")]
311impl<__T: IAssetTable_ConditionIndexes> IAssetTable_ConditionIndexesMethods for __T {}
312
313#[cfg(feature = "app-assettable")]
314impl AssetTable_ConditionIndexes {
315    pub fn clear_method_info() -> &'static ::unity::il2cpp::MethodInfo {
316        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
317    }
318
319    pub fn add_method_info() -> &'static ::unity::il2cpp::MethodInfo {
320        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
321    }
322
323    pub fn commit_method_info() -> &'static ::unity::il2cpp::MethodInfo {
324        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
325    }
326
327    pub fn test_method_info() -> &'static ::unity::il2cpp::MethodInfo {
328        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
329    }
330
331    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
332        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
333    }
334}
335
336#[cfg(feature = "app-assettable")]
337impl AssetTable_ConditionIndexes {
338    #[doc = "`.ctor()` — no args"]
339    pub fn new() -> Self {
340        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
341            panic!(
342                "{}
343::{}
344 failed to instantiate",
345                ::core::stringify!(AssetTable_ConditionIndexes),
346                ::core::stringify!(new),
347            )
348        });
349        <Self as IAssetTable_ConditionIndexesMethods>::ctor(this);
350        this
351    }
352}
353
354#[cfg(feature = "app-assettable")]
355impl AssetTable_ConditionFlags {
356    #[doc = "`GetState(crate::app::unit::Unit)` overload"]
357    pub fn get_state(unit: impl ::core::convert::Into<crate::app::unit::Unit>) -> crate::app::assettable::AssetTable_States {
358        unsafe {
359            ::unity::il2cpp_call!((::unity::module_base()+0x1bb0100usize)as*mut u8,crate::app::assettable::AssetTable_States;
360(crate::app::unit::Unit)::core::convert::Into::into(unit))
361        }
362    }
363}
364
365#[cfg(feature = "app-assettable")]
366pub trait IAssetTable_ConditionFlagsMethods: IAssetTable_ConditionFlags {
367    #[doc = "`.ctor()` overload"]
368    fn ctor(self) -> () {
369        unsafe {
370            let __receiver =
371                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
372            ::unity::il2cpp_call!((::unity::module_base()+0x1baf8b0usize)as*mut u8,();
373(AssetTable_ConditionFlags)__receiver)
374        }
375    }
376    #[doc = "`get_Names()` overload"]
377    fn get_names(self) -> crate::system::collections::generic::list_1::List_1<::unity::Il2CppString> {
378        unsafe {
379            let __receiver =
380                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
381            ::unity::il2cpp_call!((::unity::module_base()+0x1bafa30usize)as*mut u8,crate::system::collections::generic::list_1::List_1< ::unity::Il2CppString> ;
382(AssetTable_ConditionFlags)__receiver)
383        }
384    }
385    #[doc = "`get_Hits()` overload"]
386    fn get_hits(self) -> crate::system::collections::generic::list_1::List_1<i32> {
387        unsafe {
388            let __receiver =
389                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
390            ::unity::il2cpp_call!((::unity::module_base()+0x1bafa40usize)as*mut u8,crate::system::collections::generic::list_1::List_1<i32> ;
391(AssetTable_ConditionFlags)__receiver)
392        }
393    }
394    #[doc = "`Clear()` overload"]
395    fn clear(self) -> () {
396        unsafe {
397            let __receiver =
398                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
399            ::unity::il2cpp_call!((::unity::module_base()+0x1bafa50usize)as*mut u8,();
400(AssetTable_ConditionFlags)__receiver)
401        }
402    }
403    #[doc = "`Test(i32)` overload"]
404    fn test(self, index: impl ::core::convert::Into<i32>) -> bool {
405        unsafe {
406            let __receiver =
407                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
408            ::unity::il2cpp_call!((::unity::module_base()+0x1bafc20usize)as*mut u8,bool;
409(AssetTable_ConditionFlags)__receiver,(i32)::core::convert::Into::into(index))
410        }
411    }
412    #[doc = "`Test(::unity::Il2CppString)` overload"]
413    fn test_2(self, key: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
414        unsafe {
415            let __receiver =
416                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
417            ::unity::il2cpp_call!((::unity::module_base()+0x1bafc70usize)as*mut u8,bool;
418(AssetTable_ConditionFlags)__receiver,(::unity::Il2CppString)::core::convert::Into::into(key))
419        }
420    }
421    #[doc = "`Add(::unity::Array<::unity::Il2CppString>)` overload"]
422    fn add(self, keys: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>) -> () {
423        unsafe {
424            let __receiver =
425                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
426            ::unity::il2cpp_call!((::unity::module_base()+0x1bafcd0usize)as*mut u8,();
427(AssetTable_ConditionFlags)__receiver,(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(keys))
428        }
429    }
430    #[doc = "`Add(::unity::Il2CppString)` overload"]
431    fn add_2(self, key: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
432        unsafe {
433            let __receiver =
434                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
435            ::unity::il2cpp_call!((::unity::module_base()+0x1bafdd0usize)as*mut u8,();
436(AssetTable_ConditionFlags)__receiver,(::unity::Il2CppString)::core::convert::Into::into(key))
437        }
438    }
439    #[doc = "`Add(crate::app::itemdata::ItemData)` overload"]
440    fn add_3(self, item: impl ::core::convert::Into<crate::app::itemdata::ItemData>) -> () {
441        unsafe {
442            let __receiver =
443                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
444            ::unity::il2cpp_call!((::unity::module_base()+0x1baff70usize)as*mut u8,();
445(AssetTable_ConditionFlags)__receiver,(crate::app::itemdata::ItemData)::core::convert::Into::into(item))
446        }
447    }
448    #[doc = "`Add(crate::app::force::Force_Type)` overload"]
449    fn add_4(self, force: impl ::core::convert::Into<crate::app::force::Force_Type>) -> () {
450        unsafe {
451            let __receiver =
452                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
453            ::unity::il2cpp_call!((::unity::module_base()+0x1bb0070usize)as*mut u8,();
454(AssetTable_ConditionFlags)__receiver,(crate::app::force::Force_Type)::core::convert::Into::into(force))
455        }
456    }
457    #[doc = "`Add(crate::app::unit::Unit)` overload"]
458    fn add_5(self, unit: impl ::core::convert::Into<crate::app::unit::Unit>) -> () {
459        unsafe {
460            let __receiver =
461                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
462            ::unity::il2cpp_call!((::unity::module_base()+0x1bb0200usize)as*mut u8,();
463(AssetTable_ConditionFlags)__receiver,(crate::app::unit::Unit)::core::convert::Into::into(unit))
464        }
465    }
466    #[doc = "`IsSimpleMode()` overload"]
467    fn is_simple_mode(self) -> bool {
468        unsafe {
469            let __receiver =
470                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
471            ::unity::il2cpp_call!((::unity::module_base()+0x1bb07a0usize)as*mut u8,bool;
472(AssetTable_ConditionFlags)__receiver)
473        }
474    }
475    #[doc = "`AddGender(crate::app::gender::Gender, crate::app::gender::Gender)` overload"]
476    fn add_gender(
477        self,
478        gender: impl ::core::convert::Into<crate::app::gender::Gender>,
479        dress_gender: impl ::core::convert::Into<crate::app::gender::Gender>,
480    ) -> () {
481        unsafe {
482            let __receiver =
483                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
484            ::unity::il2cpp_call!((::unity::module_base()+0x1bb07b0usize)as*mut u8,();
485(AssetTable_ConditionFlags)__receiver,(crate::app::gender::Gender)::core::convert::Into::into(gender),(crate::app::gender::Gender)::core::convert::Into::into(dress_gender))
486        }
487    }
488    #[doc = "`AddGender(crate::app::persondata::PersonData)` overload"]
489    fn add_gender_2(self, person: impl ::core::convert::Into<crate::app::persondata::PersonData>) -> () {
490        unsafe {
491            let __receiver =
492                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
493            ::unity::il2cpp_call!((::unity::module_base()+0x1bb0900usize)as*mut u8,();
494(AssetTable_ConditionFlags)__receiver,(crate::app::persondata::PersonData)::core::convert::Into::into(person))
495        }
496    }
497    #[doc = "`AddGender(crate::app::unit::Unit)` overload"]
498    fn add_gender_3(self, unit: impl ::core::convert::Into<crate::app::unit::Unit>) -> () {
499        unsafe {
500            let __receiver =
501                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
502            ::unity::il2cpp_call!((::unity::module_base()+0x1bb0d60usize)as*mut u8,();
503(AssetTable_ConditionFlags)__receiver,(crate::app::unit::Unit)::core::convert::Into::into(unit))
504        }
505    }
506    #[doc = "`AddGender(crate::app::goddata::GodData)` overload"]
507    fn add_gender_4(self, goid_data: impl ::core::convert::Into<crate::app::goddata::GodData>) -> () {
508        unsafe {
509            let __receiver =
510                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
511            ::unity::il2cpp_call!((::unity::module_base()+0x1bb10f0usize)as*mut u8,();
512(AssetTable_ConditionFlags)__receiver,(crate::app::goddata::GodData)::core::convert::Into::into(goid_data))
513        }
514    }
515    #[doc = "`Add(crate::app::persondata::PersonData, crate::app::jobdata::JobData)` overload"]
516    fn add_6(
517        self,
518        person: impl ::core::convert::Into<crate::app::persondata::PersonData>,
519        job: impl ::core::convert::Into<crate::app::jobdata::JobData>,
520    ) -> () {
521        unsafe {
522            let __receiver =
523                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
524            ::unity::il2cpp_call!((::unity::module_base()+0x1bb13f0usize)as*mut u8,();
525(AssetTable_ConditionFlags)__receiver,(crate::app::persondata::PersonData)::core::convert::Into::into(person),(crate::app::jobdata::JobData)::core::convert::Into::into(job))
526        }
527    }
528    #[doc = "`Add(crate::app::persondata::PersonData, crate::app::jobdata::JobData, crate::app::force::Force_Type)` overload"]
529    fn add_7(
530        self,
531        person: impl ::core::convert::Into<crate::app::persondata::PersonData>,
532        job: impl ::core::convert::Into<crate::app::jobdata::JobData>,
533        force: impl ::core::convert::Into<crate::app::force::Force_Type>,
534    ) -> () {
535        unsafe {
536            let __receiver =
537                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
538            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1410usize)as*mut u8,();
539(AssetTable_ConditionFlags)__receiver,(crate::app::persondata::PersonData)::core::convert::Into::into(person),(crate::app::jobdata::JobData)::core::convert::Into::into(job),(crate::app::force::Force_Type)::core::convert::Into::into(force))
540        }
541    }
542    #[doc = "`Add(crate::app::skillarray::SkillArray)` overload"]
543    fn add_8(self, skills: impl ::core::convert::Into<crate::app::skillarray::SkillArray>) -> () {
544        unsafe {
545            let __receiver =
546                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
547            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1710usize)as*mut u8,();
548(AssetTable_ConditionFlags)__receiver,(crate::app::skillarray::SkillArray)::core::convert::Into::into(skills))
549        }
550    }
551    #[doc = "`Add(crate::app::assettable::AssetTable_States, crate::app::goddata::GodData, bool)` overload"]
552    fn add_9(
553        self,
554        state: impl ::core::convert::Into<crate::app::assettable::AssetTable_States>,
555        god_data: impl ::core::convert::Into<crate::app::goddata::GodData>,
556        is_darkness: impl ::core::convert::Into<bool>,
557    ) -> () {
558        unsafe {
559            let __receiver =
560                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
561            ::unity::il2cpp_call!((::unity::module_base()+0x1bb0440usize)as*mut u8,();
562(AssetTable_ConditionFlags)__receiver,(crate::app::assettable::AssetTable_States)::core::convert::Into::into(state),(crate::app::goddata::GodData)::core::convert::Into::into(god_data),(bool)::core::convert::Into::into(is_darkness))
563        }
564    }
565    #[doc = "`ReplaceGid2Eid(::unity::Il2CppString)` overload"]
566    fn replace_gid2_eid(self, gid: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
567        unsafe {
568            let __receiver =
569                <AssetTable_ConditionFlags as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
570            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1930usize)as*mut u8, ::unity::Il2CppString;
571(AssetTable_ConditionFlags)__receiver,(::unity::Il2CppString)::core::convert::Into::into(gid))
572        }
573    }
574}
575
576#[cfg(feature = "app-assettable")]
577impl<__T: IAssetTable_ConditionFlags> IAssetTable_ConditionFlagsMethods for __T {}
578
579#[cfg(feature = "app-assettable")]
580impl AssetTable_ConditionFlags {
581    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
582        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
583    }
584
585    pub fn get_names_method_info() -> &'static ::unity::il2cpp::MethodInfo {
586        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
587    }
588
589    pub fn get_hits_method_info() -> &'static ::unity::il2cpp::MethodInfo {
590        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
591    }
592
593    pub fn clear_method_info() -> &'static ::unity::il2cpp::MethodInfo {
594        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
595    }
596
597    pub fn test_method_info() -> &'static ::unity::il2cpp::MethodInfo {
598        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
599    }
600
601    pub fn test_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
602        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
603    }
604
605    pub fn add_method_info() -> &'static ::unity::il2cpp::MethodInfo {
606        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
607    }
608
609    pub fn add_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
610        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
611    }
612
613    pub fn add_3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
614        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
615    }
616
617    pub fn add_4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
618        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
619    }
620
621    pub fn get_state_method_info() -> &'static ::unity::il2cpp::MethodInfo {
622        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
623    }
624
625    pub fn add_5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
626        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
627    }
628
629    pub fn is_simple_mode_method_info() -> &'static ::unity::il2cpp::MethodInfo {
630        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
631    }
632
633    pub fn add_gender_method_info() -> &'static ::unity::il2cpp::MethodInfo {
634        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
635    }
636
637    pub fn add_gender_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
638        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
639    }
640
641    pub fn add_gender_3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
642        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
643    }
644
645    pub fn add_gender_4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
646        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
647    }
648
649    pub fn add_6_method_info() -> &'static ::unity::il2cpp::MethodInfo {
650        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
651    }
652
653    pub fn add_7_method_info() -> &'static ::unity::il2cpp::MethodInfo {
654        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
655    }
656
657    pub fn add_8_method_info() -> &'static ::unity::il2cpp::MethodInfo {
658        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
659    }
660
661    pub fn add_9_method_info() -> &'static ::unity::il2cpp::MethodInfo {
662        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
663    }
664
665    pub fn replace_gid2_eid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
666        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
667    }
668}
669
670#[cfg(feature = "app-assettable")]
671impl AssetTable_ConditionFlags {
672    #[doc = "`.ctor()` — no args"]
673    pub fn new() -> Self {
674        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
675            panic!(
676                "{}
677::{}
678 failed to instantiate",
679                ::core::stringify!(AssetTable_ConditionFlags),
680                ::core::stringify!(new),
681            )
682        });
683        <Self as IAssetTable_ConditionFlagsMethods>::ctor(this);
684        this
685    }
686}
687
688#[cfg(feature = "app-assettable")]
689pub trait IAssetTable_AccessoryMethods: IAssetTable_Accessory {
690    #[doc = "`get_Locator()` overload"]
691    fn get_locator(self) -> ::unity::Il2CppString {
692        unsafe {
693            let __receiver = <AssetTable_Accessory as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
694            ::unity::il2cpp_call!((::unity::module_base()+0x1baf560usize)as*mut u8, ::unity::Il2CppString;
695(AssetTable_Accessory)__receiver)
696        }
697    }
698    #[doc = "`set_Locator(::unity::Il2CppString)` overload"]
699    fn set_locator(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
700        unsafe {
701            let __receiver = <AssetTable_Accessory as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
702            ::unity::il2cpp_call!((::unity::module_base()+0x1baf570usize)as*mut u8,();
703(AssetTable_Accessory)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
704        }
705    }
706    #[doc = "`get_Model()` overload"]
707    fn get_model(self) -> ::unity::Il2CppString {
708        unsafe {
709            let __receiver = <AssetTable_Accessory as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
710            ::unity::il2cpp_call!((::unity::module_base()+0x1baf580usize)as*mut u8, ::unity::Il2CppString;
711(AssetTable_Accessory)__receiver)
712        }
713    }
714    #[doc = "`set_Model(::unity::Il2CppString)` overload"]
715    fn set_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
716        unsafe {
717            let __receiver = <AssetTable_Accessory as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
718            ::unity::il2cpp_call!((::unity::module_base()+0x1baf590usize)as*mut u8,();
719(AssetTable_Accessory)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
720        }
721    }
722    #[doc = "`ToString()` overload"]
723    fn to_string(self) -> ::unity::Il2CppString {
724        unsafe {
725            let __receiver = <AssetTable_Accessory as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
726            {
727                let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
728                let __vi = *__vt.get(3usize).unwrap_or_else(|| {
729                    panic!(
730                        "unity: virtual slot {}
731 out of range (vtable len {}
732) on the runtime class behind {}
733 (method `{}
734`)",
735                        3usize,
736                        __vt.len(),
737                        <AssetTable_Accessory as ::unity::ClassIdentity>::NAME,
738                        "ToString",
739                    )
740                });
741                let __inner: extern "C" fn(AssetTable_Accessory, ::unity::OptionalMethod) -> ::unity::Il2CppString =
742                    ::core::mem::transmute(__vi.method_ptr);
743                let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
744                __inner(__receiver, __mi)
745            }
746        }
747    }
748    #[doc = "`get_Exist()` overload"]
749    fn get_exist(self) -> bool {
750        unsafe {
751            let __receiver = <AssetTable_Accessory as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
752            ::unity::il2cpp_call!((::unity::module_base()+0x1baf600usize)as*mut u8,bool;
753(AssetTable_Accessory)__receiver)
754        }
755    }
756    #[doc = "`.ctor()` overload"]
757    fn ctor(self) -> () {
758        unsafe {
759            let __receiver = <AssetTable_Accessory as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
760            ::unity::il2cpp_call!((::unity::module_base()+0x1baf630usize)as*mut u8,();
761(AssetTable_Accessory)__receiver)
762        }
763    }
764}
765
766#[cfg(feature = "app-assettable")]
767impl<__T: IAssetTable_Accessory> IAssetTable_AccessoryMethods for __T {}
768
769#[cfg(feature = "app-assettable")]
770impl AssetTable_Accessory {
771    pub fn get_locator_method_info() -> &'static ::unity::il2cpp::MethodInfo {
772        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
773    }
774
775    pub fn set_locator_method_info() -> &'static ::unity::il2cpp::MethodInfo {
776        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
777    }
778
779    pub fn get_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
780        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
781    }
782
783    pub fn set_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
784        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
785    }
786
787    pub fn to_string_method_info() -> &'static ::unity::il2cpp::MethodInfo {
788        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
789    }
790
791    pub fn get_exist_method_info() -> &'static ::unity::il2cpp::MethodInfo {
792        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
793    }
794
795    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
796        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
797    }
798}
799
800#[cfg(feature = "app-assettable")]
801impl AssetTable_Accessory {
802    #[doc = "Direct (non-virtual) call to `AssetTable_Accessory`'s own `ToString`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
803    pub unsafe fn to_string(this: impl ::core::convert::Into<::unity::IlInstance>) -> ::unity::Il2CppString {
804        let __mi = Self::to_string_method_info();
805        let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> ::unity::Il2CppString = ::core::mem::transmute(__mi.method_ptr);
806        __inner(this.into(), ::core::option::Option::None)
807    }
808}
809
810#[cfg(feature = "app-assettable")]
811impl AssetTable_Accessory {
812    #[doc = "`.ctor()` — no args"]
813    pub fn new() -> Self {
814        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
815            panic!(
816                "{}
817::{}
818 failed to instantiate",
819                ::core::stringify!(AssetTable_Accessory),
820                ::core::stringify!(new),
821            )
822        });
823        <Self as IAssetTable_AccessoryMethods>::ctor(this);
824        this
825    }
826}
827
828#[cfg(feature = "app-assettable")]
829impl AssetTable_Result {
830    #[doc = "`GetForTalk(::unity::Il2CppString)` overload"]
831    pub fn get_for_talk(pid: impl ::core::convert::Into<::unity::Il2CppString>) -> crate::app::assettable::AssetTable_Result {
832        unsafe {
833            ::unity::il2cpp_call!((::unity::module_base()+0x1bb5a90usize)as*mut u8,crate::app::assettable::AssetTable_Result;
834(::unity::Il2CppString)::core::convert::Into::into(pid))
835        }
836    }
837
838    #[doc = "`GetForTalk(crate::app::unit::Unit)` overload"]
839    pub fn get_for_talk_2(unit: impl ::core::convert::Into<crate::app::unit::Unit>) -> crate::app::assettable::AssetTable_Result {
840        unsafe {
841            ::unity::il2cpp_call!((::unity::module_base()+0x1bb5cf0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
842(crate::app::unit::Unit)::core::convert::Into::into(unit))
843        }
844    }
845
846    #[doc = "`GetForDemo(::unity::Il2CppString, bool, bool)` overload"]
847    pub fn get_for_demo(
848        pid: impl ::core::convert::Into<::unity::Il2CppString>,
849        is_default: impl ::core::convert::Into<bool>,
850        is_plain: impl ::core::convert::Into<bool>,
851    ) -> crate::app::assettable::AssetTable_Result {
852        unsafe {
853            ::unity::il2cpp_call!((::unity::module_base()+0x1bb5f60usize)as*mut u8,crate::app::assettable::AssetTable_Result;
854(::unity::Il2CppString)::core::convert::Into::into(pid),(bool)::core::convert::Into::into(is_default),(bool)::core::convert::Into::into(is_plain))
855        }
856    }
857
858    #[doc = "`GetKizunaCondition(::unity::Array<::unity::Il2CppString>)` overload"]
859    pub fn get_kizuna_condition(
860        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
861    ) -> ::unity::Array<::unity::Il2CppString> {
862        unsafe {
863            ::unity::il2cpp_call!((::unity::module_base()+0x1bb62e0usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
864(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
865        }
866    }
867
868    #[doc = "`GetForKizuna(::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>)` overload"]
869    pub fn get_for_kizuna(
870        pid: impl ::core::convert::Into<::unity::Il2CppString>,
871        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
872    ) -> crate::app::assettable::AssetTable_Result {
873        unsafe {
874            ::unity::il2cpp_call!((::unity::module_base()+0x1bb63c0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
875(::unity::Il2CppString)::core::convert::Into::into(pid),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
876        }
877    }
878
879    #[doc = "`GetHubCondition(::unity::Array<::unity::Il2CppString>)` overload"]
880    pub fn get_hub_condition(conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>) -> ::unity::Array<::unity::Il2CppString> {
881        unsafe {
882            ::unity::il2cpp_call!((::unity::module_base()+0x1bb6560usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
883(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
884        }
885    }
886
887    #[doc = "`GetForHub(::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>)` overload"]
888    pub fn get_for_hub(
889        pid: impl ::core::convert::Into<::unity::Il2CppString>,
890        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
891    ) -> crate::app::assettable::AssetTable_Result {
892        unsafe {
893            ::unity::il2cpp_call!((::unity::module_base()+0x1bb6660usize)as*mut u8,crate::app::assettable::AssetTable_Result;
894(::unity::Il2CppString)::core::convert::Into::into(pid),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
895        }
896    }
897
898    #[doc = "`GetForHubDirect(::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>)` overload"]
899    pub fn get_for_hub_direct(
900        pid: impl ::core::convert::Into<::unity::Il2CppString>,
901        condisions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
902    ) -> crate::app::assettable::AssetTable_Result {
903        unsafe {
904            ::unity::il2cpp_call!((::unity::module_base()+0x1bb6800usize)as*mut u8,crate::app::assettable::AssetTable_Result;
905(::unity::Il2CppString)::core::convert::Into::into(pid),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(condisions))
906        }
907    }
908
909    #[doc = "`GetForAccessory(crate::app::unit::Unit)` overload"]
910    pub fn get_for_accessory(unit: impl ::core::convert::Into<crate::app::unit::Unit>) -> crate::app::assettable::AssetTable_Result {
911        unsafe {
912            ::unity::il2cpp_call!((::unity::module_base()+0x1bb68b0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
913(crate::app::unit::Unit)::core::convert::Into::into(unit))
914        }
915    }
916
917    #[doc = "`GetFromUnit(crate::app::assettable::AssetTable_Modes, crate::app::unit::Unit, ::unity::Array<::unity::Il2CppString>)` overload"]
918    pub fn get_from_unit(
919        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
920        unit: impl ::core::convert::Into<crate::app::unit::Unit>,
921        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
922    ) -> crate::app::assettable::AssetTable_Result {
923        unsafe {
924            ::unity::il2cpp_call!((::unity::module_base()+0x1bb6af0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
925(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::unit::Unit)::core::convert::Into::into(unit),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
926        }
927    }
928
929    #[doc = "`GetFromUnit(crate::app::assettable::AssetTable_Modes, crate::app::unit::Unit, crate::app::itemdata::ItemData, ::unity::Array<::unity::Il2CppString>)` overload"]
930    pub fn get_from_unit_2(
931        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
932        unit: impl ::core::convert::Into<crate::app::unit::Unit>,
933        equipped: impl ::core::convert::Into<crate::app::itemdata::ItemData>,
934        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
935    ) -> crate::app::assettable::AssetTable_Result {
936        unsafe {
937            ::unity::il2cpp_call!((::unity::module_base()+0x1bb5ed0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
938(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::unit::Unit)::core::convert::Into::into(unit),(crate::app::itemdata::ItemData)::core::convert::Into::into(equipped),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
939        }
940    }
941
942    #[doc = "`GetForUnitInfo(crate::app::unit::Unit)` overload"]
943    pub fn get_for_unit_info(unit: impl ::core::convert::Into<crate::app::unit::Unit>) -> crate::app::assettable::AssetTable_Result {
944        unsafe {
945            ::unity::il2cpp_call!((::unity::module_base()+0x1bb6bc0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
946(crate::app::unit::Unit)::core::convert::Into::into(unit))
947        }
948    }
949
950    #[doc = "`GetForUnitInfo(crate::app::unit::Unit, crate::app::itemdata::ItemData)` overload"]
951    pub fn get_for_unit_info_2(
952        unit: impl ::core::convert::Into<crate::app::unit::Unit>,
953        equipped: impl ::core::convert::Into<crate::app::itemdata::ItemData>,
954    ) -> crate::app::assettable::AssetTable_Result {
955        unsafe {
956            ::unity::il2cpp_call!((::unity::module_base()+0x1bb6c50usize)as*mut u8,crate::app::assettable::AssetTable_Result;
957(crate::app::unit::Unit)::core::convert::Into::into(unit),(crate::app::itemdata::ItemData)::core::convert::Into::into(equipped))
958        }
959    }
960
961    #[doc = "`GetForUnitInfo(crate::app::goddata::GodData, bool)` overload"]
962    pub fn get_for_unit_info_3(
963        god_data: impl ::core::convert::Into<crate::app::goddata::GodData>,
964        is_darkness: impl ::core::convert::Into<bool>,
965    ) -> crate::app::assettable::AssetTable_Result {
966        unsafe {
967            ::unity::il2cpp_call!((::unity::module_base()+0x1bb6de0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
968(crate::app::goddata::GodData)::core::convert::Into::into(god_data),(bool)::core::convert::Into::into(is_darkness))
969        }
970    }
971
972    #[doc = "`GetForUnitInfo(crate::app::godunit::GodUnit)` overload"]
973    pub fn get_for_unit_info_4(god_unit: impl ::core::convert::Into<crate::app::godunit::GodUnit>) -> crate::app::assettable::AssetTable_Result {
974        unsafe {
975            ::unity::il2cpp_call!((::unity::module_base()+0x1bb7010usize)as*mut u8,crate::app::assettable::AssetTable_Result;
976(crate::app::godunit::GodUnit)::core::convert::Into::into(god_unit))
977        }
978    }
979
980    #[doc = "`GetForUnitHub(crate::app::unit::Unit)` overload"]
981    pub fn get_for_unit_hub(unit: impl ::core::convert::Into<crate::app::unit::Unit>) -> crate::app::assettable::AssetTable_Result {
982        unsafe {
983            ::unity::il2cpp_call!((::unity::module_base()+0x1bb70a0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
984(crate::app::unit::Unit)::core::convert::Into::into(unit))
985        }
986    }
987
988    #[doc = "`GetForTalk(crate::app::goddata::GodData)` overload"]
989    pub fn get_for_talk_3(god_data: impl ::core::convert::Into<crate::app::goddata::GodData>) -> crate::app::assettable::AssetTable_Result {
990        unsafe {
991            ::unity::il2cpp_call!((::unity::module_base()+0x1bb7270usize)as*mut u8,crate::app::assettable::AssetTable_Result;
992(crate::app::goddata::GodData)::core::convert::Into::into(god_data))
993        }
994    }
995
996    #[doc = "`GetForTalk(crate::app::godunit::GodUnit)` overload"]
997    pub fn get_for_talk_4(god_unit: impl ::core::convert::Into<crate::app::godunit::GodUnit>) -> crate::app::assettable::AssetTable_Result {
998        unsafe {
999            ::unity::il2cpp_call!((::unity::module_base()+0x1bb7400usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1000(crate::app::godunit::GodUnit)::core::convert::Into::into(god_unit))
1001        }
1002    }
1003
1004    #[doc = "`GetForDemo(crate::app::goddata::GodData)` overload"]
1005    pub fn get_for_demo_2(god_data: impl ::core::convert::Into<crate::app::goddata::GodData>) -> crate::app::assettable::AssetTable_Result {
1006        unsafe {
1007            ::unity::il2cpp_call!((::unity::module_base()+0x1bb7600usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1008(crate::app::goddata::GodData)::core::convert::Into::into(god_data))
1009        }
1010    }
1011
1012    #[doc = "`GetForHub(crate::app::goddata::GodData)` overload"]
1013    pub fn get_for_hub_2(god_data: impl ::core::convert::Into<crate::app::goddata::GodData>) -> crate::app::assettable::AssetTable_Result {
1014        unsafe {
1015            ::unity::il2cpp_call!((::unity::module_base()+0x1bb77f0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1016(crate::app::goddata::GodData)::core::convert::Into::into(god_data))
1017        }
1018    }
1019
1020    #[doc = "`GetFromGod(crate::app::assettable::AssetTable_Modes, crate::app::godunit::GodUnit, ::unity::Array<::unity::Il2CppString>)` overload"]
1021    pub fn get_from_god(
1022        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1023        god_unit: impl ::core::convert::Into<crate::app::godunit::GodUnit>,
1024        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
1025    ) -> crate::app::assettable::AssetTable_Result {
1026        unsafe {
1027            ::unity::il2cpp_call!((::unity::module_base()+0x1bb7980usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1028(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::godunit::GodUnit)::core::convert::Into::into(god_unit),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
1029        }
1030    }
1031
1032    #[doc = "`GetFromGod(crate::app::assettable::AssetTable_Modes, crate::app::goddata::GodData, bool, ::unity::Array<::unity::Il2CppString>)` overload"]
1033    pub fn get_from_god_2(
1034        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1035        god_data: impl ::core::convert::Into<crate::app::goddata::GodData>,
1036        is_darkness: impl ::core::convert::Into<bool>,
1037        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
1038    ) -> crate::app::assettable::AssetTable_Result {
1039        unsafe {
1040            ::unity::il2cpp_call!((::unity::module_base()+0x1bb6f80usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1041(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::goddata::GodData)::core::convert::Into::into(god_data),(bool)::core::convert::Into::into(is_darkness),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
1042        }
1043    }
1044
1045    #[doc = "`GetFromItem(crate::app::assettable::AssetTable_Modes, crate::app::itemdata::ItemData)` overload"]
1046    pub fn get_from_item(
1047        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1048        item: impl ::core::convert::Into<crate::app::itemdata::ItemData>,
1049    ) -> crate::app::assettable::AssetTable_Result {
1050        unsafe {
1051            ::unity::il2cpp_call!((::unity::module_base()+0x1bb7a60usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1052(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::itemdata::ItemData)::core::convert::Into::into(item))
1053        }
1054    }
1055
1056    #[doc = "`GetFromShop(crate::app::assettable::AssetTable_Modes, crate::app::itemdata::ItemData)` overload"]
1057    pub fn get_from_shop(
1058        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1059        item: impl ::core::convert::Into<crate::app::itemdata::ItemData>,
1060    ) -> crate::app::assettable::AssetTable_Result {
1061        unsafe {
1062            ::unity::il2cpp_call!((::unity::module_base()+0x1bb7b90usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1063(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::itemdata::ItemData)::core::convert::Into::into(item))
1064        }
1065    }
1066
1067    #[doc = "`GetFromPreset(::unity::Il2CppString)` overload"]
1068    pub fn get_from_preset(name: impl ::core::convert::Into<::unity::Il2CppString>) -> crate::app::assettable::AssetTable_Result {
1069        unsafe {
1070            ::unity::il2cpp_call!((::unity::module_base()+0x1bb7ca0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1071(::unity::Il2CppString)::core::convert::Into::into(name))
1072        }
1073    }
1074
1075    #[doc = "`GetEditConditions(crate::app::unitedit::UnitEdit)` overload"]
1076    pub fn get_edit_conditions(edit: impl ::core::convert::Into<crate::app::unitedit::UnitEdit>) -> ::unity::Array<::unity::Il2CppString> {
1077        unsafe {
1078            ::unity::il2cpp_call!((::unity::module_base()+0x1bb7d80usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
1079(crate::app::unitedit::UnitEdit)::core::convert::Into::into(edit))
1080        }
1081    }
1082
1083    #[doc = "`GetForRelay(crate::app::persondata::PersonData, crate::app::jobdata::JobData, crate::app::unitedit::UnitEdit)` overload"]
1084    pub fn get_for_relay(
1085        person: impl ::core::convert::Into<crate::app::persondata::PersonData>,
1086        job: impl ::core::convert::Into<crate::app::jobdata::JobData>,
1087        edit: impl ::core::convert::Into<crate::app::unitedit::UnitEdit>,
1088    ) -> crate::app::assettable::AssetTable_Result {
1089        unsafe {
1090            ::unity::il2cpp_call!((::unity::module_base()+0x1bb80e0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1091(crate::app::persondata::PersonData)::core::convert::Into::into(person),(crate::app::jobdata::JobData)::core::convert::Into::into(job),(crate::app::unitedit::UnitEdit)::core::convert::Into::into(edit))
1092        }
1093    }
1094
1095    #[doc = "`GetForEditor(crate::app::assettable::AssetTable_Modes, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, crate::app::force::Force_Type, crate::app::assettable::AssetTable_States)` overload"]
1096    pub fn get_for_editor(
1097        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1098        pid: impl ::core::convert::Into<::unity::Il2CppString>,
1099        jid: impl ::core::convert::Into<::unity::Il2CppString>,
1100        iid: impl ::core::convert::Into<::unity::Il2CppString>,
1101        gid: impl ::core::convert::Into<::unity::Il2CppString>,
1102        force: impl ::core::convert::Into<crate::app::force::Force_Type>,
1103        state: impl ::core::convert::Into<crate::app::assettable::AssetTable_States>,
1104    ) -> crate::app::assettable::AssetTable_Result {
1105        unsafe {
1106            ::unity::il2cpp_call!((::unity::module_base()+0x1bb8200usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1107(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(::unity::Il2CppString)::core::convert::Into::into(pid),(::unity::Il2CppString)::core::convert::Into::into(jid),(::unity::Il2CppString)::core::convert::Into::into(iid),(::unity::Il2CppString)::core::convert::Into::into(gid),(crate::app::force::Force_Type)::core::convert::Into::into(force),(crate::app::assettable::AssetTable_States)::core::convert::Into::into(state))
1108        }
1109    }
1110
1111    #[doc = "`GetFromPID(crate::app::assettable::AssetTable_Modes, ::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>)` overload"]
1112    pub fn get_from_pid(
1113        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1114        pid: impl ::core::convert::Into<::unity::Il2CppString>,
1115        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
1116    ) -> crate::app::assettable::AssetTable_Result {
1117        unsafe {
1118            ::unity::il2cpp_call!((::unity::module_base()+0x1bb5be0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1119(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(::unity::Il2CppString)::core::convert::Into::into(pid),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
1120        }
1121    }
1122}
1123
1124#[cfg(feature = "app-assettable")]
1125pub trait IAssetTable_ResultMethods: IAssetTable_Result {
1126    #[doc = "`get_Pid()` overload"]
1127    fn get_pid(self) -> ::unity::Il2CppString {
1128        unsafe {
1129            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1130            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1ca0usize)as*mut u8, ::unity::Il2CppString;
1131(AssetTable_Result)__receiver)
1132        }
1133    }
1134    #[doc = "`set_Pid(::unity::Il2CppString)` overload"]
1135    fn set_pid(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1136        unsafe {
1137            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1138            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1cb0usize)as*mut u8,();
1139(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1140        }
1141    }
1142    #[doc = "`get_Jid()` overload"]
1143    fn get_jid(self) -> ::unity::Il2CppString {
1144        unsafe {
1145            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1146            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1cc0usize)as*mut u8, ::unity::Il2CppString;
1147(AssetTable_Result)__receiver)
1148        }
1149    }
1150    #[doc = "`set_Jid(::unity::Il2CppString)` overload"]
1151    fn set_jid(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1152        unsafe {
1153            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1154            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1cd0usize)as*mut u8,();
1155(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1156        }
1157    }
1158    #[doc = "`get_BodyModel()` overload"]
1159    fn get_body_model(self) -> ::unity::Il2CppString {
1160        unsafe {
1161            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1162            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1ce0usize)as*mut u8, ::unity::Il2CppString;
1163(AssetTable_Result)__receiver)
1164        }
1165    }
1166    #[doc = "`set_BodyModel(::unity::Il2CppString)` overload"]
1167    fn set_body_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1168        unsafe {
1169            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1170            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1cf0usize)as*mut u8,();
1171(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1172        }
1173    }
1174    #[doc = "`get_DressModel()` overload"]
1175    fn get_dress_model(self) -> ::unity::Il2CppString {
1176        unsafe {
1177            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1178            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d00usize)as*mut u8, ::unity::Il2CppString;
1179(AssetTable_Result)__receiver)
1180        }
1181    }
1182    #[doc = "`set_DressModel(::unity::Il2CppString)` overload"]
1183    fn set_dress_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1184        unsafe {
1185            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1186            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d10usize)as*mut u8,();
1187(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1188        }
1189    }
1190    #[doc = "`get_HeadModel()` overload"]
1191    fn get_head_model(self) -> ::unity::Il2CppString {
1192        unsafe {
1193            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1194            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d20usize)as*mut u8, ::unity::Il2CppString;
1195(AssetTable_Result)__receiver)
1196        }
1197    }
1198    #[doc = "`set_HeadModel(::unity::Il2CppString)` overload"]
1199    fn set_head_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1200        unsafe {
1201            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1202            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d30usize)as*mut u8,();
1203(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1204        }
1205    }
1206    #[doc = "`get_HairModel()` overload"]
1207    fn get_hair_model(self) -> ::unity::Il2CppString {
1208        unsafe {
1209            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1210            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d40usize)as*mut u8, ::unity::Il2CppString;
1211(AssetTable_Result)__receiver)
1212        }
1213    }
1214    #[doc = "`set_HairModel(::unity::Il2CppString)` overload"]
1215    fn set_hair_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1216        unsafe {
1217            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1218            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d50usize)as*mut u8,();
1219(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1220        }
1221    }
1222    #[doc = "`get_RideModel()` overload"]
1223    fn get_ride_model(self) -> ::unity::Il2CppString {
1224        unsafe {
1225            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1226            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d60usize)as*mut u8, ::unity::Il2CppString;
1227(AssetTable_Result)__receiver)
1228        }
1229    }
1230    #[doc = "`set_RideModel(::unity::Il2CppString)` overload"]
1231    fn set_ride_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1232        unsafe {
1233            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1234            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d70usize)as*mut u8,();
1235(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1236        }
1237    }
1238    #[doc = "`get_RideDressModel()` overload"]
1239    fn get_ride_dress_model(self) -> ::unity::Il2CppString {
1240        unsafe {
1241            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1242            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d80usize)as*mut u8, ::unity::Il2CppString;
1243(AssetTable_Result)__receiver)
1244        }
1245    }
1246    #[doc = "`set_RideDressModel(::unity::Il2CppString)` overload"]
1247    fn set_ride_dress_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1248        unsafe {
1249            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1250            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1d90usize)as*mut u8,();
1251(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1252        }
1253    }
1254    #[doc = "`get_LeftHand()` overload"]
1255    fn get_left_hand(self) -> ::unity::Il2CppString {
1256        unsafe {
1257            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1258            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1da0usize)as*mut u8, ::unity::Il2CppString;
1259(AssetTable_Result)__receiver)
1260        }
1261    }
1262    #[doc = "`set_LeftHand(::unity::Il2CppString)` overload"]
1263    fn set_left_hand(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1264        unsafe {
1265            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1266            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1db0usize)as*mut u8,();
1267(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1268        }
1269    }
1270    #[doc = "`get_RightHand()` overload"]
1271    fn get_right_hand(self) -> ::unity::Il2CppString {
1272        unsafe {
1273            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1274            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1dc0usize)as*mut u8, ::unity::Il2CppString;
1275(AssetTable_Result)__receiver)
1276        }
1277    }
1278    #[doc = "`set_RightHand(::unity::Il2CppString)` overload"]
1279    fn set_right_hand(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1280        unsafe {
1281            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1282            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1dd0usize)as*mut u8,();
1283(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1284        }
1285    }
1286    #[doc = "`get_Trail()` overload"]
1287    fn get_trail(self) -> ::unity::Il2CppString {
1288        unsafe {
1289            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1290            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1de0usize)as*mut u8, ::unity::Il2CppString;
1291(AssetTable_Result)__receiver)
1292        }
1293    }
1294    #[doc = "`set_Trail(::unity::Il2CppString)` overload"]
1295    fn set_trail(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1296        unsafe {
1297            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1298            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1df0usize)as*mut u8,();
1299(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1300        }
1301    }
1302    #[doc = "`get_Magic()` overload"]
1303    fn get_magic(self) -> ::unity::Il2CppString {
1304        unsafe {
1305            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1306            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1e00usize)as*mut u8, ::unity::Il2CppString;
1307(AssetTable_Result)__receiver)
1308        }
1309    }
1310    #[doc = "`set_Magic(::unity::Il2CppString)` overload"]
1311    fn set_magic(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1312        unsafe {
1313            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1314            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1e10usize)as*mut u8,();
1315(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1316        }
1317    }
1318    #[doc = "`get_BodyAnim()` overload"]
1319    fn get_body_anim(self) -> ::unity::Il2CppString {
1320        unsafe {
1321            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1322            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1e20usize)as*mut u8, ::unity::Il2CppString;
1323(AssetTable_Result)__receiver)
1324        }
1325    }
1326    #[doc = "`set_BodyAnim(::unity::Il2CppString)` overload"]
1327    fn set_body_anim(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1328        unsafe {
1329            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1330            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1e30usize)as*mut u8,();
1331(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1332        }
1333    }
1334    #[doc = "`get_RideAnim()` overload"]
1335    fn get_ride_anim(self) -> ::unity::Il2CppString {
1336        unsafe {
1337            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1338            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1e40usize)as*mut u8, ::unity::Il2CppString;
1339(AssetTable_Result)__receiver)
1340        }
1341    }
1342    #[doc = "`set_RideAnim(::unity::Il2CppString)` overload"]
1343    fn set_ride_anim(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1344        unsafe {
1345            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1346            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1e50usize)as*mut u8,();
1347(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1348        }
1349    }
1350    #[doc = "`get_HairColor()` overload"]
1351    fn get_hair_color(self) -> crate::unity_engine::color::Color {
1352        unsafe {
1353            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1354            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1e60usize)as*mut u8,crate::unity_engine::color::Color;
1355(AssetTable_Result)__receiver)
1356        }
1357    }
1358    #[doc = "`set_HairColor(crate::unity_engine::color::Color)` overload"]
1359    fn set_hair_color(self, value: impl ::core::convert::Into<crate::unity_engine::color::Color>) -> () {
1360        unsafe {
1361            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1362            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1e70usize)as*mut u8,();
1363(AssetTable_Result)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(value))
1364        }
1365    }
1366    #[doc = "`get_GradColor()` overload"]
1367    fn get_grad_color(self) -> crate::unity_engine::color::Color {
1368        unsafe {
1369            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1370            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1e90usize)as*mut u8,crate::unity_engine::color::Color;
1371(AssetTable_Result)__receiver)
1372        }
1373    }
1374    #[doc = "`set_GradColor(crate::unity_engine::color::Color)` overload"]
1375    fn set_grad_color(self, value: impl ::core::convert::Into<crate::unity_engine::color::Color>) -> () {
1376        unsafe {
1377            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1378            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1ea0usize)as*mut u8,();
1379(AssetTable_Result)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(value))
1380        }
1381    }
1382    #[doc = "`get_SkinColor()` overload"]
1383    fn get_skin_color(self) -> crate::unity_engine::color::Color {
1384        unsafe {
1385            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1386            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1ec0usize)as*mut u8,crate::unity_engine::color::Color;
1387(AssetTable_Result)__receiver)
1388        }
1389    }
1390    #[doc = "`set_SkinColor(crate::unity_engine::color::Color)` overload"]
1391    fn set_skin_color(self, value: impl ::core::convert::Into<crate::unity_engine::color::Color>) -> () {
1392        unsafe {
1393            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1394            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1ed0usize)as*mut u8,();
1395(AssetTable_Result)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(value))
1396        }
1397    }
1398    #[doc = "`get_ToonShadowColor()` overload"]
1399    fn get_toon_shadow_color(self) -> crate::unity_engine::color::Color {
1400        unsafe {
1401            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1402            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1ef0usize)as*mut u8,crate::unity_engine::color::Color;
1403(AssetTable_Result)__receiver)
1404        }
1405    }
1406    #[doc = "`set_ToonShadowColor(crate::unity_engine::color::Color)` overload"]
1407    fn set_toon_shadow_color(self, value: impl ::core::convert::Into<crate::unity_engine::color::Color>) -> () {
1408        unsafe {
1409            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1410            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1f00usize)as*mut u8,();
1411(AssetTable_Result)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(value))
1412        }
1413    }
1414    #[doc = "`get_MaskColor100()` overload"]
1415    fn get_mask_color100(self) -> crate::unity_engine::color::Color {
1416        unsafe {
1417            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1418            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1f20usize)as*mut u8,crate::unity_engine::color::Color;
1419(AssetTable_Result)__receiver)
1420        }
1421    }
1422    #[doc = "`set_MaskColor100(crate::unity_engine::color::Color)` overload"]
1423    fn set_mask_color100(self, value: impl ::core::convert::Into<crate::unity_engine::color::Color>) -> () {
1424        unsafe {
1425            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1426            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1f30usize)as*mut u8,();
1427(AssetTable_Result)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(value))
1428        }
1429    }
1430    #[doc = "`get_MaskColor075()` overload"]
1431    fn get_mask_color075(self) -> crate::unity_engine::color::Color {
1432        unsafe {
1433            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1434            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1f50usize)as*mut u8,crate::unity_engine::color::Color;
1435(AssetTable_Result)__receiver)
1436        }
1437    }
1438    #[doc = "`set_MaskColor075(crate::unity_engine::color::Color)` overload"]
1439    fn set_mask_color075(self, value: impl ::core::convert::Into<crate::unity_engine::color::Color>) -> () {
1440        unsafe {
1441            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1442            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1f60usize)as*mut u8,();
1443(AssetTable_Result)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(value))
1444        }
1445    }
1446    #[doc = "`get_MaskColor050()` overload"]
1447    fn get_mask_color050(self) -> crate::unity_engine::color::Color {
1448        unsafe {
1449            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1450            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1f80usize)as*mut u8,crate::unity_engine::color::Color;
1451(AssetTable_Result)__receiver)
1452        }
1453    }
1454    #[doc = "`set_MaskColor050(crate::unity_engine::color::Color)` overload"]
1455    fn set_mask_color050(self, value: impl ::core::convert::Into<crate::unity_engine::color::Color>) -> () {
1456        unsafe {
1457            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1458            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1f90usize)as*mut u8,();
1459(AssetTable_Result)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(value))
1460        }
1461    }
1462    #[doc = "`get_MaskColor025()` overload"]
1463    fn get_mask_color025(self) -> crate::unity_engine::color::Color {
1464        unsafe {
1465            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1466            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1fb0usize)as*mut u8,crate::unity_engine::color::Color;
1467(AssetTable_Result)__receiver)
1468        }
1469    }
1470    #[doc = "`set_MaskColor025(crate::unity_engine::color::Color)` overload"]
1471    fn set_mask_color025(self, value: impl ::core::convert::Into<crate::unity_engine::color::Color>) -> () {
1472        unsafe {
1473            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1474            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1fc0usize)as*mut u8,();
1475(AssetTable_Result)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(value))
1476        }
1477    }
1478    #[doc = "`get_ScaleAll()` overload"]
1479    fn get_scale_all(self) -> f32 {
1480        unsafe {
1481            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1482            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1fe0usize)as*mut u8,f32;
1483(AssetTable_Result)__receiver)
1484        }
1485    }
1486    #[doc = "`set_ScaleAll(f32)` overload"]
1487    fn set_scale_all(self, value: impl ::core::convert::Into<f32>) -> () {
1488        unsafe {
1489            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1490            ::unity::il2cpp_call!((::unity::module_base()+0x1bb1ff0usize)as*mut u8,();
1491(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1492        }
1493    }
1494    #[doc = "`get_ScaleHead()` overload"]
1495    fn get_scale_head(self) -> f32 {
1496        unsafe {
1497            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1498            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2000usize)as*mut u8,f32;
1499(AssetTable_Result)__receiver)
1500        }
1501    }
1502    #[doc = "`set_ScaleHead(f32)` overload"]
1503    fn set_scale_head(self, value: impl ::core::convert::Into<f32>) -> () {
1504        unsafe {
1505            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1506            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2010usize)as*mut u8,();
1507(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1508        }
1509    }
1510    #[doc = "`get_ScaleNeck()` overload"]
1511    fn get_scale_neck(self) -> f32 {
1512        unsafe {
1513            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1514            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2020usize)as*mut u8,f32;
1515(AssetTable_Result)__receiver)
1516        }
1517    }
1518    #[doc = "`set_ScaleNeck(f32)` overload"]
1519    fn set_scale_neck(self, value: impl ::core::convert::Into<f32>) -> () {
1520        unsafe {
1521            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1522            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2030usize)as*mut u8,();
1523(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1524        }
1525    }
1526    #[doc = "`get_ScaleTorso()` overload"]
1527    fn get_scale_torso(self) -> f32 {
1528        unsafe {
1529            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1530            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2040usize)as*mut u8,f32;
1531(AssetTable_Result)__receiver)
1532        }
1533    }
1534    #[doc = "`set_ScaleTorso(f32)` overload"]
1535    fn set_scale_torso(self, value: impl ::core::convert::Into<f32>) -> () {
1536        unsafe {
1537            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1538            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2050usize)as*mut u8,();
1539(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1540        }
1541    }
1542    #[doc = "`get_ScaleShoulders()` overload"]
1543    fn get_scale_shoulders(self) -> f32 {
1544        unsafe {
1545            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1546            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2060usize)as*mut u8,f32;
1547(AssetTable_Result)__receiver)
1548        }
1549    }
1550    #[doc = "`set_ScaleShoulders(f32)` overload"]
1551    fn set_scale_shoulders(self, value: impl ::core::convert::Into<f32>) -> () {
1552        unsafe {
1553            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1554            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2070usize)as*mut u8,();
1555(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1556        }
1557    }
1558    #[doc = "`get_ScaleArms()` overload"]
1559    fn get_scale_arms(self) -> f32 {
1560        unsafe {
1561            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1562            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2080usize)as*mut u8,f32;
1563(AssetTable_Result)__receiver)
1564        }
1565    }
1566    #[doc = "`set_ScaleArms(f32)` overload"]
1567    fn set_scale_arms(self, value: impl ::core::convert::Into<f32>) -> () {
1568        unsafe {
1569            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1570            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2090usize)as*mut u8,();
1571(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1572        }
1573    }
1574    #[doc = "`get_ScaleHands()` overload"]
1575    fn get_scale_hands(self) -> f32 {
1576        unsafe {
1577            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1578            ::unity::il2cpp_call!((::unity::module_base()+0x1bb20a0usize)as*mut u8,f32;
1579(AssetTable_Result)__receiver)
1580        }
1581    }
1582    #[doc = "`set_ScaleHands(f32)` overload"]
1583    fn set_scale_hands(self, value: impl ::core::convert::Into<f32>) -> () {
1584        unsafe {
1585            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1586            ::unity::il2cpp_call!((::unity::module_base()+0x1bb20b0usize)as*mut u8,();
1587(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1588        }
1589    }
1590    #[doc = "`get_ScaleLegs()` overload"]
1591    fn get_scale_legs(self) -> f32 {
1592        unsafe {
1593            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1594            ::unity::il2cpp_call!((::unity::module_base()+0x1bb20c0usize)as*mut u8,f32;
1595(AssetTable_Result)__receiver)
1596        }
1597    }
1598    #[doc = "`set_ScaleLegs(f32)` overload"]
1599    fn set_scale_legs(self, value: impl ::core::convert::Into<f32>) -> () {
1600        unsafe {
1601            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1602            ::unity::il2cpp_call!((::unity::module_base()+0x1bb20d0usize)as*mut u8,();
1603(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1604        }
1605    }
1606    #[doc = "`get_ScaleFeet()` overload"]
1607    fn get_scale_feet(self) -> f32 {
1608        unsafe {
1609            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1610            ::unity::il2cpp_call!((::unity::module_base()+0x1bb20e0usize)as*mut u8,f32;
1611(AssetTable_Result)__receiver)
1612        }
1613    }
1614    #[doc = "`set_ScaleFeet(f32)` overload"]
1615    fn set_scale_feet(self, value: impl ::core::convert::Into<f32>) -> () {
1616        unsafe {
1617            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1618            ::unity::il2cpp_call!((::unity::module_base()+0x1bb20f0usize)as*mut u8,();
1619(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1620        }
1621    }
1622    #[doc = "`get_VolumeArms()` overload"]
1623    fn get_volume_arms(self) -> f32 {
1624        unsafe {
1625            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1626            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2100usize)as*mut u8,f32;
1627(AssetTable_Result)__receiver)
1628        }
1629    }
1630    #[doc = "`get_VolumeLegs()` overload"]
1631    fn get_volume_legs(self) -> f32 {
1632        unsafe {
1633            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1634            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2110usize)as*mut u8,f32;
1635(AssetTable_Result)__receiver)
1636        }
1637    }
1638    #[doc = "`get_VolumeBust()` overload"]
1639    fn get_volume_bust(self) -> f32 {
1640        unsafe {
1641            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1642            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2120usize)as*mut u8,f32;
1643(AssetTable_Result)__receiver)
1644        }
1645    }
1646    #[doc = "`set_VolumeBust(f32)` overload"]
1647    fn set_volume_bust(self, value: impl ::core::convert::Into<f32>) -> () {
1648        unsafe {
1649            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1650            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2130usize)as*mut u8,();
1651(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1652        }
1653    }
1654    #[doc = "`get_VolumeAbdomen()` overload"]
1655    fn get_volume_abdomen(self) -> f32 {
1656        unsafe {
1657            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1658            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2140usize)as*mut u8,f32;
1659(AssetTable_Result)__receiver)
1660        }
1661    }
1662    #[doc = "`set_VolumeAbdomen(f32)` overload"]
1663    fn set_volume_abdomen(self, value: impl ::core::convert::Into<f32>) -> () {
1664        unsafe {
1665            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1666            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2150usize)as*mut u8,();
1667(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1668        }
1669    }
1670    #[doc = "`get_VolumeTorso()` overload"]
1671    fn get_volume_torso(self) -> f32 {
1672        unsafe {
1673            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1674            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2160usize)as*mut u8,f32;
1675(AssetTable_Result)__receiver)
1676        }
1677    }
1678    #[doc = "`set_VolumeTorso(f32)` overload"]
1679    fn set_volume_torso(self, value: impl ::core::convert::Into<f32>) -> () {
1680        unsafe {
1681            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1682            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2170usize)as*mut u8,();
1683(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1684        }
1685    }
1686    #[doc = "`get_VolumeBaseArms()` overload"]
1687    fn get_volume_base_arms(self) -> f32 {
1688        unsafe {
1689            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1690            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2180usize)as*mut u8,f32;
1691(AssetTable_Result)__receiver)
1692        }
1693    }
1694    #[doc = "`set_VolumeBaseArms(f32)` overload"]
1695    fn set_volume_base_arms(self, value: impl ::core::convert::Into<f32>) -> () {
1696        unsafe {
1697            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1698            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2190usize)as*mut u8,();
1699(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1700        }
1701    }
1702    #[doc = "`get_VolumeBaseLegs()` overload"]
1703    fn get_volume_base_legs(self) -> f32 {
1704        unsafe {
1705            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1706            ::unity::il2cpp_call!((::unity::module_base()+0x1bb21a0usize)as*mut u8,f32;
1707(AssetTable_Result)__receiver)
1708        }
1709    }
1710    #[doc = "`set_VolumeBaseLegs(f32)` overload"]
1711    fn set_volume_base_legs(self, value: impl ::core::convert::Into<f32>) -> () {
1712        unsafe {
1713            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1714            ::unity::il2cpp_call!((::unity::module_base()+0x1bb21b0usize)as*mut u8,();
1715(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1716        }
1717    }
1718    #[doc = "`get_VolumeScaleArms()` overload"]
1719    fn get_volume_scale_arms(self) -> f32 {
1720        unsafe {
1721            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1722            ::unity::il2cpp_call!((::unity::module_base()+0x1bb21c0usize)as*mut u8,f32;
1723(AssetTable_Result)__receiver)
1724        }
1725    }
1726    #[doc = "`set_VolumeScaleArms(f32)` overload"]
1727    fn set_volume_scale_arms(self, value: impl ::core::convert::Into<f32>) -> () {
1728        unsafe {
1729            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1730            ::unity::il2cpp_call!((::unity::module_base()+0x1bb21d0usize)as*mut u8,();
1731(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1732        }
1733    }
1734    #[doc = "`get_VolumeScaleLegs()` overload"]
1735    fn get_volume_scale_legs(self) -> f32 {
1736        unsafe {
1737            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1738            ::unity::il2cpp_call!((::unity::module_base()+0x1bb21e0usize)as*mut u8,f32;
1739(AssetTable_Result)__receiver)
1740        }
1741    }
1742    #[doc = "`set_VolumeScaleLegs(f32)` overload"]
1743    fn set_volume_scale_legs(self, value: impl ::core::convert::Into<f32>) -> () {
1744        unsafe {
1745            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1746            ::unity::il2cpp_call!((::unity::module_base()+0x1bb21f0usize)as*mut u8,();
1747(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1748        }
1749    }
1750    #[doc = "`get_MapScaleAll()` overload"]
1751    fn get_map_scale_all(self) -> f32 {
1752        unsafe {
1753            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1754            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2200usize)as*mut u8,f32;
1755(AssetTable_Result)__receiver)
1756        }
1757    }
1758    #[doc = "`set_MapScaleAll(f32)` overload"]
1759    fn set_map_scale_all(self, value: impl ::core::convert::Into<f32>) -> () {
1760        unsafe {
1761            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1762            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2210usize)as*mut u8,();
1763(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1764        }
1765    }
1766    #[doc = "`get_MapScaleHead()` overload"]
1767    fn get_map_scale_head(self) -> f32 {
1768        unsafe {
1769            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1770            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2220usize)as*mut u8,f32;
1771(AssetTable_Result)__receiver)
1772        }
1773    }
1774    #[doc = "`set_MapScaleHead(f32)` overload"]
1775    fn set_map_scale_head(self, value: impl ::core::convert::Into<f32>) -> () {
1776        unsafe {
1777            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1778            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2230usize)as*mut u8,();
1779(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1780        }
1781    }
1782    #[doc = "`get_MapScaleWing()` overload"]
1783    fn get_map_scale_wing(self) -> f32 {
1784        unsafe {
1785            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1786            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2240usize)as*mut u8,f32;
1787(AssetTable_Result)__receiver)
1788        }
1789    }
1790    #[doc = "`set_MapScaleWing(f32)` overload"]
1791    fn set_map_scale_wing(self, value: impl ::core::convert::Into<f32>) -> () {
1792        unsafe {
1793            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1794            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2250usize)as*mut u8,();
1795(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value))
1796        }
1797    }
1798    #[doc = "`get_BodyAnims()` overload"]
1799    fn get_body_anims(self) -> crate::system::collections::generic::list_1::List_1<::unity::Il2CppString> {
1800        unsafe {
1801            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1802            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2260usize)as*mut u8,crate::system::collections::generic::list_1::List_1< ::unity::Il2CppString> ;
1803(AssetTable_Result)__receiver)
1804        }
1805    }
1806    #[doc = "`get_Accessories()` overload"]
1807    fn get_accessories(self) -> crate::app::assettable::AssetTable_AccessoryList {
1808        unsafe {
1809            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1810            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2270usize)as*mut u8,crate::app::assettable::AssetTable_AccessoryList;
1811(AssetTable_Result)__receiver)
1812        }
1813    }
1814    #[doc = "`get_Sound()` overload"]
1815    fn get_sound(self) -> crate::app::assettable::AssetTable_Sound {
1816        unsafe {
1817            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1818            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2280usize)as*mut u8,crate::app::assettable::AssetTable_Sound;
1819(AssetTable_Result)__receiver)
1820        }
1821    }
1822    #[doc = "`set_Sound(crate::app::assettable::AssetTable_Sound)` overload"]
1823    fn set_sound(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Sound>) -> () {
1824        unsafe {
1825            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1826            ::unity::il2cpp_call!((::unity::module_base()+0x1bb22a0usize)as*mut u8,();
1827(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Sound)::core::convert::Into::into(value))
1828        }
1829    }
1830    #[doc = "`.ctor()` overload"]
1831    fn ctor(self) -> () {
1832        unsafe {
1833            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1834            ::unity::il2cpp_call!((::unity::module_base()+0x1bb22c0usize)as*mut u8,();
1835(AssetTable_Result)__receiver)
1836        }
1837    }
1838    #[doc = "`Setup(crate::app::assettable::AssetTable_Modes, crate::app::unit::Unit, crate::app::itemdata::ItemData, ::unity::Array<::unity::Il2CppString>)` overload"]
1839    fn setup(
1840        self,
1841        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1842        unit: impl ::core::convert::Into<crate::app::unit::Unit>,
1843        equipped: impl ::core::convert::Into<crate::app::itemdata::ItemData>,
1844        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
1845    ) -> crate::app::assettable::AssetTable_Result {
1846        unsafe {
1847            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1848            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2430usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1849(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::unit::Unit)::core::convert::Into::into(unit),(crate::app::itemdata::ItemData)::core::convert::Into::into(equipped),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
1850        }
1851    }
1852    #[doc = "`Setup(crate::app::assettable::AssetTable_Modes, crate::app::goddata::GodData, bool, ::unity::Array<::unity::Il2CppString>)` overload"]
1853    fn setup_2(
1854        self,
1855        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1856        god_data: impl ::core::convert::Into<crate::app::goddata::GodData>,
1857        is_darkness: impl ::core::convert::Into<bool>,
1858        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
1859    ) -> crate::app::assettable::AssetTable_Result {
1860        unsafe {
1861            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1862            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2d80usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1863(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::goddata::GodData)::core::convert::Into::into(god_data),(bool)::core::convert::Into::into(is_darkness),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
1864        }
1865    }
1866    #[doc = "`Setup(crate::app::assettable::AssetTable)` overload"]
1867    fn setup_3(self, data: impl ::core::convert::Into<crate::app::assettable::AssetTable>) -> crate::app::assettable::AssetTable_Result {
1868        unsafe {
1869            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1870            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2e90usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1871(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable)::core::convert::Into::into(data))
1872        }
1873    }
1874    #[doc = "`Setup(crate::app::assettable::AssetTable_Modes, crate::app::persondata::PersonData, ::unity::Array<::unity::Il2CppString>)` overload"]
1875    fn setup_4(
1876        self,
1877        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1878        person: impl ::core::convert::Into<crate::app::persondata::PersonData>,
1879        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
1880    ) -> crate::app::assettable::AssetTable_Result {
1881        unsafe {
1882            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1883            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4180usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1884(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::persondata::PersonData)::core::convert::Into::into(person),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
1885        }
1886    }
1887    #[doc = "`Setup(crate::app::assettable::AssetTable_Modes, crate::app::persondata::PersonData, crate::app::jobdata::JobData, crate::app::itemdata::ItemData, ::unity::Array<::unity::Il2CppString>)` overload"]
1888    fn setup_5(
1889        self,
1890        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1891        person: impl ::core::convert::Into<crate::app::persondata::PersonData>,
1892        job: impl ::core::convert::Into<crate::app::jobdata::JobData>,
1893        equipped: impl ::core::convert::Into<crate::app::itemdata::ItemData>,
1894        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
1895    ) -> crate::app::assettable::AssetTable_Result {
1896        unsafe {
1897            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1898            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4290usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1899(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::persondata::PersonData)::core::convert::Into::into(person),(crate::app::jobdata::JobData)::core::convert::Into::into(job),(crate::app::itemdata::ItemData)::core::convert::Into::into(equipped),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
1900        }
1901    }
1902    #[doc = "`Setup(crate::app::assettable::AssetTable_Modes, crate::app::persondata::PersonData, crate::app::jobdata::JobData, crate::app::goddata::GodData, crate::app::itemdata::ItemData, crate::app::force::Force_Type, crate::app::assettable::AssetTable_States, bool, ::unity::Array<::unity::Il2CppString>)` overload"]
1903    fn setup_6(
1904        self,
1905        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1906        person: impl ::core::convert::Into<crate::app::persondata::PersonData>,
1907        job: impl ::core::convert::Into<crate::app::jobdata::JobData>,
1908        god: impl ::core::convert::Into<crate::app::goddata::GodData>,
1909        equipped: impl ::core::convert::Into<crate::app::itemdata::ItemData>,
1910        force: impl ::core::convert::Into<crate::app::force::Force_Type>,
1911        state: impl ::core::convert::Into<crate::app::assettable::AssetTable_States>,
1912        is_darkness: impl ::core::convert::Into<bool>,
1913        conditions: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
1914    ) -> crate::app::assettable::AssetTable_Result {
1915        unsafe {
1916            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1917            ::unity::il2cpp_call!((::unity::module_base()+0x1bb43a0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1918(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::persondata::PersonData)::core::convert::Into::into(person),(crate::app::jobdata::JobData)::core::convert::Into::into(job),(crate::app::goddata::GodData)::core::convert::Into::into(god),(crate::app::itemdata::ItemData)::core::convert::Into::into(equipped),(crate::app::force::Force_Type)::core::convert::Into::into(force),(crate::app::assettable::AssetTable_States)::core::convert::Into::into(state),(bool)::core::convert::Into::into(is_darkness),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(conditions))
1919        }
1920    }
1921    #[doc = "`Commit(crate::app::assettable::AssetTable_Modes)` overload"]
1922    fn commit(self, mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>) -> () {
1923        unsafe {
1924            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1925            ::unity::il2cpp_call!((::unity::module_base()+0x1bb44d0usize)as*mut u8,();
1926(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode))
1927        }
1928    }
1929    #[doc = "`Commit(crate::app::assettable::AssetTable_Modes, crate::app::persondata::PersonData, crate::app::jobdata::JobData, crate::app::itemdata::ItemData)` overload"]
1930    fn commit_2(
1931        self,
1932        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1933        person: impl ::core::convert::Into<crate::app::persondata::PersonData>,
1934        job: impl ::core::convert::Into<crate::app::jobdata::JobData>,
1935        equipped: impl ::core::convert::Into<crate::app::itemdata::ItemData>,
1936    ) -> () {
1937        unsafe {
1938            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1939            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2a80usize)as*mut u8,();
1940(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::persondata::PersonData)::core::convert::Into::into(person),(crate::app::jobdata::JobData)::core::convert::Into::into(job),(crate::app::itemdata::ItemData)::core::convert::Into::into(equipped))
1941        }
1942    }
1943    #[doc = "`Commit(crate::app::assettable::AssetTable_Modes, crate::app::goddata::GodData)` overload"]
1944    fn commit_3(
1945        self,
1946        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
1947        god_data: impl ::core::convert::Into<crate::app::goddata::GodData>,
1948    ) -> () {
1949        unsafe {
1950            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1951            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2e60usize)as*mut u8,();
1952(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(crate::app::goddata::GodData)::core::convert::Into::into(god_data))
1953        }
1954    }
1955    #[doc = "`Commit(crate::app::assettable::AssetTable)` overload"]
1956    fn commit_4(self, data: impl ::core::convert::Into<crate::app::assettable::AssetTable>) -> () {
1957        unsafe {
1958            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1959            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2ee0usize)as*mut u8,();
1960(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable)::core::convert::Into::into(data))
1961        }
1962    }
1963    #[doc = "`Commit(::unity::Il2CppString, ::unity::Il2CppString)` overload"]
1964    fn commit_5(
1965        self,
1966        value: impl ::core::convert::Into<::unity::Il2CppString>,
1967        replace: impl ::core::convert::Into<::unity::Il2CppString>,
1968    ) -> ::unity::Il2CppString {
1969        unsafe {
1970            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1971            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4750usize)as*mut u8, ::unity::Il2CppString;
1972(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value),(::unity::Il2CppString)::core::convert::Into::into(replace))
1973        }
1974    }
1975    #[doc = "`Commit(f32, f32)` overload"]
1976    fn commit_6(self, value: impl ::core::convert::Into<f32>, replace: impl ::core::convert::Into<f32>) -> f32 {
1977        unsafe {
1978            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1979            ::unity::il2cpp_call!((::unity::module_base()+0x1bb48a0usize)as*mut u8,f32;
1980(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value),(f32)::core::convert::Into::into(replace))
1981        }
1982    }
1983    #[doc = "`Commit(crate::unity_engine::color::Color, crate::unity_engine::color::Color)` overload"]
1984    fn commit_7(
1985        self,
1986        color: impl ::core::convert::Into<crate::unity_engine::color::Color>,
1987        replace: impl ::core::convert::Into<crate::unity_engine::color::Color>,
1988    ) -> crate::unity_engine::color::Color {
1989        unsafe {
1990            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1991            ::unity::il2cpp_call!((::unity::module_base()+0x1bb47d0usize)as*mut u8,crate::unity_engine::color::Color;
1992(AssetTable_Result)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(color),(crate::unity_engine::color::Color)::core::convert::Into::into(replace))
1993        }
1994    }
1995    #[doc = "`Commit(crate::app::assettable::AssetTable_Accessory)` overload"]
1996    fn commit_8(self, accessory: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
1997        unsafe {
1998            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1999            ::unity::il2cpp_call!((::unity::module_base()+0x1bb48b0usize)as*mut u8,();
2000(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(accessory))
2001        }
2002    }
2003    #[doc = "`Replace(crate::app::assettable::AssetTable_Modes)` overload"]
2004    fn replace(self, mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>) -> () {
2005        unsafe {
2006            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2007            ::unity::il2cpp_call!((::unity::module_base()+0x1bb3be0usize)as*mut u8,();
2008(AssetTable_Result)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode))
2009        }
2010    }
2011    #[doc = "`Replace(::unity::Il2CppString, crate::app::assettable::AssetTable_Modes, ::unity::Il2CppString)` overload"]
2012    fn replace_2(
2013        self,
2014        name: impl ::core::convert::Into<::unity::Il2CppString>,
2015        mode: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>,
2016        rename: impl ::core::convert::Into<::unity::Il2CppString>,
2017    ) -> ::unity::Il2CppString {
2018        unsafe {
2019            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2020            ::unity::il2cpp_call!((::unity::module_base()+0x1bb49f0usize)as*mut u8, ::unity::Il2CppString;
2021(AssetTable_Result)__receiver,(::unity::Il2CppString)::core::convert::Into::into(name),(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(mode),(::unity::Il2CppString)::core::convert::Into::into(rename))
2022        }
2023    }
2024    #[doc = "`ReplaceScale(f32, f32)` overload"]
2025    fn replace_scale(self, value: impl ::core::convert::Into<f32>, replace: impl ::core::convert::Into<f32>) -> f32 {
2026        unsafe {
2027            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2028            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4bc0usize)as*mut u8,f32;
2029(AssetTable_Result)__receiver,(f32)::core::convert::Into::into(value),(f32)::core::convert::Into::into(replace))
2030        }
2031    }
2032    #[doc = "`Clear()` overload"]
2033    fn clear(self) -> () {
2034        unsafe {
2035            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2036            ::unity::il2cpp_call!((::unity::module_base()+0x1bb2750usize)as*mut u8,();
2037(AssetTable_Result)__receiver)
2038        }
2039    }
2040    #[doc = "`Dispose()` overload"]
2041    fn dispose(self) -> () {
2042        unsafe {
2043            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2044            {
2045                let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
2046                let __vi = *__vt.get(4usize).unwrap_or_else(|| {
2047                    panic!(
2048                        "unity: virtual slot {}
2049 out of range (vtable len {}
2050) on the runtime class behind {}
2051 (method `{}
2052`)",
2053                        4usize,
2054                        __vt.len(),
2055                        <AssetTable_Result as ::unity::ClassIdentity>::NAME,
2056                        "Dispose",
2057                    )
2058                });
2059                let __inner: extern "C" fn(AssetTable_Result, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__vi.method_ptr);
2060                let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
2061                __inner(__receiver, __mi)
2062            }
2063        }
2064    }
2065    #[doc = "`Dump()` overload"]
2066    fn dump(self) -> () {
2067        unsafe {
2068            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2069            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4be0usize)as*mut u8,();
2070(AssetTable_Result)__receiver)
2071        }
2072    }
2073    #[doc = "`HideStirrup()` overload"]
2074    fn hide_stirrup(self) -> () {
2075        unsafe {
2076            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2077            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4bf0usize)as*mut u8,();
2078(AssetTable_Result)__receiver)
2079        }
2080    }
2081    #[doc = "`ReplaceForTalk()` overload"]
2082    fn replace_for_talk(self) -> crate::app::assettable::AssetTable_Result {
2083        unsafe {
2084            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2085            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4d20usize)as*mut u8,crate::app::assettable::AssetTable_Result;
2086(AssetTable_Result)__receiver)
2087        }
2088    }
2089    #[doc = "`ReplaceForInfo()` overload"]
2090    fn replace_for_info(self) -> crate::app::assettable::AssetTable_Result {
2091        unsafe {
2092            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2093            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4dc0usize)as*mut u8,crate::app::assettable::AssetTable_Result;
2094(AssetTable_Result)__receiver)
2095        }
2096    }
2097    #[doc = "`ReplaceForDemo()` overload"]
2098    fn replace_for_demo(self) -> crate::app::assettable::AssetTable_Result {
2099        unsafe {
2100            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2101            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4e60usize)as*mut u8,crate::app::assettable::AssetTable_Result;
2102(AssetTable_Result)__receiver)
2103        }
2104    }
2105    #[doc = "`ReplaceForHub()` overload"]
2106    fn replace_for_hub(self) -> crate::app::assettable::AssetTable_Result {
2107        unsafe {
2108            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2109            ::unity::il2cpp_call!((::unity::module_base()+0x1bb4f00usize)as*mut u8,crate::app::assettable::AssetTable_Result;
2110(AssetTable_Result)__receiver)
2111        }
2112    }
2113    #[doc = "`GetHashCode()` overload"]
2114    fn get_hash_code(self) -> i32 {
2115        unsafe {
2116            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2117            {
2118                let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
2119                let __vi = *__vt.get(2usize).unwrap_or_else(|| {
2120                    panic!(
2121                        "unity: virtual slot {}
2122 out of range (vtable len {}
2123) on the runtime class behind {}
2124 (method `{}
2125`)",
2126                        2usize,
2127                        __vt.len(),
2128                        <AssetTable_Result as ::unity::ClassIdentity>::NAME,
2129                        "GetHashCode",
2130                    )
2131                });
2132                let __inner: extern "C" fn(AssetTable_Result, ::unity::OptionalMethod) -> i32 = ::core::mem::transmute(__vi.method_ptr);
2133                let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
2134                __inner(__receiver, __mi)
2135            }
2136        }
2137    }
2138    #[doc = "`TryDump()` overload"]
2139    fn try_dump(self) -> crate::app::assettable::AssetTable_Result {
2140        unsafe {
2141            let __receiver = <AssetTable_Result as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2142            ::unity::il2cpp_call!((::unity::module_base()+0x1bb5a80usize)as*mut u8,crate::app::assettable::AssetTable_Result;
2143(AssetTable_Result)__receiver)
2144        }
2145    }
2146}
2147
2148#[cfg(feature = "app-assettable")]
2149impl<__T: IAssetTable_Result> IAssetTable_ResultMethods for __T {}
2150
2151#[cfg(feature = "app-assettable")]
2152impl AssetTable_Result {
2153    pub fn get_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2154        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
2155    }
2156
2157    pub fn set_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2158        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
2159    }
2160
2161    pub fn get_jid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2162        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
2163    }
2164
2165    pub fn set_jid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2166        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
2167    }
2168
2169    pub fn get_body_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2170        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
2171    }
2172
2173    pub fn set_body_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2174        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
2175    }
2176
2177    pub fn get_dress_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2178        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
2179    }
2180
2181    pub fn set_dress_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2182        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
2183    }
2184
2185    pub fn get_head_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2186        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
2187    }
2188
2189    pub fn set_head_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2190        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
2191    }
2192
2193    pub fn get_hair_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2194        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
2195    }
2196
2197    pub fn set_hair_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2198        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
2199    }
2200
2201    pub fn get_ride_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2202        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
2203    }
2204
2205    pub fn set_ride_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2206        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
2207    }
2208
2209    pub fn get_ride_dress_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2210        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
2211    }
2212
2213    pub fn set_ride_dress_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2214        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
2215    }
2216
2217    pub fn get_left_hand_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2218        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
2219    }
2220
2221    pub fn set_left_hand_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2222        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
2223    }
2224
2225    pub fn get_right_hand_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2226        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
2227    }
2228
2229    pub fn set_right_hand_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2230        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
2231    }
2232
2233    pub fn get_trail_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2234        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
2235    }
2236
2237    pub fn set_trail_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2238        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
2239    }
2240
2241    pub fn get_magic_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2242        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[22]
2243    }
2244
2245    pub fn set_magic_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2246        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
2247    }
2248
2249    pub fn get_body_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2250        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
2251    }
2252
2253    pub fn set_body_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2254        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
2255    }
2256
2257    pub fn get_ride_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2258        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
2259    }
2260
2261    pub fn set_ride_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2262        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
2263    }
2264
2265    pub fn get_hair_color_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2266        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[28]
2267    }
2268
2269    pub fn set_hair_color_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2270        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[29]
2271    }
2272
2273    pub fn get_grad_color_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2274        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[30]
2275    }
2276
2277    pub fn set_grad_color_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2278        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[31]
2279    }
2280
2281    pub fn get_skin_color_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2282        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[32]
2283    }
2284
2285    pub fn set_skin_color_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2286        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[33]
2287    }
2288
2289    pub fn get_toon_shadow_color_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2290        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[34]
2291    }
2292
2293    pub fn set_toon_shadow_color_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2294        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[35]
2295    }
2296
2297    pub fn get_mask_color100_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2298        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[36]
2299    }
2300
2301    pub fn set_mask_color100_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2302        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[37]
2303    }
2304
2305    pub fn get_mask_color075_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2306        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[38]
2307    }
2308
2309    pub fn set_mask_color075_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2310        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[39]
2311    }
2312
2313    pub fn get_mask_color050_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2314        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[40]
2315    }
2316
2317    pub fn set_mask_color050_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2318        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[41]
2319    }
2320
2321    pub fn get_mask_color025_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2322        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[42]
2323    }
2324
2325    pub fn set_mask_color025_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2326        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[43]
2327    }
2328
2329    pub fn get_scale_all_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2330        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[44]
2331    }
2332
2333    pub fn set_scale_all_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2334        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[45]
2335    }
2336
2337    pub fn get_scale_head_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2338        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[46]
2339    }
2340
2341    pub fn set_scale_head_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2342        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[47]
2343    }
2344
2345    pub fn get_scale_neck_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2346        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[48]
2347    }
2348
2349    pub fn set_scale_neck_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2350        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[49]
2351    }
2352
2353    pub fn get_scale_torso_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2354        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[50]
2355    }
2356
2357    pub fn set_scale_torso_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2358        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[51]
2359    }
2360
2361    pub fn get_scale_shoulders_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2362        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[52]
2363    }
2364
2365    pub fn set_scale_shoulders_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2366        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[53]
2367    }
2368
2369    pub fn get_scale_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2370        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[54]
2371    }
2372
2373    pub fn set_scale_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2374        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[55]
2375    }
2376
2377    pub fn get_scale_hands_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2378        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[56]
2379    }
2380
2381    pub fn set_scale_hands_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2382        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[57]
2383    }
2384
2385    pub fn get_scale_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2386        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[58]
2387    }
2388
2389    pub fn set_scale_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2390        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[59]
2391    }
2392
2393    pub fn get_scale_feet_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2394        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[60]
2395    }
2396
2397    pub fn set_scale_feet_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2398        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[61]
2399    }
2400
2401    pub fn get_volume_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2402        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[62]
2403    }
2404
2405    pub fn get_volume_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2406        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[63]
2407    }
2408
2409    pub fn get_volume_bust_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2410        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[64]
2411    }
2412
2413    pub fn set_volume_bust_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2414        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[65]
2415    }
2416
2417    pub fn get_volume_abdomen_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2418        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[66]
2419    }
2420
2421    pub fn set_volume_abdomen_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2422        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[67]
2423    }
2424
2425    pub fn get_volume_torso_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2426        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[68]
2427    }
2428
2429    pub fn set_volume_torso_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2430        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[69]
2431    }
2432
2433    pub fn get_volume_base_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2434        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[70]
2435    }
2436
2437    pub fn set_volume_base_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2438        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[71]
2439    }
2440
2441    pub fn get_volume_base_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2442        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[72]
2443    }
2444
2445    pub fn set_volume_base_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2446        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[73]
2447    }
2448
2449    pub fn get_volume_scale_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2450        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[74]
2451    }
2452
2453    pub fn set_volume_scale_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2454        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[75]
2455    }
2456
2457    pub fn get_volume_scale_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2458        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[76]
2459    }
2460
2461    pub fn set_volume_scale_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2462        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[77]
2463    }
2464
2465    pub fn get_map_scale_all_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2466        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[78]
2467    }
2468
2469    pub fn set_map_scale_all_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2470        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[79]
2471    }
2472
2473    pub fn get_map_scale_head_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2474        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[80]
2475    }
2476
2477    pub fn set_map_scale_head_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2478        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[81]
2479    }
2480
2481    pub fn get_map_scale_wing_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2482        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[82]
2483    }
2484
2485    pub fn set_map_scale_wing_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2486        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[83]
2487    }
2488
2489    pub fn get_body_anims_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2490        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[84]
2491    }
2492
2493    pub fn get_accessories_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2494        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[85]
2495    }
2496
2497    pub fn get_sound_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2498        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[86]
2499    }
2500
2501    pub fn set_sound_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2502        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[87]
2503    }
2504
2505    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2506        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[88]
2507    }
2508
2509    pub fn setup_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2510        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[89]
2511    }
2512
2513    pub fn setup_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2514        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[90]
2515    }
2516
2517    pub fn setup_3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2518        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[91]
2519    }
2520
2521    pub fn setup_4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2522        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[92]
2523    }
2524
2525    pub fn setup_5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2526        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[93]
2527    }
2528
2529    pub fn setup_6_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2530        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[94]
2531    }
2532
2533    pub fn commit_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2534        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[95]
2535    }
2536
2537    pub fn commit_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2538        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[96]
2539    }
2540
2541    pub fn commit_3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2542        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[97]
2543    }
2544
2545    pub fn commit_4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2546        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[98]
2547    }
2548
2549    pub fn commit_5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2550        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[99]
2551    }
2552
2553    pub fn commit_6_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2554        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[100]
2555    }
2556
2557    pub fn commit_7_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2558        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[101]
2559    }
2560
2561    pub fn commit_8_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2562        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[102]
2563    }
2564
2565    pub fn replace_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2566        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[103]
2567    }
2568
2569    pub fn replace_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2570        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[104]
2571    }
2572
2573    pub fn replace_scale_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2574        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[105]
2575    }
2576
2577    pub fn clear_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2578        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[106]
2579    }
2580
2581    pub fn dispose_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2582        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[107]
2583    }
2584
2585    pub fn dump_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2586        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[108]
2587    }
2588
2589    pub fn hide_stirrup_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2590        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[109]
2591    }
2592
2593    pub fn replace_for_talk_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2594        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[110]
2595    }
2596
2597    pub fn replace_for_info_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2598        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[111]
2599    }
2600
2601    pub fn replace_for_demo_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2602        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[112]
2603    }
2604
2605    pub fn replace_for_hub_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2606        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[113]
2607    }
2608
2609    pub fn get_hash_code_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2610        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[114]
2611    }
2612
2613    pub fn try_dump_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2614        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[115]
2615    }
2616
2617    pub fn get_for_talk_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2618        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[116]
2619    }
2620
2621    pub fn get_for_talk_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2622        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[117]
2623    }
2624
2625    pub fn get_for_demo_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2626        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[118]
2627    }
2628
2629    pub fn get_kizuna_condition_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2630        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[119]
2631    }
2632
2633    pub fn get_for_kizuna_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2634        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[120]
2635    }
2636
2637    pub fn get_hub_condition_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2638        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[121]
2639    }
2640
2641    pub fn get_for_hub_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2642        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[122]
2643    }
2644
2645    pub fn get_for_hub_direct_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2646        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[123]
2647    }
2648
2649    pub fn get_for_accessory_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2650        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[124]
2651    }
2652
2653    pub fn get_from_unit_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2654        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[125]
2655    }
2656
2657    pub fn get_from_unit_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2658        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[126]
2659    }
2660
2661    pub fn get_for_unit_info_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2662        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[127]
2663    }
2664
2665    pub fn get_for_unit_info_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2666        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[128]
2667    }
2668
2669    pub fn get_for_unit_info_3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2670        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[129]
2671    }
2672
2673    pub fn get_for_unit_info_4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2674        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[130]
2675    }
2676
2677    pub fn get_for_unit_hub_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2678        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[131]
2679    }
2680
2681    pub fn get_for_talk_3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2682        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[132]
2683    }
2684
2685    pub fn get_for_talk_4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2686        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[133]
2687    }
2688
2689    pub fn get_for_demo_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2690        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[134]
2691    }
2692
2693    pub fn get_for_hub_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2694        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[135]
2695    }
2696
2697    pub fn get_from_god_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2698        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[136]
2699    }
2700
2701    pub fn get_from_god_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2702        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[137]
2703    }
2704
2705    pub fn get_from_item_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2706        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[138]
2707    }
2708
2709    pub fn get_from_shop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2710        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[139]
2711    }
2712
2713    pub fn get_from_preset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2714        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[140]
2715    }
2716
2717    pub fn get_edit_conditions_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2718        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[141]
2719    }
2720
2721    pub fn get_for_relay_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2722        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[142]
2723    }
2724
2725    pub fn get_for_editor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2726        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[143]
2727    }
2728
2729    pub fn get_from_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2730        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[144]
2731    }
2732}
2733
2734#[cfg(feature = "app-assettable")]
2735impl AssetTable_Result {
2736    #[doc = "Direct (non-virtual) call to `AssetTable_Result`'s own `Dispose`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
2737    pub unsafe fn dispose(this: impl ::core::convert::Into<::unity::IlInstance>) -> () {
2738        let __mi = Self::dispose_method_info();
2739        let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__mi.method_ptr);
2740        __inner(this.into(), ::core::option::Option::None)
2741    }
2742
2743    #[doc = "Direct (non-virtual) call to `AssetTable_Result`'s own `GetHashCode`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
2744    pub unsafe fn get_hash_code(this: impl ::core::convert::Into<::unity::IlInstance>) -> i32 {
2745        let __mi = Self::get_hash_code_method_info();
2746        let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> i32 = ::core::mem::transmute(__mi.method_ptr);
2747        __inner(this.into(), ::core::option::Option::None)
2748    }
2749}
2750
2751#[cfg(feature = "app-assettable")]
2752impl AssetTable_Result {
2753    #[doc = "`.ctor()` — no args"]
2754    pub fn new() -> Self {
2755        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
2756            panic!(
2757                "{}
2758::{}
2759 failed to instantiate",
2760                ::core::stringify!(AssetTable_Result),
2761                ::core::stringify!(new),
2762            )
2763        });
2764        <Self as IAssetTable_ResultMethods>::ctor(this);
2765        this
2766    }
2767}
2768
2769#[cfg(feature = "app-assettable")]
2770impl AssetTable {
2771    #[doc = "`Load()` overload"]
2772    pub fn load() -> () {
2773        unsafe {
2774            ::unity::il2cpp_call!((::unity::module_base()+0x211b5c0usize)as*mut u8,();
2775            )
2776        }
2777    }
2778
2779    #[doc = "`get_PresetNames()` overload"]
2780    pub fn get_preset_names() -> ::unity::Array<::unity::Il2CppString> {
2781        unsafe {
2782            ::unity::il2cpp_call!((::unity::module_base()+0x211b670usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
2783            )
2784        }
2785    }
2786
2787    #[doc = "`get_ConditionNames()` overload"]
2788    pub fn get_condition_names() -> crate::system::collections::generic::list_1::List_1<::unity::Il2CppString> {
2789        unsafe {
2790            ::unity::il2cpp_call!((::unity::module_base()+0x211d240usize)as*mut u8,crate::system::collections::generic::list_1::List_1< ::unity::Il2CppString> ;
2791            )
2792        }
2793    }
2794
2795    #[doc = "`get_ConditionHits()` overload"]
2796    pub fn get_condition_hits() -> crate::system::collections::generic::list_1::List_1<i32> {
2797        unsafe {
2798            ::unity::il2cpp_call!((::unity::module_base()+0x211d2b0usize)as*mut u8,crate::system::collections::generic::list_1::List_1<i32> ;
2799            )
2800        }
2801    }
2802
2803    #[doc = "`HasColor(crate::unity_engine::color::Color)` overload"]
2804    pub fn has_color(color: impl ::core::convert::Into<crate::unity_engine::color::Color>) -> bool {
2805        unsafe {
2806            ::unity::il2cpp_call!((::unity::module_base()+0x211d450usize)as*mut u8,bool;
2807(crate::unity_engine::color::Color)::core::convert::Into::into(color))
2808        }
2809    }
2810
2811    #[doc = "`.cctor()` overload"]
2812    pub fn cctor() -> () {
2813        unsafe {
2814            ::unity::il2cpp_call!((::unity::module_base()+0x211d470usize)as*mut u8,();
2815            )
2816        }
2817    }
2818}
2819
2820#[cfg(feature = "app-assettable")]
2821pub trait IAssetTableMethods: IAssetTable {
2822    #[doc = "`DebuggerDisplay()` overload"]
2823    fn debugger_display(self) -> ::unity::Il2CppString {
2824        unsafe {
2825            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2826            ::unity::il2cpp_call!((::unity::module_base()+0x211b450usize)as*mut u8, ::unity::Il2CppString;
2827(AssetTable)__receiver)
2828        }
2829    }
2830    #[doc = "`get_PresetName()` overload"]
2831    fn get_preset_name(self) -> ::unity::Il2CppString {
2832        unsafe {
2833            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2834            ::unity::il2cpp_call!((::unity::module_base()+0x211b6f0usize)as*mut u8, ::unity::Il2CppString;
2835(AssetTable)__receiver)
2836        }
2837    }
2838    #[doc = "`set_PresetName(::unity::Il2CppString)` overload"]
2839    fn set_preset_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
2840        unsafe {
2841            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2842            ::unity::il2cpp_call!((::unity::module_base()+0x211b700usize)as*mut u8,();
2843(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
2844        }
2845    }
2846    #[doc = "`get_Mode()` overload"]
2847    fn get_mode(self) -> crate::app::assettable::AssetTable_Modes {
2848        unsafe {
2849            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2850            ::unity::il2cpp_call!((::unity::module_base()+0x211b710usize)as*mut u8,crate::app::assettable::AssetTable_Modes;
2851(AssetTable)__receiver)
2852        }
2853    }
2854    #[doc = "`set_Mode(crate::app::assettable::AssetTable_Modes)` overload"]
2855    fn set_mode(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Modes>) -> () {
2856        unsafe {
2857            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2858            ::unity::il2cpp_call!((::unity::module_base()+0x211b720usize)as*mut u8,();
2859(AssetTable)__receiver,(crate::app::assettable::AssetTable_Modes)::core::convert::Into::into(value))
2860        }
2861    }
2862    #[doc = "`get_Conditions()` overload"]
2863    fn get_conditions(self) -> ::unity::Array<::unity::Il2CppString> {
2864        unsafe {
2865            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2866            ::unity::il2cpp_call!((::unity::module_base()+0x211b730usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
2867(AssetTable)__receiver)
2868        }
2869    }
2870    #[doc = "`set_Conditions(::unity::Array<::unity::Il2CppString>)` overload"]
2871    fn set_conditions(self, value: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>) -> () {
2872        unsafe {
2873            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2874            ::unity::il2cpp_call!((::unity::module_base()+0x211b740usize)as*mut u8,();
2875(AssetTable)__receiver,(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(value))
2876        }
2877    }
2878    #[doc = "`get_BodyModel()` overload"]
2879    fn get_body_model(self) -> ::unity::Il2CppString {
2880        unsafe {
2881            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2882            ::unity::il2cpp_call!((::unity::module_base()+0x211b750usize)as*mut u8, ::unity::Il2CppString;
2883(AssetTable)__receiver)
2884        }
2885    }
2886    #[doc = "`set_BodyModel(::unity::Il2CppString)` overload"]
2887    fn set_body_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
2888        unsafe {
2889            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2890            ::unity::il2cpp_call!((::unity::module_base()+0x211b760usize)as*mut u8,();
2891(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
2892        }
2893    }
2894    #[doc = "`get_DressModel()` overload"]
2895    fn get_dress_model(self) -> ::unity::Il2CppString {
2896        unsafe {
2897            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2898            ::unity::il2cpp_call!((::unity::module_base()+0x211b770usize)as*mut u8, ::unity::Il2CppString;
2899(AssetTable)__receiver)
2900        }
2901    }
2902    #[doc = "`set_DressModel(::unity::Il2CppString)` overload"]
2903    fn set_dress_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
2904        unsafe {
2905            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2906            ::unity::il2cpp_call!((::unity::module_base()+0x211b780usize)as*mut u8,();
2907(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
2908        }
2909    }
2910    #[doc = "`get_HeadModel()` overload"]
2911    fn get_head_model(self) -> ::unity::Il2CppString {
2912        unsafe {
2913            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2914            ::unity::il2cpp_call!((::unity::module_base()+0x211b790usize)as*mut u8, ::unity::Il2CppString;
2915(AssetTable)__receiver)
2916        }
2917    }
2918    #[doc = "`set_HeadModel(::unity::Il2CppString)` overload"]
2919    fn set_head_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
2920        unsafe {
2921            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2922            ::unity::il2cpp_call!((::unity::module_base()+0x211b7a0usize)as*mut u8,();
2923(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
2924        }
2925    }
2926    #[doc = "`get_HairModel()` overload"]
2927    fn get_hair_model(self) -> ::unity::Il2CppString {
2928        unsafe {
2929            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2930            ::unity::il2cpp_call!((::unity::module_base()+0x211b7b0usize)as*mut u8, ::unity::Il2CppString;
2931(AssetTable)__receiver)
2932        }
2933    }
2934    #[doc = "`set_HairModel(::unity::Il2CppString)` overload"]
2935    fn set_hair_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
2936        unsafe {
2937            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2938            ::unity::il2cpp_call!((::unity::module_base()+0x211b7c0usize)as*mut u8,();
2939(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
2940        }
2941    }
2942    #[doc = "`get_RideModel()` overload"]
2943    fn get_ride_model(self) -> ::unity::Il2CppString {
2944        unsafe {
2945            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2946            ::unity::il2cpp_call!((::unity::module_base()+0x211b7d0usize)as*mut u8, ::unity::Il2CppString;
2947(AssetTable)__receiver)
2948        }
2949    }
2950    #[doc = "`set_RideModel(::unity::Il2CppString)` overload"]
2951    fn set_ride_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
2952        unsafe {
2953            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2954            ::unity::il2cpp_call!((::unity::module_base()+0x211b7e0usize)as*mut u8,();
2955(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
2956        }
2957    }
2958    #[doc = "`get_RideDressModel()` overload"]
2959    fn get_ride_dress_model(self) -> ::unity::Il2CppString {
2960        unsafe {
2961            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2962            ::unity::il2cpp_call!((::unity::module_base()+0x211b7f0usize)as*mut u8, ::unity::Il2CppString;
2963(AssetTable)__receiver)
2964        }
2965    }
2966    #[doc = "`set_RideDressModel(::unity::Il2CppString)` overload"]
2967    fn set_ride_dress_model(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
2968        unsafe {
2969            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2970            ::unity::il2cpp_call!((::unity::module_base()+0x211b800usize)as*mut u8,();
2971(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
2972        }
2973    }
2974    #[doc = "`get_LeftHand()` overload"]
2975    fn get_left_hand(self) -> ::unity::Il2CppString {
2976        unsafe {
2977            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2978            ::unity::il2cpp_call!((::unity::module_base()+0x211b810usize)as*mut u8, ::unity::Il2CppString;
2979(AssetTable)__receiver)
2980        }
2981    }
2982    #[doc = "`set_LeftHand(::unity::Il2CppString)` overload"]
2983    fn set_left_hand(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
2984        unsafe {
2985            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2986            ::unity::il2cpp_call!((::unity::module_base()+0x211b820usize)as*mut u8,();
2987(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
2988        }
2989    }
2990    #[doc = "`get_RightHand()` overload"]
2991    fn get_right_hand(self) -> ::unity::Il2CppString {
2992        unsafe {
2993            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2994            ::unity::il2cpp_call!((::unity::module_base()+0x211b830usize)as*mut u8, ::unity::Il2CppString;
2995(AssetTable)__receiver)
2996        }
2997    }
2998    #[doc = "`set_RightHand(::unity::Il2CppString)` overload"]
2999    fn set_right_hand(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3000        unsafe {
3001            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3002            ::unity::il2cpp_call!((::unity::module_base()+0x211b840usize)as*mut u8,();
3003(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3004        }
3005    }
3006    #[doc = "`get_Trail()` overload"]
3007    fn get_trail(self) -> ::unity::Il2CppString {
3008        unsafe {
3009            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3010            ::unity::il2cpp_call!((::unity::module_base()+0x211b850usize)as*mut u8, ::unity::Il2CppString;
3011(AssetTable)__receiver)
3012        }
3013    }
3014    #[doc = "`set_Trail(::unity::Il2CppString)` overload"]
3015    fn set_trail(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3016        unsafe {
3017            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3018            ::unity::il2cpp_call!((::unity::module_base()+0x211b860usize)as*mut u8,();
3019(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3020        }
3021    }
3022    #[doc = "`get_Magic()` overload"]
3023    fn get_magic(self) -> ::unity::Il2CppString {
3024        unsafe {
3025            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3026            ::unity::il2cpp_call!((::unity::module_base()+0x211b870usize)as*mut u8, ::unity::Il2CppString;
3027(AssetTable)__receiver)
3028        }
3029    }
3030    #[doc = "`set_Magic(::unity::Il2CppString)` overload"]
3031    fn set_magic(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3032        unsafe {
3033            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3034            ::unity::il2cpp_call!((::unity::module_base()+0x211b880usize)as*mut u8,();
3035(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3036        }
3037    }
3038    #[doc = "`get_BodyAnim()` overload"]
3039    fn get_body_anim(self) -> ::unity::Il2CppString {
3040        unsafe {
3041            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3042            ::unity::il2cpp_call!((::unity::module_base()+0x211b890usize)as*mut u8, ::unity::Il2CppString;
3043(AssetTable)__receiver)
3044        }
3045    }
3046    #[doc = "`set_BodyAnim(::unity::Il2CppString)` overload"]
3047    fn set_body_anim(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3048        unsafe {
3049            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3050            ::unity::il2cpp_call!((::unity::module_base()+0x211b8a0usize)as*mut u8,();
3051(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3052        }
3053    }
3054    #[doc = "`get_RideAnim()` overload"]
3055    fn get_ride_anim(self) -> ::unity::Il2CppString {
3056        unsafe {
3057            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3058            ::unity::il2cpp_call!((::unity::module_base()+0x211b8b0usize)as*mut u8, ::unity::Il2CppString;
3059(AssetTable)__receiver)
3060        }
3061    }
3062    #[doc = "`set_RideAnim(::unity::Il2CppString)` overload"]
3063    fn set_ride_anim(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3064        unsafe {
3065            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3066            ::unity::il2cpp_call!((::unity::module_base()+0x211b8c0usize)as*mut u8,();
3067(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3068        }
3069    }
3070    #[doc = "`get_InfoAnim()` overload"]
3071    fn get_info_anim(self) -> ::unity::Il2CppString {
3072        unsafe {
3073            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3074            ::unity::il2cpp_call!((::unity::module_base()+0x211b8d0usize)as*mut u8, ::unity::Il2CppString;
3075(AssetTable)__receiver)
3076        }
3077    }
3078    #[doc = "`set_InfoAnim(::unity::Il2CppString)` overload"]
3079    fn set_info_anim(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3080        unsafe {
3081            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3082            ::unity::il2cpp_call!((::unity::module_base()+0x211b8e0usize)as*mut u8,();
3083(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3084        }
3085    }
3086    #[doc = "`get_TalkAnim()` overload"]
3087    fn get_talk_anim(self) -> ::unity::Il2CppString {
3088        unsafe {
3089            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3090            ::unity::il2cpp_call!((::unity::module_base()+0x211b8f0usize)as*mut u8, ::unity::Il2CppString;
3091(AssetTable)__receiver)
3092        }
3093    }
3094    #[doc = "`set_TalkAnim(::unity::Il2CppString)` overload"]
3095    fn set_talk_anim(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3096        unsafe {
3097            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3098            ::unity::il2cpp_call!((::unity::module_base()+0x211b900usize)as*mut u8,();
3099(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3100        }
3101    }
3102    #[doc = "`get_DemoAnim()` overload"]
3103    fn get_demo_anim(self) -> ::unity::Il2CppString {
3104        unsafe {
3105            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3106            ::unity::il2cpp_call!((::unity::module_base()+0x211b910usize)as*mut u8, ::unity::Il2CppString;
3107(AssetTable)__receiver)
3108        }
3109    }
3110    #[doc = "`set_DemoAnim(::unity::Il2CppString)` overload"]
3111    fn set_demo_anim(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3112        unsafe {
3113            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3114            ::unity::il2cpp_call!((::unity::module_base()+0x211b920usize)as*mut u8,();
3115(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3116        }
3117    }
3118    #[doc = "`get_HubAnim()` overload"]
3119    fn get_hub_anim(self) -> ::unity::Il2CppString {
3120        unsafe {
3121            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3122            ::unity::il2cpp_call!((::unity::module_base()+0x211b930usize)as*mut u8, ::unity::Il2CppString;
3123(AssetTable)__receiver)
3124        }
3125    }
3126    #[doc = "`set_HubAnim(::unity::Il2CppString)` overload"]
3127    fn set_hub_anim(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3128        unsafe {
3129            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3130            ::unity::il2cpp_call!((::unity::module_base()+0x211b940usize)as*mut u8,();
3131(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3132        }
3133    }
3134    #[doc = "`get_HairR()` overload"]
3135    fn get_hair_r(self) -> u8 {
3136        unsafe {
3137            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3138            ::unity::il2cpp_call!((::unity::module_base()+0x211b950usize)as*mut u8,u8;
3139(AssetTable)__receiver)
3140        }
3141    }
3142    #[doc = "`set_HairR(u8)` overload"]
3143    fn set_hair_r(self, value: impl ::core::convert::Into<u8>) -> () {
3144        unsafe {
3145            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3146            ::unity::il2cpp_call!((::unity::module_base()+0x211b960usize)as*mut u8,();
3147(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3148        }
3149    }
3150    #[doc = "`get_HairG()` overload"]
3151    fn get_hair_g(self) -> u8 {
3152        unsafe {
3153            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3154            ::unity::il2cpp_call!((::unity::module_base()+0x211b970usize)as*mut u8,u8;
3155(AssetTable)__receiver)
3156        }
3157    }
3158    #[doc = "`set_HairG(u8)` overload"]
3159    fn set_hair_g(self, value: impl ::core::convert::Into<u8>) -> () {
3160        unsafe {
3161            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3162            ::unity::il2cpp_call!((::unity::module_base()+0x211b980usize)as*mut u8,();
3163(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3164        }
3165    }
3166    #[doc = "`get_HairB()` overload"]
3167    fn get_hair_b(self) -> u8 {
3168        unsafe {
3169            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3170            ::unity::il2cpp_call!((::unity::module_base()+0x211b990usize)as*mut u8,u8;
3171(AssetTable)__receiver)
3172        }
3173    }
3174    #[doc = "`set_HairB(u8)` overload"]
3175    fn set_hair_b(self, value: impl ::core::convert::Into<u8>) -> () {
3176        unsafe {
3177            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3178            ::unity::il2cpp_call!((::unity::module_base()+0x211b9a0usize)as*mut u8,();
3179(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3180        }
3181    }
3182    #[doc = "`get_GradR()` overload"]
3183    fn get_grad_r(self) -> u8 {
3184        unsafe {
3185            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3186            ::unity::il2cpp_call!((::unity::module_base()+0x211b9b0usize)as*mut u8,u8;
3187(AssetTable)__receiver)
3188        }
3189    }
3190    #[doc = "`set_GradR(u8)` overload"]
3191    fn set_grad_r(self, value: impl ::core::convert::Into<u8>) -> () {
3192        unsafe {
3193            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3194            ::unity::il2cpp_call!((::unity::module_base()+0x211b9c0usize)as*mut u8,();
3195(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3196        }
3197    }
3198    #[doc = "`get_GradG()` overload"]
3199    fn get_grad_g(self) -> u8 {
3200        unsafe {
3201            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3202            ::unity::il2cpp_call!((::unity::module_base()+0x211b9d0usize)as*mut u8,u8;
3203(AssetTable)__receiver)
3204        }
3205    }
3206    #[doc = "`set_GradG(u8)` overload"]
3207    fn set_grad_g(self, value: impl ::core::convert::Into<u8>) -> () {
3208        unsafe {
3209            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3210            ::unity::il2cpp_call!((::unity::module_base()+0x211b9e0usize)as*mut u8,();
3211(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3212        }
3213    }
3214    #[doc = "`get_GradB()` overload"]
3215    fn get_grad_b(self) -> u8 {
3216        unsafe {
3217            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3218            ::unity::il2cpp_call!((::unity::module_base()+0x211b9f0usize)as*mut u8,u8;
3219(AssetTable)__receiver)
3220        }
3221    }
3222    #[doc = "`set_GradB(u8)` overload"]
3223    fn set_grad_b(self, value: impl ::core::convert::Into<u8>) -> () {
3224        unsafe {
3225            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3226            ::unity::il2cpp_call!((::unity::module_base()+0x211ba00usize)as*mut u8,();
3227(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3228        }
3229    }
3230    #[doc = "`get_SkinR()` overload"]
3231    fn get_skin_r(self) -> u8 {
3232        unsafe {
3233            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3234            ::unity::il2cpp_call!((::unity::module_base()+0x211ba10usize)as*mut u8,u8;
3235(AssetTable)__receiver)
3236        }
3237    }
3238    #[doc = "`set_SkinR(u8)` overload"]
3239    fn set_skin_r(self, value: impl ::core::convert::Into<u8>) -> () {
3240        unsafe {
3241            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3242            ::unity::il2cpp_call!((::unity::module_base()+0x211ba20usize)as*mut u8,();
3243(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3244        }
3245    }
3246    #[doc = "`get_SkinG()` overload"]
3247    fn get_skin_g(self) -> u8 {
3248        unsafe {
3249            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3250            ::unity::il2cpp_call!((::unity::module_base()+0x211ba30usize)as*mut u8,u8;
3251(AssetTable)__receiver)
3252        }
3253    }
3254    #[doc = "`set_SkinG(u8)` overload"]
3255    fn set_skin_g(self, value: impl ::core::convert::Into<u8>) -> () {
3256        unsafe {
3257            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3258            ::unity::il2cpp_call!((::unity::module_base()+0x211ba40usize)as*mut u8,();
3259(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3260        }
3261    }
3262    #[doc = "`get_SkinB()` overload"]
3263    fn get_skin_b(self) -> u8 {
3264        unsafe {
3265            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3266            ::unity::il2cpp_call!((::unity::module_base()+0x211ba50usize)as*mut u8,u8;
3267(AssetTable)__receiver)
3268        }
3269    }
3270    #[doc = "`set_SkinB(u8)` overload"]
3271    fn set_skin_b(self, value: impl ::core::convert::Into<u8>) -> () {
3272        unsafe {
3273            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3274            ::unity::il2cpp_call!((::unity::module_base()+0x211ba60usize)as*mut u8,();
3275(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3276        }
3277    }
3278    #[doc = "`get_ToonR()` overload"]
3279    fn get_toon_r(self) -> u8 {
3280        unsafe {
3281            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3282            ::unity::il2cpp_call!((::unity::module_base()+0x211ba70usize)as*mut u8,u8;
3283(AssetTable)__receiver)
3284        }
3285    }
3286    #[doc = "`set_ToonR(u8)` overload"]
3287    fn set_toon_r(self, value: impl ::core::convert::Into<u8>) -> () {
3288        unsafe {
3289            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3290            ::unity::il2cpp_call!((::unity::module_base()+0x211ba80usize)as*mut u8,();
3291(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3292        }
3293    }
3294    #[doc = "`get_ToonG()` overload"]
3295    fn get_toon_g(self) -> u8 {
3296        unsafe {
3297            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3298            ::unity::il2cpp_call!((::unity::module_base()+0x211ba90usize)as*mut u8,u8;
3299(AssetTable)__receiver)
3300        }
3301    }
3302    #[doc = "`set_ToonG(u8)` overload"]
3303    fn set_toon_g(self, value: impl ::core::convert::Into<u8>) -> () {
3304        unsafe {
3305            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3306            ::unity::il2cpp_call!((::unity::module_base()+0x211baa0usize)as*mut u8,();
3307(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3308        }
3309    }
3310    #[doc = "`get_ToonB()` overload"]
3311    fn get_toon_b(self) -> u8 {
3312        unsafe {
3313            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3314            ::unity::il2cpp_call!((::unity::module_base()+0x211bab0usize)as*mut u8,u8;
3315(AssetTable)__receiver)
3316        }
3317    }
3318    #[doc = "`set_ToonB(u8)` overload"]
3319    fn set_toon_b(self, value: impl ::core::convert::Into<u8>) -> () {
3320        unsafe {
3321            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3322            ::unity::il2cpp_call!((::unity::module_base()+0x211bac0usize)as*mut u8,();
3323(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3324        }
3325    }
3326    #[doc = "`get_MaskColor100R()` overload"]
3327    fn get_mask_color100_r(self) -> u8 {
3328        unsafe {
3329            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3330            ::unity::il2cpp_call!((::unity::module_base()+0x211bad0usize)as*mut u8,u8;
3331(AssetTable)__receiver)
3332        }
3333    }
3334    #[doc = "`set_MaskColor100R(u8)` overload"]
3335    fn set_mask_color100_r(self, value: impl ::core::convert::Into<u8>) -> () {
3336        unsafe {
3337            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3338            ::unity::il2cpp_call!((::unity::module_base()+0x211bae0usize)as*mut u8,();
3339(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3340        }
3341    }
3342    #[doc = "`get_MaskColor100G()` overload"]
3343    fn get_mask_color100_g(self) -> u8 {
3344        unsafe {
3345            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3346            ::unity::il2cpp_call!((::unity::module_base()+0x211baf0usize)as*mut u8,u8;
3347(AssetTable)__receiver)
3348        }
3349    }
3350    #[doc = "`set_MaskColor100G(u8)` overload"]
3351    fn set_mask_color100_g(self, value: impl ::core::convert::Into<u8>) -> () {
3352        unsafe {
3353            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3354            ::unity::il2cpp_call!((::unity::module_base()+0x211bb00usize)as*mut u8,();
3355(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3356        }
3357    }
3358    #[doc = "`get_MaskColor100B()` overload"]
3359    fn get_mask_color100_b(self) -> u8 {
3360        unsafe {
3361            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3362            ::unity::il2cpp_call!((::unity::module_base()+0x211bb10usize)as*mut u8,u8;
3363(AssetTable)__receiver)
3364        }
3365    }
3366    #[doc = "`set_MaskColor100B(u8)` overload"]
3367    fn set_mask_color100_b(self, value: impl ::core::convert::Into<u8>) -> () {
3368        unsafe {
3369            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3370            ::unity::il2cpp_call!((::unity::module_base()+0x211bb20usize)as*mut u8,();
3371(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3372        }
3373    }
3374    #[doc = "`get_MaskColor075R()` overload"]
3375    fn get_mask_color075_r(self) -> u8 {
3376        unsafe {
3377            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3378            ::unity::il2cpp_call!((::unity::module_base()+0x211bb30usize)as*mut u8,u8;
3379(AssetTable)__receiver)
3380        }
3381    }
3382    #[doc = "`set_MaskColor075R(u8)` overload"]
3383    fn set_mask_color075_r(self, value: impl ::core::convert::Into<u8>) -> () {
3384        unsafe {
3385            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3386            ::unity::il2cpp_call!((::unity::module_base()+0x211bb40usize)as*mut u8,();
3387(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3388        }
3389    }
3390    #[doc = "`get_MaskColor075G()` overload"]
3391    fn get_mask_color075_g(self) -> u8 {
3392        unsafe {
3393            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3394            ::unity::il2cpp_call!((::unity::module_base()+0x211bb50usize)as*mut u8,u8;
3395(AssetTable)__receiver)
3396        }
3397    }
3398    #[doc = "`set_MaskColor075G(u8)` overload"]
3399    fn set_mask_color075_g(self, value: impl ::core::convert::Into<u8>) -> () {
3400        unsafe {
3401            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3402            ::unity::il2cpp_call!((::unity::module_base()+0x211bb60usize)as*mut u8,();
3403(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3404        }
3405    }
3406    #[doc = "`get_MaskColor075B()` overload"]
3407    fn get_mask_color075_b(self) -> u8 {
3408        unsafe {
3409            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3410            ::unity::il2cpp_call!((::unity::module_base()+0x211bb70usize)as*mut u8,u8;
3411(AssetTable)__receiver)
3412        }
3413    }
3414    #[doc = "`set_MaskColor075B(u8)` overload"]
3415    fn set_mask_color075_b(self, value: impl ::core::convert::Into<u8>) -> () {
3416        unsafe {
3417            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3418            ::unity::il2cpp_call!((::unity::module_base()+0x211bb80usize)as*mut u8,();
3419(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3420        }
3421    }
3422    #[doc = "`get_MaskColor050R()` overload"]
3423    fn get_mask_color050_r(self) -> u8 {
3424        unsafe {
3425            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3426            ::unity::il2cpp_call!((::unity::module_base()+0x211bb90usize)as*mut u8,u8;
3427(AssetTable)__receiver)
3428        }
3429    }
3430    #[doc = "`set_MaskColor050R(u8)` overload"]
3431    fn set_mask_color050_r(self, value: impl ::core::convert::Into<u8>) -> () {
3432        unsafe {
3433            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3434            ::unity::il2cpp_call!((::unity::module_base()+0x211bba0usize)as*mut u8,();
3435(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3436        }
3437    }
3438    #[doc = "`get_MaskColor050G()` overload"]
3439    fn get_mask_color050_g(self) -> u8 {
3440        unsafe {
3441            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3442            ::unity::il2cpp_call!((::unity::module_base()+0x211bbb0usize)as*mut u8,u8;
3443(AssetTable)__receiver)
3444        }
3445    }
3446    #[doc = "`set_MaskColor050G(u8)` overload"]
3447    fn set_mask_color050_g(self, value: impl ::core::convert::Into<u8>) -> () {
3448        unsafe {
3449            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3450            ::unity::il2cpp_call!((::unity::module_base()+0x211bbc0usize)as*mut u8,();
3451(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3452        }
3453    }
3454    #[doc = "`get_MaskColor050B()` overload"]
3455    fn get_mask_color050_b(self) -> u8 {
3456        unsafe {
3457            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3458            ::unity::il2cpp_call!((::unity::module_base()+0x211bbd0usize)as*mut u8,u8;
3459(AssetTable)__receiver)
3460        }
3461    }
3462    #[doc = "`set_MaskColor050B(u8)` overload"]
3463    fn set_mask_color050_b(self, value: impl ::core::convert::Into<u8>) -> () {
3464        unsafe {
3465            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3466            ::unity::il2cpp_call!((::unity::module_base()+0x211bbe0usize)as*mut u8,();
3467(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3468        }
3469    }
3470    #[doc = "`get_MaskColor025R()` overload"]
3471    fn get_mask_color025_r(self) -> u8 {
3472        unsafe {
3473            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3474            ::unity::il2cpp_call!((::unity::module_base()+0x211bbf0usize)as*mut u8,u8;
3475(AssetTable)__receiver)
3476        }
3477    }
3478    #[doc = "`set_MaskColor025R(u8)` overload"]
3479    fn set_mask_color025_r(self, value: impl ::core::convert::Into<u8>) -> () {
3480        unsafe {
3481            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3482            ::unity::il2cpp_call!((::unity::module_base()+0x211bc00usize)as*mut u8,();
3483(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3484        }
3485    }
3486    #[doc = "`get_MaskColor025G()` overload"]
3487    fn get_mask_color025_g(self) -> u8 {
3488        unsafe {
3489            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3490            ::unity::il2cpp_call!((::unity::module_base()+0x211bc10usize)as*mut u8,u8;
3491(AssetTable)__receiver)
3492        }
3493    }
3494    #[doc = "`set_MaskColor025G(u8)` overload"]
3495    fn set_mask_color025_g(self, value: impl ::core::convert::Into<u8>) -> () {
3496        unsafe {
3497            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3498            ::unity::il2cpp_call!((::unity::module_base()+0x211bc20usize)as*mut u8,();
3499(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3500        }
3501    }
3502    #[doc = "`get_MaskColor025B()` overload"]
3503    fn get_mask_color025_b(self) -> u8 {
3504        unsafe {
3505            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3506            ::unity::il2cpp_call!((::unity::module_base()+0x211bc30usize)as*mut u8,u8;
3507(AssetTable)__receiver)
3508        }
3509    }
3510    #[doc = "`set_MaskColor025B(u8)` overload"]
3511    fn set_mask_color025_b(self, value: impl ::core::convert::Into<u8>) -> () {
3512        unsafe {
3513            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3514            ::unity::il2cpp_call!((::unity::module_base()+0x211bc40usize)as*mut u8,();
3515(AssetTable)__receiver,(u8)::core::convert::Into::into(value))
3516        }
3517    }
3518    #[doc = "`get_Acc1()` overload"]
3519    fn get_acc1(self) -> crate::app::assettable::AssetTable_Accessory {
3520        unsafe {
3521            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3522            ::unity::il2cpp_call!((::unity::module_base()+0x211bc50usize)as*mut u8,crate::app::assettable::AssetTable_Accessory;
3523(AssetTable)__receiver)
3524        }
3525    }
3526    #[doc = "`set_Acc1(crate::app::assettable::AssetTable_Accessory)` overload"]
3527    fn set_acc1(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
3528        unsafe {
3529            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3530            ::unity::il2cpp_call!((::unity::module_base()+0x211bc60usize)as*mut u8,();
3531(AssetTable)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(value))
3532        }
3533    }
3534    #[doc = "`get_Acc2()` overload"]
3535    fn get_acc2(self) -> crate::app::assettable::AssetTable_Accessory {
3536        unsafe {
3537            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3538            ::unity::il2cpp_call!((::unity::module_base()+0x211bc70usize)as*mut u8,crate::app::assettable::AssetTable_Accessory;
3539(AssetTable)__receiver)
3540        }
3541    }
3542    #[doc = "`set_Acc2(crate::app::assettable::AssetTable_Accessory)` overload"]
3543    fn set_acc2(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
3544        unsafe {
3545            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3546            ::unity::il2cpp_call!((::unity::module_base()+0x211bc80usize)as*mut u8,();
3547(AssetTable)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(value))
3548        }
3549    }
3550    #[doc = "`get_Acc3()` overload"]
3551    fn get_acc3(self) -> crate::app::assettable::AssetTable_Accessory {
3552        unsafe {
3553            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3554            ::unity::il2cpp_call!((::unity::module_base()+0x211bc90usize)as*mut u8,crate::app::assettable::AssetTable_Accessory;
3555(AssetTable)__receiver)
3556        }
3557    }
3558    #[doc = "`set_Acc3(crate::app::assettable::AssetTable_Accessory)` overload"]
3559    fn set_acc3(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
3560        unsafe {
3561            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3562            ::unity::il2cpp_call!((::unity::module_base()+0x211bca0usize)as*mut u8,();
3563(AssetTable)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(value))
3564        }
3565    }
3566    #[doc = "`get_Acc4()` overload"]
3567    fn get_acc4(self) -> crate::app::assettable::AssetTable_Accessory {
3568        unsafe {
3569            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3570            ::unity::il2cpp_call!((::unity::module_base()+0x211bcb0usize)as*mut u8,crate::app::assettable::AssetTable_Accessory;
3571(AssetTable)__receiver)
3572        }
3573    }
3574    #[doc = "`set_Acc4(crate::app::assettable::AssetTable_Accessory)` overload"]
3575    fn set_acc4(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
3576        unsafe {
3577            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3578            ::unity::il2cpp_call!((::unity::module_base()+0x211bcc0usize)as*mut u8,();
3579(AssetTable)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(value))
3580        }
3581    }
3582    #[doc = "`get_Acc5()` overload"]
3583    fn get_acc5(self) -> crate::app::assettable::AssetTable_Accessory {
3584        unsafe {
3585            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3586            ::unity::il2cpp_call!((::unity::module_base()+0x211bcd0usize)as*mut u8,crate::app::assettable::AssetTable_Accessory;
3587(AssetTable)__receiver)
3588        }
3589    }
3590    #[doc = "`set_Acc5(crate::app::assettable::AssetTable_Accessory)` overload"]
3591    fn set_acc5(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
3592        unsafe {
3593            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3594            ::unity::il2cpp_call!((::unity::module_base()+0x211bce0usize)as*mut u8,();
3595(AssetTable)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(value))
3596        }
3597    }
3598    #[doc = "`get_Acc6()` overload"]
3599    fn get_acc6(self) -> crate::app::assettable::AssetTable_Accessory {
3600        unsafe {
3601            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3602            ::unity::il2cpp_call!((::unity::module_base()+0x211bcf0usize)as*mut u8,crate::app::assettable::AssetTable_Accessory;
3603(AssetTable)__receiver)
3604        }
3605    }
3606    #[doc = "`set_Acc6(crate::app::assettable::AssetTable_Accessory)` overload"]
3607    fn set_acc6(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
3608        unsafe {
3609            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3610            ::unity::il2cpp_call!((::unity::module_base()+0x211bd00usize)as*mut u8,();
3611(AssetTable)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(value))
3612        }
3613    }
3614    #[doc = "`get_Acc7()` overload"]
3615    fn get_acc7(self) -> crate::app::assettable::AssetTable_Accessory {
3616        unsafe {
3617            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3618            ::unity::il2cpp_call!((::unity::module_base()+0x211bd10usize)as*mut u8,crate::app::assettable::AssetTable_Accessory;
3619(AssetTable)__receiver)
3620        }
3621    }
3622    #[doc = "`set_Acc7(crate::app::assettable::AssetTable_Accessory)` overload"]
3623    fn set_acc7(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
3624        unsafe {
3625            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3626            ::unity::il2cpp_call!((::unity::module_base()+0x211bd20usize)as*mut u8,();
3627(AssetTable)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(value))
3628        }
3629    }
3630    #[doc = "`get_Acc8()` overload"]
3631    fn get_acc8(self) -> crate::app::assettable::AssetTable_Accessory {
3632        unsafe {
3633            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3634            ::unity::il2cpp_call!((::unity::module_base()+0x211bd30usize)as*mut u8,crate::app::assettable::AssetTable_Accessory;
3635(AssetTable)__receiver)
3636        }
3637    }
3638    #[doc = "`set_Acc8(crate::app::assettable::AssetTable_Accessory)` overload"]
3639    fn set_acc8(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
3640        unsafe {
3641            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3642            ::unity::il2cpp_call!((::unity::module_base()+0x211bd40usize)as*mut u8,();
3643(AssetTable)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(value))
3644        }
3645    }
3646    #[doc = "`get_Accessories()` overload"]
3647    fn get_accessories(self) -> crate::app::assettable::AssetTable_AccessoryList {
3648        unsafe {
3649            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3650            ::unity::il2cpp_call!((::unity::module_base()+0x211bd50usize)as*mut u8,crate::app::assettable::AssetTable_AccessoryList;
3651(AssetTable)__receiver)
3652        }
3653    }
3654    #[doc = "`set_Accessories(crate::app::assettable::AssetTable_AccessoryList)` overload"]
3655    fn set_accessories(self, value: impl ::core::convert::Into<crate::app::assettable::AssetTable_AccessoryList>) -> () {
3656        unsafe {
3657            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3658            ::unity::il2cpp_call!((::unity::module_base()+0x211bd60usize)as*mut u8,();
3659(AssetTable)__receiver,(crate::app::assettable::AssetTable_AccessoryList)::core::convert::Into::into(value))
3660        }
3661    }
3662    #[doc = "`get_ScaleAll()` overload"]
3663    fn get_scale_all(self) -> f32 {
3664        unsafe {
3665            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3666            ::unity::il2cpp_call!((::unity::module_base()+0x211bd70usize)as*mut u8,f32;
3667(AssetTable)__receiver)
3668        }
3669    }
3670    #[doc = "`set_ScaleAll(f32)` overload"]
3671    fn set_scale_all(self, value: impl ::core::convert::Into<f32>) -> () {
3672        unsafe {
3673            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3674            ::unity::il2cpp_call!((::unity::module_base()+0x211bd80usize)as*mut u8,();
3675(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3676        }
3677    }
3678    #[doc = "`get_ScaleHead()` overload"]
3679    fn get_scale_head(self) -> f32 {
3680        unsafe {
3681            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3682            ::unity::il2cpp_call!((::unity::module_base()+0x211bd90usize)as*mut u8,f32;
3683(AssetTable)__receiver)
3684        }
3685    }
3686    #[doc = "`set_ScaleHead(f32)` overload"]
3687    fn set_scale_head(self, value: impl ::core::convert::Into<f32>) -> () {
3688        unsafe {
3689            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3690            ::unity::il2cpp_call!((::unity::module_base()+0x211bda0usize)as*mut u8,();
3691(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3692        }
3693    }
3694    #[doc = "`get_ScaleNeck()` overload"]
3695    fn get_scale_neck(self) -> f32 {
3696        unsafe {
3697            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3698            ::unity::il2cpp_call!((::unity::module_base()+0x211bdb0usize)as*mut u8,f32;
3699(AssetTable)__receiver)
3700        }
3701    }
3702    #[doc = "`set_ScaleNeck(f32)` overload"]
3703    fn set_scale_neck(self, value: impl ::core::convert::Into<f32>) -> () {
3704        unsafe {
3705            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3706            ::unity::il2cpp_call!((::unity::module_base()+0x211bdc0usize)as*mut u8,();
3707(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3708        }
3709    }
3710    #[doc = "`get_ScaleTorso()` overload"]
3711    fn get_scale_torso(self) -> f32 {
3712        unsafe {
3713            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3714            ::unity::il2cpp_call!((::unity::module_base()+0x211bdd0usize)as*mut u8,f32;
3715(AssetTable)__receiver)
3716        }
3717    }
3718    #[doc = "`set_ScaleTorso(f32)` overload"]
3719    fn set_scale_torso(self, value: impl ::core::convert::Into<f32>) -> () {
3720        unsafe {
3721            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3722            ::unity::il2cpp_call!((::unity::module_base()+0x211bde0usize)as*mut u8,();
3723(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3724        }
3725    }
3726    #[doc = "`get_ScaleShoulders()` overload"]
3727    fn get_scale_shoulders(self) -> f32 {
3728        unsafe {
3729            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3730            ::unity::il2cpp_call!((::unity::module_base()+0x211bdf0usize)as*mut u8,f32;
3731(AssetTable)__receiver)
3732        }
3733    }
3734    #[doc = "`set_ScaleShoulders(f32)` overload"]
3735    fn set_scale_shoulders(self, value: impl ::core::convert::Into<f32>) -> () {
3736        unsafe {
3737            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3738            ::unity::il2cpp_call!((::unity::module_base()+0x211be00usize)as*mut u8,();
3739(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3740        }
3741    }
3742    #[doc = "`get_ScaleArms()` overload"]
3743    fn get_scale_arms(self) -> f32 {
3744        unsafe {
3745            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3746            ::unity::il2cpp_call!((::unity::module_base()+0x211be10usize)as*mut u8,f32;
3747(AssetTable)__receiver)
3748        }
3749    }
3750    #[doc = "`set_ScaleArms(f32)` overload"]
3751    fn set_scale_arms(self, value: impl ::core::convert::Into<f32>) -> () {
3752        unsafe {
3753            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3754            ::unity::il2cpp_call!((::unity::module_base()+0x211be20usize)as*mut u8,();
3755(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3756        }
3757    }
3758    #[doc = "`get_ScaleHands()` overload"]
3759    fn get_scale_hands(self) -> f32 {
3760        unsafe {
3761            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3762            ::unity::il2cpp_call!((::unity::module_base()+0x211be30usize)as*mut u8,f32;
3763(AssetTable)__receiver)
3764        }
3765    }
3766    #[doc = "`set_ScaleHands(f32)` overload"]
3767    fn set_scale_hands(self, value: impl ::core::convert::Into<f32>) -> () {
3768        unsafe {
3769            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3770            ::unity::il2cpp_call!((::unity::module_base()+0x211be40usize)as*mut u8,();
3771(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3772        }
3773    }
3774    #[doc = "`get_ScaleLegs()` overload"]
3775    fn get_scale_legs(self) -> f32 {
3776        unsafe {
3777            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3778            ::unity::il2cpp_call!((::unity::module_base()+0x211be50usize)as*mut u8,f32;
3779(AssetTable)__receiver)
3780        }
3781    }
3782    #[doc = "`set_ScaleLegs(f32)` overload"]
3783    fn set_scale_legs(self, value: impl ::core::convert::Into<f32>) -> () {
3784        unsafe {
3785            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3786            ::unity::il2cpp_call!((::unity::module_base()+0x211be60usize)as*mut u8,();
3787(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3788        }
3789    }
3790    #[doc = "`get_ScaleFeet()` overload"]
3791    fn get_scale_feet(self) -> f32 {
3792        unsafe {
3793            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3794            ::unity::il2cpp_call!((::unity::module_base()+0x211be70usize)as*mut u8,f32;
3795(AssetTable)__receiver)
3796        }
3797    }
3798    #[doc = "`set_ScaleFeet(f32)` overload"]
3799    fn set_scale_feet(self, value: impl ::core::convert::Into<f32>) -> () {
3800        unsafe {
3801            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3802            ::unity::il2cpp_call!((::unity::module_base()+0x211be80usize)as*mut u8,();
3803(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3804        }
3805    }
3806    #[doc = "`get_VolumeArms()` overload"]
3807    fn get_volume_arms(self) -> f32 {
3808        unsafe {
3809            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3810            ::unity::il2cpp_call!((::unity::module_base()+0x211be90usize)as*mut u8,f32;
3811(AssetTable)__receiver)
3812        }
3813    }
3814    #[doc = "`set_VolumeArms(f32)` overload"]
3815    fn set_volume_arms(self, value: impl ::core::convert::Into<f32>) -> () {
3816        unsafe {
3817            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3818            ::unity::il2cpp_call!((::unity::module_base()+0x211bea0usize)as*mut u8,();
3819(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3820        }
3821    }
3822    #[doc = "`get_VolumeLegs()` overload"]
3823    fn get_volume_legs(self) -> f32 {
3824        unsafe {
3825            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3826            ::unity::il2cpp_call!((::unity::module_base()+0x211beb0usize)as*mut u8,f32;
3827(AssetTable)__receiver)
3828        }
3829    }
3830    #[doc = "`set_VolumeLegs(f32)` overload"]
3831    fn set_volume_legs(self, value: impl ::core::convert::Into<f32>) -> () {
3832        unsafe {
3833            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3834            ::unity::il2cpp_call!((::unity::module_base()+0x211bec0usize)as*mut u8,();
3835(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3836        }
3837    }
3838    #[doc = "`get_VolumeBust()` overload"]
3839    fn get_volume_bust(self) -> f32 {
3840        unsafe {
3841            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3842            ::unity::il2cpp_call!((::unity::module_base()+0x211bed0usize)as*mut u8,f32;
3843(AssetTable)__receiver)
3844        }
3845    }
3846    #[doc = "`set_VolumeBust(f32)` overload"]
3847    fn set_volume_bust(self, value: impl ::core::convert::Into<f32>) -> () {
3848        unsafe {
3849            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3850            ::unity::il2cpp_call!((::unity::module_base()+0x211bee0usize)as*mut u8,();
3851(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3852        }
3853    }
3854    #[doc = "`get_VolumeAbdomen()` overload"]
3855    fn get_volume_abdomen(self) -> f32 {
3856        unsafe {
3857            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3858            ::unity::il2cpp_call!((::unity::module_base()+0x211bef0usize)as*mut u8,f32;
3859(AssetTable)__receiver)
3860        }
3861    }
3862    #[doc = "`set_VolumeAbdomen(f32)` overload"]
3863    fn set_volume_abdomen(self, value: impl ::core::convert::Into<f32>) -> () {
3864        unsafe {
3865            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3866            ::unity::il2cpp_call!((::unity::module_base()+0x211bf00usize)as*mut u8,();
3867(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3868        }
3869    }
3870    #[doc = "`get_VolumeTorso()` overload"]
3871    fn get_volume_torso(self) -> f32 {
3872        unsafe {
3873            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3874            ::unity::il2cpp_call!((::unity::module_base()+0x211bf10usize)as*mut u8,f32;
3875(AssetTable)__receiver)
3876        }
3877    }
3878    #[doc = "`set_VolumeTorso(f32)` overload"]
3879    fn set_volume_torso(self, value: impl ::core::convert::Into<f32>) -> () {
3880        unsafe {
3881            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3882            ::unity::il2cpp_call!((::unity::module_base()+0x211bf20usize)as*mut u8,();
3883(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3884        }
3885    }
3886    #[doc = "`get_VolumeScaleArms()` overload"]
3887    fn get_volume_scale_arms(self) -> f32 {
3888        unsafe {
3889            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3890            ::unity::il2cpp_call!((::unity::module_base()+0x211bf30usize)as*mut u8,f32;
3891(AssetTable)__receiver)
3892        }
3893    }
3894    #[doc = "`set_VolumeScaleArms(f32)` overload"]
3895    fn set_volume_scale_arms(self, value: impl ::core::convert::Into<f32>) -> () {
3896        unsafe {
3897            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3898            ::unity::il2cpp_call!((::unity::module_base()+0x211bf40usize)as*mut u8,();
3899(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3900        }
3901    }
3902    #[doc = "`get_VolumeScaleLegs()` overload"]
3903    fn get_volume_scale_legs(self) -> f32 {
3904        unsafe {
3905            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3906            ::unity::il2cpp_call!((::unity::module_base()+0x211bf50usize)as*mut u8,f32;
3907(AssetTable)__receiver)
3908        }
3909    }
3910    #[doc = "`set_VolumeScaleLegs(f32)` overload"]
3911    fn set_volume_scale_legs(self, value: impl ::core::convert::Into<f32>) -> () {
3912        unsafe {
3913            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3914            ::unity::il2cpp_call!((::unity::module_base()+0x211bf60usize)as*mut u8,();
3915(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3916        }
3917    }
3918    #[doc = "`get_MapScaleAll()` overload"]
3919    fn get_map_scale_all(self) -> f32 {
3920        unsafe {
3921            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3922            ::unity::il2cpp_call!((::unity::module_base()+0x211bf70usize)as*mut u8,f32;
3923(AssetTable)__receiver)
3924        }
3925    }
3926    #[doc = "`set_MapScaleAll(f32)` overload"]
3927    fn set_map_scale_all(self, value: impl ::core::convert::Into<f32>) -> () {
3928        unsafe {
3929            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3930            ::unity::il2cpp_call!((::unity::module_base()+0x211bf80usize)as*mut u8,();
3931(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3932        }
3933    }
3934    #[doc = "`get_MapScaleHead()` overload"]
3935    fn get_map_scale_head(self) -> f32 {
3936        unsafe {
3937            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3938            ::unity::il2cpp_call!((::unity::module_base()+0x211bf90usize)as*mut u8,f32;
3939(AssetTable)__receiver)
3940        }
3941    }
3942    #[doc = "`set_MapScaleHead(f32)` overload"]
3943    fn set_map_scale_head(self, value: impl ::core::convert::Into<f32>) -> () {
3944        unsafe {
3945            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3946            ::unity::il2cpp_call!((::unity::module_base()+0x211bfa0usize)as*mut u8,();
3947(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3948        }
3949    }
3950    #[doc = "`get_MapScaleWing()` overload"]
3951    fn get_map_scale_wing(self) -> f32 {
3952        unsafe {
3953            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3954            ::unity::il2cpp_call!((::unity::module_base()+0x211bfb0usize)as*mut u8,f32;
3955(AssetTable)__receiver)
3956        }
3957    }
3958    #[doc = "`set_MapScaleWing(f32)` overload"]
3959    fn set_map_scale_wing(self, value: impl ::core::convert::Into<f32>) -> () {
3960        unsafe {
3961            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3962            ::unity::il2cpp_call!((::unity::module_base()+0x211bfc0usize)as*mut u8,();
3963(AssetTable)__receiver,(f32)::core::convert::Into::into(value))
3964        }
3965    }
3966    #[doc = "`get_Voice()` overload"]
3967    fn get_voice(self) -> ::unity::Il2CppString {
3968        unsafe {
3969            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3970            ::unity::il2cpp_call!((::unity::module_base()+0x211bfd0usize)as*mut u8, ::unity::Il2CppString;
3971(AssetTable)__receiver)
3972        }
3973    }
3974    #[doc = "`set_Voice(::unity::Il2CppString)` overload"]
3975    fn set_voice(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3976        unsafe {
3977            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3978            ::unity::il2cpp_call!((::unity::module_base()+0x211bfe0usize)as*mut u8,();
3979(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3980        }
3981    }
3982    #[doc = "`get_FootStep()` overload"]
3983    fn get_foot_step(self) -> ::unity::Il2CppString {
3984        unsafe {
3985            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3986            ::unity::il2cpp_call!((::unity::module_base()+0x211bff0usize)as*mut u8, ::unity::Il2CppString;
3987(AssetTable)__receiver)
3988        }
3989    }
3990    #[doc = "`set_FootStep(::unity::Il2CppString)` overload"]
3991    fn set_foot_step(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3992        unsafe {
3993            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3994            ::unity::il2cpp_call!((::unity::module_base()+0x211c000usize)as*mut u8,();
3995(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3996        }
3997    }
3998    #[doc = "`get_Material()` overload"]
3999    fn get_material(self) -> ::unity::Il2CppString {
4000        unsafe {
4001            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4002            ::unity::il2cpp_call!((::unity::module_base()+0x211c010usize)as*mut u8, ::unity::Il2CppString;
4003(AssetTable)__receiver)
4004        }
4005    }
4006    #[doc = "`set_Material(::unity::Il2CppString)` overload"]
4007    fn set_material(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
4008        unsafe {
4009            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4010            ::unity::il2cpp_call!((::unity::module_base()+0x211c020usize)as*mut u8,();
4011(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
4012        }
4013    }
4014    #[doc = "`get_Comment()` overload"]
4015    fn get_comment(self) -> ::unity::Il2CppString {
4016        unsafe {
4017            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4018            ::unity::il2cpp_call!((::unity::module_base()+0x211c030usize)as*mut u8, ::unity::Il2CppString;
4019(AssetTable)__receiver)
4020        }
4021    }
4022    #[doc = "`set_Comment(::unity::Il2CppString)` overload"]
4023    fn set_comment(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
4024        unsafe {
4025            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4026            ::unity::il2cpp_call!((::unity::module_base()+0x211c040usize)as*mut u8,();
4027(AssetTable)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
4028        }
4029    }
4030    #[doc = "`.ctor()` overload"]
4031    fn ctor(self) -> () {
4032        unsafe {
4033            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4034            ::unity::il2cpp_call!((::unity::module_base()+0x211c050usize)as*mut u8,();
4035(AssetTable)__receiver)
4036        }
4037    }
4038    #[doc = "`OnBuild()` overload"]
4039    fn on_build(self) -> () {
4040        unsafe {
4041            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4042            {
4043                let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
4044                let __vi = *__vt.get(4usize).unwrap_or_else(|| {
4045                    panic!(
4046                        "unity: virtual slot {}
4047 out of range (vtable len {}
4048) on the runtime class behind {}
4049 (method `{}
4050`)",
4051                        4usize,
4052                        __vt.len(),
4053                        <AssetTable as ::unity::ClassIdentity>::NAME,
4054                        "OnBuild",
4055                    )
4056                });
4057                let __inner: extern "C" fn(AssetTable, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__vi.method_ptr);
4058                let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
4059                __inner(__receiver, __mi)
4060            }
4061        }
4062    }
4063    #[doc = "`OnRelease()` overload"]
4064    fn on_release(self) -> () {
4065        unsafe {
4066            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4067            {
4068                let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
4069                let __vi = *__vt.get(7usize).unwrap_or_else(|| {
4070                    panic!(
4071                        "unity: virtual slot {}
4072 out of range (vtable len {}
4073) on the runtime class behind {}
4074 (method `{}
4075`)",
4076                        7usize,
4077                        __vt.len(),
4078                        <AssetTable as ::unity::ClassIdentity>::NAME,
4079                        "OnRelease",
4080                    )
4081                });
4082                let __inner: extern "C" fn(AssetTable, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__vi.method_ptr);
4083                let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
4084                __inner(__receiver, __mi)
4085            }
4086        }
4087    }
4088    #[doc = "`OnCompletedEnd()` overload"]
4089    fn on_completed_end(self) -> () {
4090        unsafe {
4091            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4092            {
4093                let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
4094                let __vi = *__vt.get(6usize).unwrap_or_else(|| {
4095                    panic!(
4096                        "unity: virtual slot {}
4097 out of range (vtable len {}
4098) on the runtime class behind {}
4099 (method `{}
4100`)",
4101                        6usize,
4102                        __vt.len(),
4103                        <AssetTable as ::unity::ClassIdentity>::NAME,
4104                        "OnCompletedEnd",
4105                    )
4106                });
4107                let __inner: extern "C" fn(AssetTable, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__vi.method_ptr);
4108                let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
4109                __inner(__receiver, __mi)
4110            }
4111        }
4112    }
4113    #[doc = "`GetDebugName()` overload"]
4114    fn get_debug_name(self) -> ::unity::Il2CppString {
4115        unsafe {
4116            let __receiver = <AssetTable as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4117            {
4118                let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
4119                let __vi = *__vt.get(8usize).unwrap_or_else(|| {
4120                    panic!(
4121                        "unity: virtual slot {}
4122 out of range (vtable len {}
4123) on the runtime class behind {}
4124 (method `{}
4125`)",
4126                        8usize,
4127                        __vt.len(),
4128                        <AssetTable as ::unity::ClassIdentity>::NAME,
4129                        "GetDebugName",
4130                    )
4131                });
4132                let __inner: extern "C" fn(AssetTable, ::unity::OptionalMethod) -> ::unity::Il2CppString = ::core::mem::transmute(__vi.method_ptr);
4133                let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
4134                __inner(__receiver, __mi)
4135            }
4136        }
4137    }
4138}
4139
4140#[cfg(feature = "app-assettable")]
4141impl<__T: IAssetTable> IAssetTableMethods for __T {}
4142
4143#[cfg(feature = "app-assettable")]
4144impl AssetTable {
4145    pub fn debugger_display_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4146        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
4147    }
4148
4149    pub fn load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4150        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
4151    }
4152
4153    pub fn get_preset_names_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4154        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
4155    }
4156
4157    pub fn get_preset_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4158        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
4159    }
4160
4161    pub fn set_preset_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4162        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
4163    }
4164
4165    pub fn get_mode_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4166        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
4167    }
4168
4169    pub fn set_mode_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4170        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
4171    }
4172
4173    pub fn get_conditions_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4174        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
4175    }
4176
4177    pub fn set_conditions_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4178        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
4179    }
4180
4181    pub fn get_body_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4182        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
4183    }
4184
4185    pub fn set_body_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4186        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
4187    }
4188
4189    pub fn get_dress_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4190        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
4191    }
4192
4193    pub fn set_dress_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4194        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
4195    }
4196
4197    pub fn get_head_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4198        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
4199    }
4200
4201    pub fn set_head_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4202        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
4203    }
4204
4205    pub fn get_hair_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4206        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
4207    }
4208
4209    pub fn set_hair_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4210        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
4211    }
4212
4213    pub fn get_ride_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4214        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
4215    }
4216
4217    pub fn set_ride_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4218        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
4219    }
4220
4221    pub fn get_ride_dress_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4222        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
4223    }
4224
4225    pub fn set_ride_dress_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4226        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
4227    }
4228
4229    pub fn get_left_hand_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4230        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
4231    }
4232
4233    pub fn set_left_hand_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4234        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[22]
4235    }
4236
4237    pub fn get_right_hand_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4238        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
4239    }
4240
4241    pub fn set_right_hand_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4242        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
4243    }
4244
4245    pub fn get_trail_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4246        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
4247    }
4248
4249    pub fn set_trail_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4250        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
4251    }
4252
4253    pub fn get_magic_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4254        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
4255    }
4256
4257    pub fn set_magic_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4258        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[28]
4259    }
4260
4261    pub fn get_body_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4262        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[29]
4263    }
4264
4265    pub fn set_body_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4266        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[30]
4267    }
4268
4269    pub fn get_ride_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4270        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[31]
4271    }
4272
4273    pub fn set_ride_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4274        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[32]
4275    }
4276
4277    pub fn get_info_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4278        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[33]
4279    }
4280
4281    pub fn set_info_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4282        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[34]
4283    }
4284
4285    pub fn get_talk_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4286        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[35]
4287    }
4288
4289    pub fn set_talk_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4290        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[36]
4291    }
4292
4293    pub fn get_demo_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4294        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[37]
4295    }
4296
4297    pub fn set_demo_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4298        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[38]
4299    }
4300
4301    pub fn get_hub_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4302        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[39]
4303    }
4304
4305    pub fn set_hub_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4306        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[40]
4307    }
4308
4309    pub fn get_hair_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4310        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[41]
4311    }
4312
4313    pub fn set_hair_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4314        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[42]
4315    }
4316
4317    pub fn get_hair_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4318        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[43]
4319    }
4320
4321    pub fn set_hair_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4322        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[44]
4323    }
4324
4325    pub fn get_hair_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4326        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[45]
4327    }
4328
4329    pub fn set_hair_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4330        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[46]
4331    }
4332
4333    pub fn get_grad_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4334        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[47]
4335    }
4336
4337    pub fn set_grad_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4338        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[48]
4339    }
4340
4341    pub fn get_grad_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4342        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[49]
4343    }
4344
4345    pub fn set_grad_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4346        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[50]
4347    }
4348
4349    pub fn get_grad_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4350        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[51]
4351    }
4352
4353    pub fn set_grad_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4354        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[52]
4355    }
4356
4357    pub fn get_skin_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4358        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[53]
4359    }
4360
4361    pub fn set_skin_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4362        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[54]
4363    }
4364
4365    pub fn get_skin_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4366        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[55]
4367    }
4368
4369    pub fn set_skin_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4370        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[56]
4371    }
4372
4373    pub fn get_skin_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4374        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[57]
4375    }
4376
4377    pub fn set_skin_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4378        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[58]
4379    }
4380
4381    pub fn get_toon_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4382        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[59]
4383    }
4384
4385    pub fn set_toon_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4386        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[60]
4387    }
4388
4389    pub fn get_toon_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4390        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[61]
4391    }
4392
4393    pub fn set_toon_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4394        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[62]
4395    }
4396
4397    pub fn get_toon_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4398        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[63]
4399    }
4400
4401    pub fn set_toon_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4402        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[64]
4403    }
4404
4405    pub fn get_mask_color100_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4406        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[65]
4407    }
4408
4409    pub fn set_mask_color100_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4410        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[66]
4411    }
4412
4413    pub fn get_mask_color100_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4414        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[67]
4415    }
4416
4417    pub fn set_mask_color100_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4418        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[68]
4419    }
4420
4421    pub fn get_mask_color100_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4422        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[69]
4423    }
4424
4425    pub fn set_mask_color100_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4426        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[70]
4427    }
4428
4429    pub fn get_mask_color075_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4430        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[71]
4431    }
4432
4433    pub fn set_mask_color075_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4434        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[72]
4435    }
4436
4437    pub fn get_mask_color075_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4438        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[73]
4439    }
4440
4441    pub fn set_mask_color075_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4442        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[74]
4443    }
4444
4445    pub fn get_mask_color075_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4446        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[75]
4447    }
4448
4449    pub fn set_mask_color075_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4450        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[76]
4451    }
4452
4453    pub fn get_mask_color050_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4454        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[77]
4455    }
4456
4457    pub fn set_mask_color050_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4458        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[78]
4459    }
4460
4461    pub fn get_mask_color050_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4462        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[79]
4463    }
4464
4465    pub fn set_mask_color050_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4466        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[80]
4467    }
4468
4469    pub fn get_mask_color050_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4470        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[81]
4471    }
4472
4473    pub fn set_mask_color050_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4474        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[82]
4475    }
4476
4477    pub fn get_mask_color025_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4478        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[83]
4479    }
4480
4481    pub fn set_mask_color025_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4482        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[84]
4483    }
4484
4485    pub fn get_mask_color025_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4486        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[85]
4487    }
4488
4489    pub fn set_mask_color025_g_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4490        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[86]
4491    }
4492
4493    pub fn get_mask_color025_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4494        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[87]
4495    }
4496
4497    pub fn set_mask_color025_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4498        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[88]
4499    }
4500
4501    pub fn get_acc1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4502        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[89]
4503    }
4504
4505    pub fn set_acc1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4506        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[90]
4507    }
4508
4509    pub fn get_acc2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4510        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[91]
4511    }
4512
4513    pub fn set_acc2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4514        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[92]
4515    }
4516
4517    pub fn get_acc3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4518        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[93]
4519    }
4520
4521    pub fn set_acc3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4522        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[94]
4523    }
4524
4525    pub fn get_acc4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4526        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[95]
4527    }
4528
4529    pub fn set_acc4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4530        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[96]
4531    }
4532
4533    pub fn get_acc5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4534        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[97]
4535    }
4536
4537    pub fn set_acc5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4538        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[98]
4539    }
4540
4541    pub fn get_acc6_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4542        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[99]
4543    }
4544
4545    pub fn set_acc6_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4546        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[100]
4547    }
4548
4549    pub fn get_acc7_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4550        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[101]
4551    }
4552
4553    pub fn set_acc7_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4554        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[102]
4555    }
4556
4557    pub fn get_acc8_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4558        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[103]
4559    }
4560
4561    pub fn set_acc8_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4562        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[104]
4563    }
4564
4565    pub fn get_accessories_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4566        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[105]
4567    }
4568
4569    pub fn set_accessories_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4570        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[106]
4571    }
4572
4573    pub fn get_scale_all_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4574        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[107]
4575    }
4576
4577    pub fn set_scale_all_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4578        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[108]
4579    }
4580
4581    pub fn get_scale_head_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4582        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[109]
4583    }
4584
4585    pub fn set_scale_head_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4586        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[110]
4587    }
4588
4589    pub fn get_scale_neck_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4590        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[111]
4591    }
4592
4593    pub fn set_scale_neck_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4594        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[112]
4595    }
4596
4597    pub fn get_scale_torso_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4598        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[113]
4599    }
4600
4601    pub fn set_scale_torso_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4602        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[114]
4603    }
4604
4605    pub fn get_scale_shoulders_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4606        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[115]
4607    }
4608
4609    pub fn set_scale_shoulders_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4610        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[116]
4611    }
4612
4613    pub fn get_scale_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4614        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[117]
4615    }
4616
4617    pub fn set_scale_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4618        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[118]
4619    }
4620
4621    pub fn get_scale_hands_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4622        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[119]
4623    }
4624
4625    pub fn set_scale_hands_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4626        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[120]
4627    }
4628
4629    pub fn get_scale_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4630        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[121]
4631    }
4632
4633    pub fn set_scale_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4634        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[122]
4635    }
4636
4637    pub fn get_scale_feet_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4638        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[123]
4639    }
4640
4641    pub fn set_scale_feet_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4642        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[124]
4643    }
4644
4645    pub fn get_volume_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4646        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[125]
4647    }
4648
4649    pub fn set_volume_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4650        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[126]
4651    }
4652
4653    pub fn get_volume_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4654        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[127]
4655    }
4656
4657    pub fn set_volume_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4658        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[128]
4659    }
4660
4661    pub fn get_volume_bust_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4662        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[129]
4663    }
4664
4665    pub fn set_volume_bust_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4666        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[130]
4667    }
4668
4669    pub fn get_volume_abdomen_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4670        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[131]
4671    }
4672
4673    pub fn set_volume_abdomen_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4674        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[132]
4675    }
4676
4677    pub fn get_volume_torso_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4678        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[133]
4679    }
4680
4681    pub fn set_volume_torso_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4682        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[134]
4683    }
4684
4685    pub fn get_volume_scale_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4686        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[135]
4687    }
4688
4689    pub fn set_volume_scale_arms_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4690        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[136]
4691    }
4692
4693    pub fn get_volume_scale_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4694        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[137]
4695    }
4696
4697    pub fn set_volume_scale_legs_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4698        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[138]
4699    }
4700
4701    pub fn get_map_scale_all_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4702        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[139]
4703    }
4704
4705    pub fn set_map_scale_all_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4706        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[140]
4707    }
4708
4709    pub fn get_map_scale_head_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4710        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[141]
4711    }
4712
4713    pub fn set_map_scale_head_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4714        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[142]
4715    }
4716
4717    pub fn get_map_scale_wing_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4718        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[143]
4719    }
4720
4721    pub fn set_map_scale_wing_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4722        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[144]
4723    }
4724
4725    pub fn get_voice_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4726        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[145]
4727    }
4728
4729    pub fn set_voice_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4730        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[146]
4731    }
4732
4733    pub fn get_foot_step_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4734        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[147]
4735    }
4736
4737    pub fn set_foot_step_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4738        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[148]
4739    }
4740
4741    pub fn get_material_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4742        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[149]
4743    }
4744
4745    pub fn set_material_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4746        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[150]
4747    }
4748
4749    pub fn get_comment_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4750        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[151]
4751    }
4752
4753    pub fn set_comment_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4754        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[152]
4755    }
4756
4757    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4758        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[153]
4759    }
4760
4761    pub fn on_build_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4762        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[154]
4763    }
4764
4765    pub fn on_release_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4766        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[155]
4767    }
4768
4769    pub fn on_completed_end_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4770        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[156]
4771    }
4772
4773    pub fn get_condition_names_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4774        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[157]
4775    }
4776
4777    pub fn get_condition_hits_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4778        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[158]
4779    }
4780
4781    pub fn get_debug_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4782        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[159]
4783    }
4784
4785    pub fn has_color_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4786        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[160]
4787    }
4788
4789    pub fn cctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4790        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[161]
4791    }
4792}
4793
4794#[cfg(feature = "app-assettable")]
4795impl AssetTable {
4796    #[doc = "Direct (non-virtual) call to `AssetTable`'s own `OnBuild`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
4797    pub unsafe fn on_build(this: impl ::core::convert::Into<::unity::IlInstance>) -> () {
4798        let __mi = Self::on_build_method_info();
4799        let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__mi.method_ptr);
4800        __inner(this.into(), ::core::option::Option::None)
4801    }
4802
4803    #[doc = "Direct (non-virtual) call to `AssetTable`'s own `OnRelease`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
4804    pub unsafe fn on_release(this: impl ::core::convert::Into<::unity::IlInstance>) -> () {
4805        let __mi = Self::on_release_method_info();
4806        let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__mi.method_ptr);
4807        __inner(this.into(), ::core::option::Option::None)
4808    }
4809
4810    #[doc = "Direct (non-virtual) call to `AssetTable`'s own `OnCompletedEnd`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
4811    pub unsafe fn on_completed_end(this: impl ::core::convert::Into<::unity::IlInstance>) -> () {
4812        let __mi = Self::on_completed_end_method_info();
4813        let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__mi.method_ptr);
4814        __inner(this.into(), ::core::option::Option::None)
4815    }
4816
4817    #[doc = "Direct (non-virtual) call to `AssetTable`'s own `GetDebugName`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
4818    pub unsafe fn get_debug_name(this: impl ::core::convert::Into<::unity::IlInstance>) -> ::unity::Il2CppString {
4819        let __mi = Self::get_debug_name_method_info();
4820        let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> ::unity::Il2CppString = ::core::mem::transmute(__mi.method_ptr);
4821        __inner(this.into(), ::core::option::Option::None)
4822    }
4823}
4824
4825#[cfg(feature = "app-assettable")]
4826impl AssetTable {
4827    #[doc = "`.ctor()` — no args"]
4828    pub fn new() -> Self {
4829        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
4830            panic!(
4831                "{}
4832::{}
4833 failed to instantiate",
4834                ::core::stringify!(AssetTable),
4835                ::core::stringify!(new),
4836            )
4837        });
4838        <Self as IAssetTableMethods>::ctor(this);
4839        this
4840    }
4841}
4842
4843#[cfg(feature = "app-assettable")]
4844pub trait IAssetTable_AccessoryListMethods: IAssetTable_AccessoryList {
4845    #[doc = "`TryAdd(crate::app::assettable::AssetTable_Accessory)` overload"]
4846    fn try_add(self, accessory: impl ::core::convert::Into<crate::app::assettable::AssetTable_Accessory>) -> () {
4847        unsafe {
4848            let __receiver =
4849                <AssetTable_AccessoryList as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4850            ::unity::il2cpp_call!((::unity::module_base()+0x1baf640usize)as*mut u8,();
4851(AssetTable_AccessoryList)__receiver,(crate::app::assettable::AssetTable_Accessory)::core::convert::Into::into(accessory))
4852        }
4853    }
4854    #[doc = "`ToString()` overload"]
4855    fn to_string(self) -> ::unity::Il2CppString {
4856        unsafe {
4857            let __receiver =
4858                <AssetTable_AccessoryList as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4859            {
4860                let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
4861                let __vi = *__vt.get(3usize).unwrap_or_else(|| {
4862                    panic!(
4863                        "unity: virtual slot {}
4864 out of range (vtable len {}
4865) on the runtime class behind {}
4866 (method `{}
4867`)",
4868                        3usize,
4869                        __vt.len(),
4870                        <AssetTable_AccessoryList as ::unity::ClassIdentity>::NAME,
4871                        "ToString",
4872                    )
4873                });
4874                let __inner: extern "C" fn(AssetTable_AccessoryList, ::unity::OptionalMethod) -> ::unity::Il2CppString =
4875                    ::core::mem::transmute(__vi.method_ptr);
4876                let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
4877                __inner(__receiver, __mi)
4878            }
4879        }
4880    }
4881    #[doc = "`.ctor()` overload"]
4882    fn ctor(self) -> () {
4883        unsafe {
4884            let __receiver =
4885                <AssetTable_AccessoryList as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
4886            ::unity::il2cpp_call!((::unity::module_base()+0x1baf830usize)as*mut u8,();
4887(AssetTable_AccessoryList)__receiver)
4888        }
4889    }
4890}
4891
4892#[cfg(feature = "app-assettable")]
4893impl<__T: IAssetTable_AccessoryList> IAssetTable_AccessoryListMethods for __T {}
4894
4895#[cfg(feature = "app-assettable")]
4896impl AssetTable_AccessoryList {
4897    pub fn try_add_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4898        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
4899    }
4900
4901    pub fn to_string_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4902        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
4903    }
4904
4905    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4906        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
4907    }
4908}
4909
4910#[cfg(feature = "app-assettable")]
4911impl AssetTable_AccessoryList {
4912    #[doc = "Direct (non-virtual) call to `AssetTable_AccessoryList`'s own `ToString`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
4913    pub unsafe fn to_string(this: impl ::core::convert::Into<::unity::IlInstance>) -> ::unity::Il2CppString {
4914        let __mi = Self::to_string_method_info();
4915        let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> ::unity::Il2CppString = ::core::mem::transmute(__mi.method_ptr);
4916        __inner(this.into(), ::core::option::Option::None)
4917    }
4918}
4919
4920#[cfg(feature = "app-assettable")]
4921impl AssetTable_AccessoryList {
4922    #[doc = "`.ctor()` — no args"]
4923    pub fn new() -> Self {
4924        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
4925            panic!(
4926                "{}
4927::{}
4928 failed to instantiate",
4929                ::core::stringify!(AssetTable_AccessoryList),
4930                ::core::stringify!(new),
4931            )
4932        });
4933        <Self as IAssetTable_AccessoryListMethods>::ctor(this);
4934        this
4935    }
4936}
4937
4938#[cfg(feature = "app-assettable")]
4939impl AssetTable_Sound {
4940    #[doc = "`ToString()` overload"]
4941    pub fn to_string(&mut self) -> ::unity::Il2CppString {
4942        unsafe {
4943            ::unity::il2cpp_call!((::unity::module_base()+0x1bb84b0usize)as*mut u8, ::unity::Il2CppString;
4944(*mut AssetTable_Sound)self as*mut AssetTable_Sound)
4945        }
4946    }
4947}
4948
4949#[cfg(feature = "app-assettable")]
4950impl AssetTable_Sound {
4951    pub fn to_string_method_info() -> &'static ::unity::il2cpp::MethodInfo {
4952        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
4953    }
4954}
4955
4956#[cfg(feature = "app-assettable")]
4957#[doc(hidden)]
4958pub mod prelude {
4959    pub use super::{
4960        AssetTable, AssetTable_Accessory, AssetTable_AccessoryList, AssetTable_ConditionFlags, AssetTable_ConditionIndexes, AssetTable_Modes,
4961        AssetTable_Result, AssetTable_Sound, AssetTable_States, IAssetTable, IAssetTableMethods, IAssetTable_Accessory, IAssetTable_AccessoryList,
4962        IAssetTable_AccessoryListMethods, IAssetTable_AccessoryMethods, IAssetTable_ConditionFlags, IAssetTable_ConditionFlagsMethods,
4963        IAssetTable_ConditionIndexes, IAssetTable_ConditionIndexesMethods, IAssetTable_Result, IAssetTable_ResultMethods,
4964    };
4965    #[cfg(feature = "app-structbase")]
4966    pub use crate::app::structbase::IStructBaseMethods;
4967    #[cfg(feature = "app-structdata_1")]
4968    pub use crate::app::structdata_1::IStructData_1Methods;
4969    #[cfg(feature = "app-structtemplate_1")]
4970    pub use crate::app::structtemplate_1::IStructTemplate_1Methods;
4971    #[cfg(feature = "system-collections-generic-list_1")]
4972    pub use crate::system::collections::generic::list_1::IList_1Methods;
4973    #[cfg(feature = "system-object")]
4974    pub use crate::system::object::IObjectMethods;
4975    #[cfg(feature = "system-enum")]
4976    pub use crate::system::r#enum::IEnumMethods;
4977    #[cfg(feature = "system-valuetype")]
4978    pub use crate::system::valuetype::IValueTypeMethods;
4979    pub use crate::{
4980        app::{structbase::IStructBase, structdata_1::IStructData_1, structtemplate_1::IStructTemplate_1},
4981        system::{collections::generic::list_1::IList_1, object::IObject, r#enum::IEnum, valuetype::IValueType},
4982    };
4983}