mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 05:10:02 +08:00
Reorganize schema system structures into separate files
This commit is contained in:
11
src/source2/schema_system/schema_base_class_info_data.rs
Normal file
11
src/source2/schema_system/schema_base_class_info_data.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use memflow::prelude::v1::*;
|
||||
|
||||
use super::SchemaClassInfoData;
|
||||
|
||||
#[derive(Pod)]
|
||||
#[repr(C)]
|
||||
pub struct SchemaBaseClassInfoData {
|
||||
pub offset: u32, // 0x0000
|
||||
pad_0004: [u8; 4], // 0x0004
|
||||
pub prev: Pointer64<SchemaClassInfoData>, // 0x0008
|
||||
}
|
Reference in New Issue
Block a user