From 416a0e1e6595c2e80ce892fbbc215b6be998a27a Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 21 Jan 2026 19:13:11 -0500 Subject: [PATCH] fix: offset comment --- src/source2/schema_system/schema_system_type_scope.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source2/schema_system/schema_system_type_scope.rs b/src/source2/schema_system/schema_system_type_scope.rs index bf52c484..1fac942d 100644 --- a/src/source2/schema_system/schema_system_type_scope.rs +++ b/src/source2/schema_system/schema_system_type_scope.rs @@ -14,5 +14,5 @@ pub struct SchemaSystemTypeScope { pub global_scope: Pointer64, // 0x0108 pad_0110: [u8; 0x430], // 0x0110 pub class_bindings: UtlTsHash, // 0x0540 - pub enum_bindings: UtlTsHash, // 0x1D90 + pub enum_bindings: UtlTsHash, // 0x1DD0 }