26 lines
1.1 KiB
C++
Executable File
26 lines
1.1 KiB
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_Promotion_Friend_Info.BP_STRUCT_Promotion_Friend_Info
|
|
// 0x0028
|
|
struct FBP_STRUCT_Promotion_Friend_Info
|
|
{
|
|
int inviteStatus_0_6C6FAE6F4B6B79001E76C1B9BB408BFE; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
struct FString nickName_1_858922934482602207899BABECA2C87C; // 0x0004(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
struct FString headUrl_2_C8E5486D41FE974E72CB9588EA05E687; // 0x0010(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
struct FString openID_3_E7605A4A43E998949D7D068321039AF5; // 0x001C(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
};
|
|
|
|
}
|
|
|