24 lines
807 B
C++
Executable File
24 lines
807 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_OB_TOP_DAMAGE_SINGLE.BP_STRUCT_OB_TOP_DAMAGE_SINGLE
|
|
// 0x0010
|
|
struct FBP_STRUCT_OB_TOP_DAMAGE_SINGLE
|
|
{
|
|
int damage_0_6D26558009918F0A26804050016B83E5; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
struct FString uid_2_5E604E4024B13A9700C582410B430724; // 0x0004(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
};
|
|
|
|
}
|
|
|