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

53 lines
1.4 KiB
C++
Executable File

#pragma once
//PUBGM(0.13.5)32位SDK
//作者:清华
//Telegram:@qinghuanb666
//生成时间:Fri Apr 18 20:44:49 2025
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function bp_share_history_results.bp_share_history_results_C.EventShareHistoryResultsHide_NoFetch
struct Abp_share_history_results_C_EventShareHistoryResultsHide_NoFetch_Params
{
};
// Function bp_share_history_results.bp_share_history_results_C.EventShareHistoryResultsHide
struct Abp_share_history_results_C_EventShareHistoryResultsHide_Params
{
};
// Function bp_share_history_results.bp_share_history_results_C.EventSetInfo_Push_NoFetch
struct Abp_share_history_results_C_EventSetInfo_Push_NoFetch_Params
{
};
// Function bp_share_history_results.bp_share_history_results_C.EventSetInfo_Push
struct Abp_share_history_results_C_EventSetInfo_Push_Params
{
};
// Function bp_share_history_results.bp_share_history_results_C.EventFetchInfo_NoFetch
struct Abp_share_history_results_C_EventFetchInfo_NoFetch_Params
{
};
// Function bp_share_history_results.bp_share_history_results_C.EventFetchInfo
struct Abp_share_history_results_C_EventFetchInfo_Params
{
};
// Function bp_share_history_results.bp_share_history_results_C.UserConstructionScript
struct Abp_share_history_results_C_UserConstructionScript_Params
{
};
}