24 lines
813 B
C++
Executable File
24 lines
813 B
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:49 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_ShareExcitingPartyInfo.BP_STRUCT_ShareExcitingPartyInfo
|
|
// 0x0010
|
|
struct FBP_STRUCT_ShareExcitingPartyInfo
|
|
{
|
|
struct FString shareNum_0_0595EC1D4258667D7709C2B4E345D1D3; // 0x0000(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
int shareIndex_1_2D546CD64618B32CE81516BBF53E81EE; // 0x000C(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|