26 lines
1.2 KiB
C++
Executable File
26 lines
1.2 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_OfficerTrainingBoxInfo.BP_STRUCT_OfficerTrainingBoxInfo
|
|
// 0x0018
|
|
struct FBP_STRUCT_OfficerTrainingBoxInfo
|
|
{
|
|
int id_0_5A403C40756785DD3546FACE0B4EC974; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
struct FString status_1_3628F20040C833B20B4E43450821C503; // 0x0004(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
int first_2_2469F300435C196E2A0E33610C95BD44; // 0x0010(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int sort_3_07AA7B0049D9C24464C0D2880EC82DD4; // 0x0014(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|