30 lines
1.9 KiB
C++
Executable File
30 lines
1.9 KiB
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:51 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_InfoCorpsInfo.BP_STRUCT_InfoCorpsInfo
|
|
// 0x0028
|
|
struct FBP_STRUCT_InfoCorpsInfo
|
|
{
|
|
int icon_0_631D36624DDB0202016038808C2FB4CD; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
struct FString name_2_B495D052415CC98D019D5D8BA7A3D6DD; // 0x0004(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
int level_4_8F88FF3A47A818550913CF8153B69D5E; // 0x0010(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int season_active_29_0F291E007D507CA0460285FF08FE7995; // 0x0014(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int week_active_30_33E126C00E55174F7AE2A8D9080338F5; // 0x0018(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int segment_level_32_7781DF807E93AD4C245C768905E0DB9C; // 0x001C(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int season_feat_num_33_2DFE92C0387D23C96F86CF6A0F411DFD; // 0x0020(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int week_feat_num_34_6EF5DB801C05314274D37B2A02027D0D; // 0x0024(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|