mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13936
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user