24 lines
800 B
C++
Executable File
24 lines
800 B
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:47 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_MasterPrivilegeDescItem.BP_STRUCT_MasterPrivilegeDescItem
|
|
// 0x0018
|
|
struct FBP_STRUCT_MasterPrivilegeDescItem
|
|
{
|
|
struct FString iconUrl_0_B55443FA43D55D7155D8579A2B2B71A2; // 0x0000(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
struct FString iconDesc_1_BAF430B4422F20D1FF90A6A2F6D40D20; // 0x000C(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
};
|
|
|
|
}
|
|
|