forked from gcdsfh/PMDT
first submle
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#pragma once
|
||||
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:43 2025
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Script Structs
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// UserDefinedStruct BP_STRUCT_RoomCreateAutoOpenDoorInfo.BP_STRUCT_RoomCreateAutoOpenDoorInfo
|
||||
// 0x0004
|
||||
struct FBP_STRUCT_RoomCreateAutoOpenDoorInfo
|
||||
{
|
||||
bool adjustable_0_729474000ADCE6EA29961231080A6CD5; // 0x0000(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
bool default_1_42D22580188E34CA161E544D0C32C234; // 0x0001(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
bool is_open_2_487207804B0A2AF46CF4595E061C2CAE; // 0x0002(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
bool visible_3_53EE67C0180603B52C0DD55C0B87B335; // 0x0003(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user