Game update (14009)

This commit is contained in:
a2x
2024-05-24 09:12:27 +10:00
parent 84f5a7320b
commit 23b77e0347
67 changed files with 726 additions and 726 deletions

View File

@@ -9,7 +9,7 @@ use crate::source2::UtlVector;
pub struct SchemaSystem {
pad_0000: [u8; 0x190], // 0x0000
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0190
pad_01a0: [u8; 0x120], // 0x01A0
pub num_registrations: u32, // 0x02C0
pad_02c4: [u8; 0xAC], // 0x02C4
pad_01a0: [u8; 0x118], // 0x01A0
pub num_registrations: u32, // 0x02B8
pad_02bc: [u8; 0xAC], // 0x02BC
}