26 lines
1.1 KiB
C++
Executable File
26 lines
1.1 KiB
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_TaskDropItem.BP_STRUCT_TaskDropItem
|
|
// 0x0010
|
|
struct FBP_STRUCT_TaskDropItem
|
|
{
|
|
int DropItemTime_0_C43DE2B848AAE9E124EE25B9DE6F8E72; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int DropItemNum_1_63D6C5ED4819300C77B8458F56F604DD; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int DropItemID_2_5B6C10C5437C846BDDDB4484FED50C42; // 0x0008(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int DropItemSort_3_A904D12E425180D24EAA94BDC23C0C06; // 0x000C(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|