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:50 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_ActivtyNoticeBtn_Select.BP_STRUCT_ActivtyNoticeBtn_Select
|
|
// 0x000C
|
|
struct FBP_STRUCT_ActivtyNoticeBtn_Select
|
|
{
|
|
bool NowIsSelectNotice_0_6A4ED774484E36FDEF1945B0BF65121F; // 0x0000(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
unsigned char UnknownData00[0x3]; // 0x0001(0x0003) MISSED OFFSET
|
|
int NowSelectActID_1_959E24F94B4EE0A2D0175CA4DAB5F3E8; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int NowSelectNoticeID_2_51572923453FC7BC25D7B487C3C5776B; // 0x0008(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|