mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
28 lines
899 B
C++
28 lines
899 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x118 (0x140 - 0x28)
|
|
// Class SignificanceManager.SignificanceManager
|
|
class USignificanceManager : public UObject
|
|
{
|
|
public:
|
|
uint8 Pad_15C6[0xF8]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FSoftClassPath SignificanceManagerClassName; // 0x120(0x20)(Edit, ZeroConstructor, Config, GlobalConfig, NoClear, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|
|
|
static class UClass* StaticClass();
|
|
static class USignificanceManager* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|