mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-11-05 17:40:03 +08:00
Update code
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
use memflow::prelude::v1::*;
|
||||
|
||||
use super::SchemaClassInfoData;
|
||||
|
||||
#[repr(C)]
|
||||
pub struct SchemaBaseClassInfoData {
|
||||
pub offset: u32,
|
||||
pub prev: Pointer64<SchemaClassInfoData>,
|
||||
}
|
||||
|
||||
unsafe impl Pod for SchemaBaseClassInfoData {}
|
||||
Reference in New Issue
Block a user