Skip to content

Commit a69670f

Browse files
committed
fix
1 parent b3403da commit a69670f

841 files changed

Lines changed: 480455 additions & 480188 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/generated/app/accessorydata.rs

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,7 @@ mod __types {
1212
use crate::system::valuetype::{IValueType, ValueType};
1313
use ::unity2::prelude::*;
1414

15-
# [doc = include_str ! (concat ! (env ! ("CARGO_MANIFEST_DIR") , "/" , "docs/app/accessorydata/AccessoryData.md"))]
16-
#[::unity2::class(namespace = "App", name = "AccessoryData")]
17-
# [parent (crate :: app :: structdata_1 :: StructData_1 < crate :: app :: accessorydata :: AccessoryData >)]
18-
pub struct AccessoryData {
19-
#[rename(name = "FlagName")]
20-
pub flag_name: ::unity2::Il2CppString,
21-
}
22-
23-
#[doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/", "docs/app/accessorydata/AccessoryData_Kinds.md"))]
15+
#[doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/", "docs/app/accessorydata/AccessoryData_Masks.md"))]
2416
#[repr(C)]
2517
#[derive(
2618
::core::clone::Clone,
@@ -29,14 +21,14 @@ mod __types {
2921
::core::cmp::PartialEq,
3022
::core::cmp::Eq,
3123
)]
32-
pub struct AccessoryData_Kinds {
24+
pub struct AccessoryData_Masks {
3325
pub value: i32,
3426
}
3527

36-
impl ::unity2::ClassIdentity for AccessoryData_Kinds {
28+
impl ::unity2::ClassIdentity for AccessoryData_Masks {
3729
const NAMESPACE: &'static str = "App";
3830

39-
const NAME: &'static str = "AccessoryData.Kinds";
31+
const NAME: &'static str = "AccessoryData.Masks";
4032

4133
fn class() -> ::unity2::Class {
4234
static CACHE: ::std::sync::OnceLock<::unity2::Class> = ::std::sync::OnceLock::new();
@@ -45,7 +37,7 @@ mod __types {
4537
}
4638
}
4739

48-
impl ::unity2::IlType for AccessoryData_Kinds {
40+
impl ::unity2::IlType for AccessoryData_Masks {
4941
fn il_type() -> &'static ::unity2::il2cpp::Il2CppType {
5042
&<Self as ::unity2::ClassIdentity>::class()
5143
.raw()
@@ -54,29 +46,33 @@ mod __types {
5446
}
5547
}
5648

57-
impl AccessoryData_Kinds {
49+
impl AccessoryData_Masks {
5850
pub fn body() -> Self {
59-
Self { value: 0 }
51+
Self { value: 1 }
6052
}
6153

6254
pub fn head() -> Self {
63-
Self { value: 1 }
55+
Self { value: 2 }
6456
}
6557

6658
pub fn face() -> Self {
67-
Self { value: 2 }
59+
Self { value: 4 }
6860
}
6961

7062
pub fn back() -> Self {
71-
Self { value: 3 }
63+
Self { value: 8 }
7264
}
65+
}
7366

74-
pub fn num() -> Self {
75-
Self { value: 4 }
76-
}
67+
# [doc = include_str ! (concat ! (env ! ("CARGO_MANIFEST_DIR") , "/" , "docs/app/accessorydata/AccessoryData.md"))]
68+
#[::unity2::class(namespace = "App", name = "AccessoryData")]
69+
# [parent (crate :: app :: structdata_1 :: StructData_1 < crate :: app :: accessorydata :: AccessoryData >)]
70+
pub struct AccessoryData {
71+
#[rename(name = "FlagName")]
72+
pub flag_name: ::unity2::Il2CppString,
7773
}
7874

79-
#[doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/", "docs/app/accessorydata/AccessoryData_Masks.md"))]
75+
#[doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/", "docs/app/accessorydata/AccessoryData_Kinds.md"))]
8076
#[repr(C)]
8177
#[derive(
8278
::core::clone::Clone,
@@ -85,14 +81,14 @@ mod __types {
8581
::core::cmp::PartialEq,
8682
::core::cmp::Eq,
8783
)]
88-
pub struct AccessoryData_Masks {
84+
pub struct AccessoryData_Kinds {
8985
pub value: i32,
9086
}
9187

92-
impl ::unity2::ClassIdentity for AccessoryData_Masks {
88+
impl ::unity2::ClassIdentity for AccessoryData_Kinds {
9389
const NAMESPACE: &'static str = "App";
9490

95-
const NAME: &'static str = "AccessoryData.Masks";
91+
const NAME: &'static str = "AccessoryData.Kinds";
9692

9793
fn class() -> ::unity2::Class {
9894
static CACHE: ::std::sync::OnceLock<::unity2::Class> = ::std::sync::OnceLock::new();
@@ -101,7 +97,7 @@ mod __types {
10197
}
10298
}
10399

104-
impl ::unity2::IlType for AccessoryData_Masks {
100+
impl ::unity2::IlType for AccessoryData_Kinds {
105101
fn il_type() -> &'static ::unity2::il2cpp::Il2CppType {
106102
&<Self as ::unity2::ClassIdentity>::class()
107103
.raw()
@@ -110,21 +106,25 @@ mod __types {
110106
}
111107
}
112108

113-
impl AccessoryData_Masks {
109+
impl AccessoryData_Kinds {
114110
pub fn body() -> Self {
115-
Self { value: 1 }
111+
Self { value: 0 }
116112
}
117113

118114
pub fn head() -> Self {
119-
Self { value: 2 }
115+
Self { value: 1 }
120116
}
121117

122118
pub fn face() -> Self {
123-
Self { value: 4 }
119+
Self { value: 2 }
124120
}
125121

126122
pub fn back() -> Self {
127-
Self { value: 8 }
123+
Self { value: 3 }
124+
}
125+
126+
pub fn num() -> Self {
127+
Self { value: 4 }
128128
}
129129
}
130130
}

0 commit comments

Comments
 (0)