From e60f62c3408c3426a1af24a06e2d84e456b9487b Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sun, 1 Feb 2026 20:36:11 +0100 Subject: [PATCH] Inheritance fix --- SilentHill2Remake/SDK/Engine_classes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SilentHill2Remake/SDK/Engine_classes.hpp b/SilentHill2Remake/SDK/Engine_classes.hpp index bc096e5..b6fa420 100644 --- a/SilentHill2Remake/SDK/Engine_classes.hpp +++ b/SilentHill2Remake/SDK/Engine_classes.hpp @@ -30520,7 +30520,7 @@ DUMPER7_ASSERTS_AGameSession; // Class Engine.GameUserSettings // 0x0120 (0x0148 - 0x0028) -class UGameUserSettings final : public UObject +class UGameUserSettings : public UObject { public: bool bUseVSync; // 0x0028(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)