第一次上传
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#pragma once
|
||||
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:47 2025
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Script Structs
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// UserDefinedStruct BP_STRUCT_Exciting_Party_Award_Info.BP_STRUCT_Exciting_Party_Award_Info
|
||||
// 0x000C
|
||||
struct FBP_STRUCT_Exciting_Party_Award_Info
|
||||
{
|
||||
int expireTime_0_589A685444C0A71AC127D9A5D494801B; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
int count_1_6424CE534FEBBC1D8F7CCF945EAAD5E2; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
int itemId_2_3DC8D6F342CE8A1B9015F5AD8581FB6B; // 0x0008(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user