Files
cs2-dumper/output/host_dll.cs
a2x e709e1e524 0.1.3
* Bug fixes
2026-01-26 07:18:17 +10:00

21 lines
573 B
C#

// Generated using https://github.com/a2x/cs2-dumper
// 2026-01-25 21:11:42.105397500 UTC
namespace CS2Dumper.Schemas {
// Module: host.dll
// Class count: 2
// Enum count: 0
public static class HostDll {
// Parent: None
// Field count: 1
public static class EmptyTestScript {
public const nint m_hTest = 0x10; // CAnimScriptParam<float32>
}
// Parent: None
// Field count: 1
public static class CAnimScriptBase {
public const nint m_bIsValid = 0x8; // bool
}
}
}