Inheritance fix

This commit is contained in:
2026-02-01 20:36:11 +01:00
parent 9f38fc8f48
commit e60f62c340

View File

@@ -30520,7 +30520,7 @@ DUMPER7_ASSERTS_AGameSession;
// Class Engine.GameUserSettings // Class Engine.GameUserSettings
// 0x0120 (0x0148 - 0x0028) // 0x0120 (0x0148 - 0x0028)
class UGameUserSettings final : public UObject class UGameUserSettings : public UObject
{ {
public: public:
bool bUseVSync; // 0x0028(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool bUseVSync; // 0x0028(0x0001)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)