25 lines
1015 B
C++
Executable File
25 lines
1015 B
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:44 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_ComeBack_AwardItemData.BP_STRUCT_ComeBack_AwardItemData
|
|
// 0x000C
|
|
struct FBP_STRUCT_ComeBack_AwardItemData
|
|
{
|
|
int resID_0_39BB86002326FD627093510A006D7E94; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int count_1_33983A802FAC7A0671A344F0007DD314; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int time_2_55FCFC00294771C24036A0BA0406F5A5; // 0x0008(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|