26 lines
1.2 KiB
C++
Executable File
26 lines
1.2 KiB
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:43 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_RoomCreateAimAssistInfo.BP_STRUCT_RoomCreateAimAssistInfo
|
|
// 0x0004
|
|
struct FBP_STRUCT_RoomCreateAimAssistInfo
|
|
{
|
|
bool adjustable_0_6AF447C02D223BBF3F94939001AA0DA5; // 0x0000(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
bool default_1_2F5B99400CDA8C4F0D733C140A255C34; // 0x0001(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
bool is_open_2_34FB7B404475A35337DAB9B7002DB6AE; // 0x0002(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
bool visible_3_4077DB806C2545025E002DFD0D902935; // 0x0003(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|