mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game Update (14095)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-08-01 22:47:35.099029800 UTC
|
||||
// 2025-08-14 21:08:30.051873234 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace cs2_dumper {
|
||||
REFERENCE_PASSTHROUGH = 0xC
|
||||
};
|
||||
// Alignment: 4
|
||||
// Member count: 16
|
||||
// Member count: 17
|
||||
enum class EStyleNodeType : uint32_t {
|
||||
ROOT = 0x0,
|
||||
EXPRESSION = 0x1,
|
||||
@@ -46,7 +46,8 @@ namespace cs2_dumper {
|
||||
REFERENCE_CONTENT = 0xC,
|
||||
REFERENCE_COMPILED = 0xD,
|
||||
REFERENCE_PASSTHROUGH = 0xE,
|
||||
COMPILER_CONDITIONAL = 0xF
|
||||
REFERENCE_PANEL = 0xF,
|
||||
COMPILER_CONDITIONAL = 0x10
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user