cs2-dumper/output/host_dll.cs

21 lines
584 B
C#
Raw Normal View History

// Generated using https://github.com/a2x/cs2-dumper
2024-09-04 07:42:09 +08:00
// 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas {
// Module: host.dll
2024-08-09 15:38:14 +08:00
// Class count: 2
// Enum count: 0
public static class HostDll {
// Parent: CAnimScriptBase
// Field count: 1
public static class EmptyTestScript {
2024-08-09 15:38:14 +08:00
public const nint m_hTest = 0x10; // CAnimScriptParam<float32>
}
// Parent: None
// Field count: 1
public static class CAnimScriptBase {
2024-08-09 15:38:14 +08:00
public const nint m_bIsValid = 0x8; // bool
}
}
}