25 lines
1000 B
C++
Executable File
25 lines
1000 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_CorpsTaskDropItem.BP_STRUCT_CorpsTaskDropItem
|
|
// 0x000C
|
|
struct FBP_STRUCT_CorpsTaskDropItem
|
|
{
|
|
int DropItemID_0_FBAD76354907E53DE83504AF7D69AC29; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int DropItemSort_1_78370EAD4FA9BBDE260BDC98D2DE4170; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int DropItemNum_2_34BC96F747658519A6B83B98E168D3B5; // 0x0008(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|