mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
30 lines
1.3 KiB
C++
30 lines
1.3 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// ENUMS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// STRUCTS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// UserDefinedStruct FPassiveSkillCollectItemLotteryData.FPassiveSkillCollectItemLotteryData
|
|
struct FFPassiveSkillCollectItemLotteryData
|
|
{
|
|
public:
|
|
struct FPalDataTableRowName_ItemData ItemName_8_CCCAF9734028CBCB1128F581A807E03D; // 0x0(0x8)(Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash)
|
|
int32 Num_5_C1A7466C4A786389B583A880FA47DA9C; // 0x8(0x4)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 Rate_7_919E446648F253D9B9351FAD51539CB8; // 0xC(0x4)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
|
|
|