fix name eroor
This commit is contained in:
@@ -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_AppointmentAward.BP_STRUCT_AppointmentAward
|
||||
// 0x0010
|
||||
struct FBP_STRUCT_AppointmentAward
|
||||
{
|
||||
int ItemID_0_7D0A83C07AC839F30B41DE270F6B5AB4; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
int AwardStatus_1_4E1F598056E82E1035028F540F444CF3; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
int ExpireTime_2_18EFDBC0146590F33106DD0B0BE40295; // 0x0008(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
int ItemCount_3_0AB122C0758EDBE174EB197305B09EE4; // 0x000C(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user