25 lines
1002 B
C++
Executable File
25 lines
1002 B
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:46 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_MasterPrivilegeGiftItem.BP_STRUCT_MasterPrivilegeGiftItem
|
|
// 0x0014
|
|
struct FBP_STRUCT_MasterPrivilegeGiftItem
|
|
{
|
|
struct FString LimitTimeStr_0_E97202FD4574A053CD1647B3922C3BE9; // 0x0000(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
int Count_1_45D6D02B4A4FFA7D221C7B9E8F4EC6B2; // 0x000C(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int ResId_2_CC4614C2498D2995EA3FE6AF594F5299; // 0x0010(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|