83 lines
1.7 KiB
C++
Executable File
83 lines
1.7 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_match.bp_match_C.EventShowMatchFailedNotice_NoFetch
|
|
struct Abp_match_C_EventShowMatchFailedNotice_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventShowMatchFailedNotice
|
|
struct Abp_match_C_EventShowMatchFailedNotice_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventMatchPopupUITick_NoFetch
|
|
struct Abp_match_C_EventMatchPopupUITick_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventMatchPopupUITick
|
|
struct Abp_match_C_EventMatchPopupUITick_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventStartMatch_NoFetch
|
|
struct Abp_match_C_EventStartMatch_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventStartMatch
|
|
struct Abp_match_C_EventStartMatch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventCancelReady_NoFetch
|
|
struct Abp_match_C_EventCancelReady_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventCancelReady
|
|
struct Abp_match_C_EventCancelReady_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventCancelMatch_NoFetch
|
|
struct Abp_match_C_EventCancelMatch_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventCancelMatch
|
|
struct Abp_match_C_EventCancelMatch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventFetchInfo_NoFetch
|
|
struct Abp_match_C_EventFetchInfo_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.EventFetchInfo
|
|
struct Abp_match_C_EventFetchInfo_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_match.bp_match_C.UserConstructionScript
|
|
struct Abp_match_C_UserConstructionScript_Params
|
|
{
|
|
};
|
|
|
|
}
|
|
|