63 lines
1.6 KiB
C++
Executable File
63 lines
1.6 KiB
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:48 2025
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Parameters
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Function bp_room_modeselect.bp_room_modeselect_C.EventFetchInfo_NoFetch
|
|
struct Abp_room_modeselect_C_EventFetchInfo_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_room_modeselect.bp_room_modeselect_C.EventFetchInfo
|
|
struct Abp_room_modeselect_C_EventFetchInfo_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_room_modeselect.bp_room_modeselect_C.EventClickBtnOK_NoFetch
|
|
struct Abp_room_modeselect_C_EventClickBtnOK_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_room_modeselect.bp_room_modeselect_C.EventClickBtnOK
|
|
struct Abp_room_modeselect_C_EventClickBtnOK_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_room_modeselect.bp_room_modeselect_C.EventUnSelectAllItems_NoFetch
|
|
struct Abp_room_modeselect_C_EventUnSelectAllItems_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_room_modeselect.bp_room_modeselect_C.EventUnSelectAllItems
|
|
struct Abp_room_modeselect_C_EventUnSelectAllItems_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_room_modeselect.bp_room_modeselect_C.EventCheckUnlockRoomType_NoFetch
|
|
struct Abp_room_modeselect_C_EventCheckUnlockRoomType_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_room_modeselect.bp_room_modeselect_C.EventCheckUnlockRoomType
|
|
struct Abp_room_modeselect_C_EventCheckUnlockRoomType_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_room_modeselect.bp_room_modeselect_C.UserConstructionScript
|
|
struct Abp_room_modeselect_C_UserConstructionScript_Params
|
|
{
|
|
};
|
|
|
|
}
|
|
|