63 lines
1.5 KiB
C++
Executable File
63 lines
1.5 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_item_get_share.bp_item_get_share_C.EventSetInfo_Push_NoFetch
|
|
struct Abp_item_get_share_C_EventSetInfo_Push_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_item_get_share.bp_item_get_share_C.EventSetInfo_Push
|
|
struct Abp_item_get_share_C_EventSetInfo_Push_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_item_get_share.bp_item_get_share_C.EventItemShareHide_NoFetch
|
|
struct Abp_item_get_share_C_EventItemShareHide_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_item_get_share.bp_item_get_share_C.EventItemShareHide
|
|
struct Abp_item_get_share_C_EventItemShareHide_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_item_get_share.bp_item_get_share_C.EventShowSharePanel_NoFetch
|
|
struct Abp_item_get_share_C_EventShowSharePanel_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_item_get_share.bp_item_get_share_C.EventShowSharePanel
|
|
struct Abp_item_get_share_C_EventShowSharePanel_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_item_get_share.bp_item_get_share_C.EventFetchInfo_NoFetch
|
|
struct Abp_item_get_share_C_EventFetchInfo_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_item_get_share.bp_item_get_share_C.EventFetchInfo
|
|
struct Abp_item_get_share_C_EventFetchInfo_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_item_get_share.bp_item_get_share_C.UserConstructionScript
|
|
struct Abp_item_get_share_C_UserConstructionScript_Params
|
|
{
|
|
};
|
|
|
|
}
|
|
|