Update code

This commit is contained in:
a2x
2024-04-16 12:32:14 +10:00
parent 6406f88e0b
commit 45b7574975
157 changed files with 73646 additions and 117625 deletions

20
output/libhost.so.cs Normal file
View File

@@ -0,0 +1,20 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-16 02:29:53.956513739 UTC
namespace CS2Dumper.Schemas {
// Module: libhost.so
// Classes count: 2
// Enums count: 0
public static class LibhostSo {
// Parent: CAnimScriptBase
// Fields count: 1
public static class EmptyTestScript {
public const nint m_hTest = 0x10; // CAnimScriptParam<float32>
}
// Parent: None
// Fields count: 1
public static class CAnimScriptBase {
public const nint m_bIsValid = 0x8; // bool
}
}
}