26 lines
1.2 KiB
C++
Executable File
26 lines
1.2 KiB
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:45 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_EXCITINGTOUR_AWARD.BP_STRUCT_EXCITINGTOUR_AWARD
|
|
// 0x0010
|
|
struct FBP_STRUCT_EXCITINGTOUR_AWARD
|
|
{
|
|
int count_0_4A55C4405A43C18F3A0E4EA8094DFAF4; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int itemId_1_0C54110054578FCC79904AB00553AB64; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int status_2_380023004515D4A66B8CED0E05F3A153; // 0x0008(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int score_3_01F64100443805B63B748462095C1425; // 0x000C(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|