Game update (14090)

This commit is contained in:
a2x
2025-07-29 18:11:56 +10:00
parent 778d3f2e4b
commit 7f60c80c21
93 changed files with 81586 additions and 66642 deletions

View File

@@ -4,12 +4,12 @@ use super::SchemaSystemTypeScope;
use crate::source2::UtlVector;
#[derive(Pod)]
#[repr(C)]
pub struct SchemaSystem {
pad_0000: [u8; 0x188], // 0x0000
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0188
pad_0198: [u8; 0x120], // 0x0198
pub num_registrations: i32, // 0x02B8
pad_02bc: [u8; 0xAC], // 0x02BC
pad_0198: [u8; 0xE0], // 0x0198
pub num_registrations: i32, // 0x0278
}
unsafe impl Pod for SchemaSystem {}