Rename some schema struct fields

This commit is contained in:
a2x
2024-06-18 12:41:12 +10:00
parent ab0ab534a1
commit 3590d4412c
8 changed files with 44 additions and 41 deletions

View File

@@ -10,6 +10,6 @@ pub struct SchemaSystem {
pad_0000: [u8; 0x188], // 0x0000
pub type_scopes: UtlVector<Pointer64<SchemaSystemTypeScope>>, // 0x0188
pad_0198: [u8; 0x120], // 0x0198
pub num_registrations: u32, // 0x02B8
pub num_registrations: i32, // 0x02B8
pad_02bc: [u8; 0xAC], // 0x02BC
}