24 lines
797 B
C++
Executable File
24 lines
797 B
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:42 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_LOBBY_GoldExp_BuffInfo.BP_STRUCT_LOBBY_GoldExp_BuffInfo
|
|
// 0x0018
|
|
struct FBP_STRUCT_LOBBY_GoldExp_BuffInfo
|
|
{
|
|
struct FString name_0_34A8038067341ADC3219DE360098E615; // 0x0000(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
struct FString timer_1_7ED8638029326F046DCB4B5E0960E1C2; // 0x000C(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
};
|
|
|
|
}
|
|
|