mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-28 09:20:02 +08:00
31 lines
773 B
Rust
31 lines
773 B
Rust
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2025-10-16 04:15:22.003365600 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: 1
|
|
// Enum count: 15
|
|
pub mod networksystem_dll {
|
|
// Alignment: 1
|
|
// Member count: 0
|
|
#[repr(u8)]
|
|
pub enum CParticleBindingRealPulse {
|
|
|
|
}
|
|
// Alignment: 1
|
|
// Member count: 0
|
|
#[repr(u8)]
|
|
pub enum CParticleCollectionBindingInstance {
|
|
|
|
}
|
|
// Parent: None
|
|
// Field count: 0
|
|
pub mod OutOfPVSUpdates_t {
|
|
}
|
|
}
|
|
}
|
|
}
|