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