* Bug fixes
This commit is contained in:
a2x
2026-01-26 07:18:17 +10:00
parent a03f9725e9
commit e709e1e524
110 changed files with 80569 additions and 1020 deletions

View File

@@ -1,9 +1,9 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2026-01-24 02:38:39.726673900 UTC
// 2026-01-25 21:11:42.105397500 UTC
namespace CS2Dumper.Schemas {
// Module: networksystem.dll
// Class count: 0
// Class count: 1
// Enum count: 1
public static class NetworksystemDll {
// Alignment: 4
@@ -14,5 +14,10 @@ namespace CS2Dumper.Schemas {
OOPVSUpdates_Default = 0x2,
OOPVSUpdates_Count = 0x3
}
// Parent: None
// Field count: 1
public static class ChangeAccessorFieldPathIndex_t {
public const nint m_Value = 0x0; // int32
}
}
}