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