Files
pubg/SDK/PUBGM_bp_live_broadcast_parameters.hpp
2026-05-02 14:30:03 +08:00

73 lines
1.8 KiB
C++
Executable File

#pragma once
//PUBGM(0.13.5)32位SDK
//作者:清华
//Telegram:@qinghuanb666
//生成时间:Fri Apr 18 20:44:45 2025
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function bp_live_broadcast.bp_live_broadcast_C.EventSetInfo_Push_NoFetch
struct Abp_live_broadcast_C_EventSetInfo_Push_NoFetch_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.EventSetInfo_Push
struct Abp_live_broadcast_C_EventSetInfo_Push_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.EventGetUrl_NoFetch
struct Abp_live_broadcast_C_EventGetUrl_NoFetch_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.EventGetUrl
struct Abp_live_broadcast_C_EventGetUrl_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.EventGetNetWorkInfo_NoFetch
struct Abp_live_broadcast_C_EventGetNetWorkInfo_NoFetch_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.EventGetNetWorkInfo
struct Abp_live_broadcast_C_EventGetNetWorkInfo_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.EventOpenLiveBroadcast_NoFetch
struct Abp_live_broadcast_C_EventOpenLiveBroadcast_NoFetch_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.EventOpenLiveBroadcast
struct Abp_live_broadcast_C_EventOpenLiveBroadcast_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.EventFetchInfo_NoFetch
struct Abp_live_broadcast_C_EventFetchInfo_NoFetch_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.EventFetchInfo
struct Abp_live_broadcast_C_EventFetchInfo_Params
{
};
// Function bp_live_broadcast.bp_live_broadcast_C.UserConstructionScript
struct Abp_live_broadcast_C_UserConstructionScript_Params
{
};
}