Fix for latest game update

This commit is contained in:
a2x
2024-05-24 11:30:54 +10:00
parent dd7299729a
commit 3f6c894097
76 changed files with 31851 additions and 24923 deletions

View File

@@ -7,9 +7,9 @@ use crate::source2::UtlVector;
#[derive(Pod)]
#[repr(C)]
pub struct SchemaSystem {
pad_0000: [u8; 0x190], // 0x0000
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0190
pad_01a0: [u8; 0x118], // 0x01A0
pad_0000: [u8; 0x188], // 0x0000
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0188
pad_0198: [u8; 0x120], // 0x0198
pub num_registrations: u32, // 0x02B8
pad_02bc: [u8; 0xAC], // 0x02BC
}