📦 Game Update 13936

This commit is contained in:
a2x
2023-09-09 12:07:27 +10:00
parent b6b8ee2fde
commit 28e23da953
31 changed files with 578 additions and 2345 deletions

View File

@@ -1,25 +1,22 @@
#[allow(non_snake_case, non_upper_case_globals)]
#![allow(non_snake_case, non_upper_case_globals)]
pub mod CExampleSchemaVData_Monomorphic {
pub const m_nExample1: usize = 0x0;
pub const m_nExample2: usize = 0x4;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CExampleSchemaVData_PolymorphicBase {
pub const m_nBase: usize = 0x8;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CExampleSchemaVData_PolymorphicDerivedA {
pub const m_nDerivedA: usize = 0x10;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CExampleSchemaVData_PolymorphicDerivedB {
pub const m_nDerivedB: usize = 0x10;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CSchemaSystemInternalRegistration {
pub const m_Vector2D: usize = 0x0;
pub const m_Vector: usize = 0x8;
@@ -45,7 +42,6 @@ pub mod CSchemaSystemInternalRegistration {
pub const m_KV3: usize = 0x170;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod ResourceId_t {
pub const m_Value: usize = 0x0;
}