Add files via upload

This commit is contained in:
Leilani A.
2025-02-27 21:50:17 -03:00
committed by GitHub
parent 431f554749
commit fe44146d54
81 changed files with 169313 additions and 0 deletions

20
output/host_dll.cs Normal file
View File

@@ -0,0 +1,20 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-02-28 00:46:50.110041 UTC
namespace CS2Dumper.Schemas {
// Module: host.dll
// Class count: 2
// Enum count: 0
public static class HostDll {
// Parent: CAnimScriptBase
// 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
}
}
}