Files
cs2-dumper/output/networksystem_dll.rs
2026-01-21 19:10:48 -05:00

24 lines
666 B
Rust

// Generated using https://github.com/a2x/cs2-dumper
// 2026-01-22 00:10:23.980960800 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: networksystem.dll
// Class count: 0
// Enum count: 1
pub mod networksystem_dll {
// Alignment: 4
// Member count: 4
#[repr(u32)]
pub enum OutOfPVSUpdates_t {
OOPVSUpdates_OptOut = 0x0,
OOPVSUpdates_OptIn = 0x1,
OOPVSUpdates_Default = 0x2,
OOPVSUpdates_Count = 0x3
}
}
}
}