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
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user