Game Update (14095)

This commit is contained in:
pondiniii
2025-08-14 23:34:36 +02:00
parent 174d04851f
commit 66b99ba30c
79 changed files with 6429 additions and 5699 deletions

View File

@@ -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
};
}
}