Add files via upload

This commit is contained in:
Leilani A.
2025-04-01 22:42:14 -03:00
committed by GitHub
parent ba1578b1d0
commit 6e8bdf6c56
81 changed files with 168657 additions and 0 deletions

47
output/panorama_dll.cs Normal file
View File

@@ -0,0 +1,47 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-04-02 01:38:06.172164600 UTC
namespace CS2Dumper.Schemas {
// Module: panorama.dll
// Class count: 0
// Enum count: 2
public static class PanoramaDll {
// Alignment: 4
// Member count: 13
public enum ELayoutNodeType : uint {
ROOT = 0x0,
STYLES = 0x1,
SCRIPT_BODY = 0x2,
SCRIPTS = 0x3,
SNIPPETS = 0x4,
INCLUDE = 0x5,
SNIPPET = 0x6,
PANEL = 0x7,
PANEL_ATTRIBUTE = 0x8,
PANEL_ATTRIBUTE_VALUE = 0x9,
REFERENCE_CONTENT = 0xA,
REFERENCE_COMPILED = 0xB,
REFERENCE_PASSTHROUGH = 0xC
}
// Alignment: 4
// Member count: 16
public enum EStyleNodeType : uint {
ROOT = 0x0,
EXPRESSION = 0x1,
PROPERTY = 0x2,
DEFINE = 0x3,
IMPORT = 0x4,
KEYFRAMES = 0x5,
KEYFRAME_SELECTOR = 0x6,
STYLE_SELECTOR = 0x7,
WHITESPACE = 0x8,
EXPRESSION_TEXT = 0x9,
EXPRESSION_URL = 0xA,
EXPRESSION_CONCAT = 0xB,
REFERENCE_CONTENT = 0xC,
REFERENCE_COMPILED = 0xD,
REFERENCE_PASSTHROUGH = 0xE,
COMPILER_CONDITIONAL = 0xF
}
}
}