mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
27 lines
863 B
C++
27 lines
863 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x1 (0x41 - 0x40)
|
|
// BlueprintGeneratedClass BP_PalUIDIspatchParameter_PalShop.BP_PalUIDIspatchParameter_PalShop_C
|
|
class UBP_PalUIDIspatchParameter_PalShop_C : public UPalHUDDispatchParameter_PalShop
|
|
{
|
|
public:
|
|
enum class E_PalItemShopTabType OpenTabType; // 0x40(0x1)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
static class UClass* StaticClass();
|
|
static class UBP_PalUIDIspatchParameter_PalShop_C* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|