mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-03-27 12:57:24 +08:00
Push generated zig files
This commit is contained in:
25
output/networksystem_dll.zig
Normal file
25
output/networksystem_dll.zig
Normal file
@@ -0,0 +1,25 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2026-03-16 07:21:21.899821400 UTC
|
||||
|
||||
pub const cs2_dumper = struct {
|
||||
pub const schemas = struct {
|
||||
// Module: networksystem.dll
|
||||
// Class count: 1
|
||||
// Enum count: 1
|
||||
pub const networksystem_dll = struct {
|
||||
// Alignment: 4
|
||||
// Member count: 4
|
||||
pub const OutOfPVSUpdates_t = enum(u32) {
|
||||
OOPVSUpdates_OptOut = 0x0,
|
||||
OOPVSUpdates_OptIn = 0x1,
|
||||
OOPVSUpdates_Default = 0x2,
|
||||
OOPVSUpdates_Count = 0x3
|
||||
};
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
pub const ChangeAccessorFieldPathIndex_t = struct {
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user