25 lines
1006 B
C++
Executable File
25 lines
1006 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_OfficerTrainingInfo.BP_STRUCT_OfficerTrainingInfo
|
|
// 0x000C
|
|
struct FBP_STRUCT_OfficerTrainingInfo
|
|
{
|
|
int id_0_34CED2007853D20E480D0D3F0AD966E4; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int progress_2_56E19C00736928205093557D0387EBC3; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int sort_3_18CB50C0601E836B5780037409679C44; // 0x0008(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|