25 lines
987 B
C++
Executable File
25 lines
987 B
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:48 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_SeasonSwitch_Medal.BP_STRUCT_SeasonSwitch_Medal
|
|
// 0x0014
|
|
struct FBP_STRUCT_SeasonSwitch_Medal
|
|
{
|
|
int id_1_6F2D17C016B5BCF702063D520D833CA4; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
struct FString mode_2_724CCDC078695353398C5B7E033D7825; // 0x0004(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
int index_3_52BB6A804CA6B2D874123C0603CB92F8; // 0x0010(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|