93 lines
2.2 KiB
C++
Executable File
93 lines
2.2 KiB
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:43 2025
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Parameters
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOpenMarketMainUIEnter_NoFetch
|
|
struct Abp_market_C_EventMarketOpenMarketMainUIEnter_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOpenMarketMainUIEnter
|
|
struct Abp_market_C_EventMarketOpenMarketMainUIEnter_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOnClosePage_NoFetch
|
|
struct Abp_market_C_EventMarketOnClosePage_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOnClosePage
|
|
struct Abp_market_C_EventMarketOnClosePage_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOnClose_NoFetch
|
|
struct Abp_market_C_EventMarketOnClose_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOnClose
|
|
struct Abp_market_C_EventMarketOnClose_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOnOpenPage_NoFetch
|
|
struct Abp_market_C_EventMarketOnOpenPage_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOnOpenPage
|
|
struct Abp_market_C_EventMarketOnOpenPage_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOnRecharge_NoFetch
|
|
struct Abp_market_C_EventMarketOnRecharge_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketOnRecharge
|
|
struct Abp_market_C_EventMarketOnRecharge_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketCloseMarketMainUIEnter_NoFetch
|
|
struct Abp_market_C_EventMarketCloseMarketMainUIEnter_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketCloseMarketMainUIEnter
|
|
struct Abp_market_C_EventMarketCloseMarketMainUIEnter_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketCloseMarketMainUI_NoFetch
|
|
struct Abp_market_C_EventMarketCloseMarketMainUI_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.EventMarketCloseMarketMainUI
|
|
struct Abp_market_C_EventMarketCloseMarketMainUI_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_market.bp_market_C.UserConstructionScript
|
|
struct Abp_market_C_UserConstructionScript_Params
|
|
{
|
|
};
|
|
|
|
}
|
|
|