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
namespace CS2Dumper.Schemas {
// Module: panorama.dll
@@ -24,7 +24,7 @@ namespace CS2Dumper.Schemas {
REFERENCE_PASSTHROUGH = 0xC
}
// Alignment: 4
// Member count: 16
// Member count: 17
public enum EStyleNodeType : uint {
ROOT = 0x0,
EXPRESSION = 0x1,
@@ -41,7 +41,8 @@ namespace CS2Dumper.Schemas {
REFERENCE_CONTENT = 0xC,
REFERENCE_COMPILED = 0xD,
REFERENCE_PASSTHROUGH = 0xE,
COMPILER_CONDITIONAL = 0xF
REFERENCE_PANEL = 0xF,
COMPILER_CONDITIONAL = 0x10
}
}
}