mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-03-27 12:57:24 +08:00
23 lines
675 B
Zig
23 lines
675 B
Zig
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2026-03-16 07:21:21.899821400 UTC
|
|
|
|
pub const cs2_dumper = struct {
|
|
pub const schemas = struct {
|
|
// Module: host.dll
|
|
// Class count: 2
|
|
// Enum count: 0
|
|
pub const host_dll = struct {
|
|
// Parent: None
|
|
// Field count: 1
|
|
pub const EmptyTestScript = struct {
|
|
pub const m_hTest: usize = 0x10; // CAnimScriptParam<float32>
|
|
};
|
|
// Parent: None
|
|
// Field count: 1
|
|
pub const CAnimScriptBase = struct {
|
|
pub const m_bIsValid: usize = 0x8; // bool
|
|
};
|
|
};
|
|
};
|
|
};
|