Game update (14014)

This commit is contained in:
a2x
2024-06-13 22:51:05 +10:00
parent 32be3bec25
commit 57fa5bc03b
100 changed files with 65586 additions and 10018 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-29 23:05:53.220233445 UTC
// 2024-06-13 12:45:29.262540675 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
@@ -28,7 +28,7 @@ pub mod cs2_dumper {
REFERENCE_PASSTHROUGH = 0xC
}
// Alignment: 4
// Members count: 15
// Members count: 16
#[repr(u32)]
pub enum EStyleNodeType {
ROOT = 0x0,
@@ -45,7 +45,8 @@ pub mod cs2_dumper {
EXPRESSION_CONCAT = 0xB,
REFERENCE_CONTENT = 0xC,
REFERENCE_COMPILED = 0xD,
REFERENCE_PASSTHROUGH = 0xE
REFERENCE_PASSTHROUGH = 0xE,
COMPILER_CONDITIONAL = 0xF
}
}
}