PalWorld-NetCrack/SDK/Rejoin_classes.hpp
2024-01-22 14:43:11 +08:00

30 lines
1.2 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x160 (0x188 - 0x28)
// Class Rejoin.RejoinCheck
class URejoinCheck : public UObject
{
public:
enum class ERejoinStatus LastKnownStatus; // 0x28(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
bool bRejoinAfterCheck; // 0x29(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
bool bAttemptingRejoin; // 0x2A(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_F2A[0x15D]; // Fixing Size Of Struct [ Dumper-7 ]
static class UClass* StaticClass();
static class URejoinCheck* GetDefaultObj();
};
}