mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-12 16:05:36 +08:00
10 lines
234 B
Rust
10 lines
234 B
Rust
/*
|
|
* Created using https://github.com/a2x/cs2-dumper
|
|
* Fri, 23 Feb 2024 13:31:34 +0000
|
|
*/
|
|
|
|
#![allow(non_snake_case, non_upper_case_globals)]
|
|
|
|
pub mod ChangeAccessorFieldPathIndex_t {
|
|
pub const m_Value: usize = 0x0; // int16_t
|
|
} |