cs2-dumper/output/host_dll.cs

21 lines
584 B
C#
Raw Permalink Normal View History

// Generated using https://github.com/a2x/cs2-dumper
2024-09-10 07:58:47 +08:00
// 2024-09-09 23:55:40.648124500 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
}
}
}