fix: offset comment

This commit is contained in:
Liam
2026-01-21 19:13:11 -05:00
parent f9da77d9d4
commit 416a0e1e65

View File

@@ -14,5 +14,5 @@ pub struct SchemaSystemTypeScope {
pub global_scope: Pointer64<SchemaSystemTypeScope>, // 0x0108 pub global_scope: Pointer64<SchemaSystemTypeScope>, // 0x0108
pad_0110: [u8; 0x430], // 0x0110 pad_0110: [u8; 0x430], // 0x0110
pub class_bindings: UtlTsHash<SchemaClassBinding>, // 0x0540 pub class_bindings: UtlTsHash<SchemaClassBinding>, // 0x0540
pub enum_bindings: UtlTsHash<SchemaEnumBinding>, // 0x1D90 pub enum_bindings: UtlTsHash<SchemaEnumBinding>, // 0x1DD0
} }