25 lines
988 B
C++
Executable File
25 lines
988 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_NianAwardInfo.BP_STRUCT_NianAwardInfo
|
|
// 0x000C
|
|
struct FBP_STRUCT_NianAwardInfo
|
|
{
|
|
int score_0_26FC0480624CF364690FD1D5063BE465; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int index_1_6DF54380555E39F078F892DF062E0828; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
int status_2_6F5C268044A76AD04525D609038EA5A3; // 0x0008(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|