mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-18 05:19:58 +08:00
Update code
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
use memflow::prelude::v1::*;
|
||||
|
||||
use super::SchemaType;
|
||||
|
||||
#[repr(C)]
|
||||
pub struct SchemaStaticFieldData {
|
||||
pub name: Pointer64<ReprCString>,
|
||||
pub type_: Pointer64<SchemaType>,
|
||||
pub instance: Address,
|
||||
pad_0018: [u8; 0x10],
|
||||
}
|
||||
|
||||
unsafe impl Pod for SchemaStaticFieldData {}
|
||||
Reference in New Issue
Block a user