forked from gcdsfh/PMDT
first submle
This commit is contained in:
Executable
+152
@@ -0,0 +1,152 @@
|
||||
#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_share.bp_share_C.EventClickQQZoneBtn_NoFetch
|
||||
struct Abp_share_C_EventClickQQZoneBtn_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickQQZoneBtn
|
||||
struct Abp_share_C_EventClickQQZoneBtn_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickClose_NoFetch
|
||||
struct Abp_share_C_EventClickClose_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickClose
|
||||
struct Abp_share_C_EventClickClose_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventShare_Push_NoFetch
|
||||
struct Abp_share_C_EventShare_Push_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventShare_Push
|
||||
struct Abp_share_C_EventShare_Push_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventShareToFriend_NoFetch
|
||||
struct Abp_share_C_EventShareToFriend_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventShareToFriend
|
||||
struct Abp_share_C_EventShareToFriend_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventSaveLocalFail_NoFetch
|
||||
struct Abp_share_C_EventSaveLocalFail_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventSaveLocalFail
|
||||
struct Abp_share_C_EventSaveLocalFail_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventGetRoleData_NoFetch
|
||||
struct Abp_share_C_EventGetRoleData_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventGetRoleData
|
||||
struct Abp_share_C_EventGetRoleData_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventSaveLocalSuccess_NoFetch
|
||||
struct Abp_share_C_EventSaveLocalSuccess_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventSaveLocalSuccess
|
||||
struct Abp_share_C_EventSaveLocalSuccess_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickQQFrientBtn_NoFetch
|
||||
struct Abp_share_C_EventClickQQFrientBtn_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickQQFrientBtn
|
||||
struct Abp_share_C_EventClickQQFrientBtn_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickWXZoneBtn_NoFetch
|
||||
struct Abp_share_C_EventClickWXZoneBtn_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickWXZoneBtn
|
||||
struct Abp_share_C_EventClickWXZoneBtn_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickSaveLocal_NoFetch
|
||||
struct Abp_share_C_EventClickSaveLocal_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickSaveLocal
|
||||
struct Abp_share_C_EventClickSaveLocal_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventStructShare_NoFetch
|
||||
struct Abp_share_C_EventStructShare_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventStructShare
|
||||
struct Abp_share_C_EventStructShare_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventShareFetchInfo_NoFetch
|
||||
struct Abp_share_C_EventShareFetchInfo_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventShareFetchInfo
|
||||
struct Abp_share_C_EventShareFetchInfo_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickWXFrientBtn_NoFetch
|
||||
struct Abp_share_C_EventClickWXFrientBtn_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.EventClickWXFrientBtn
|
||||
struct Abp_share_C_EventClickWXFrientBtn_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share.bp_share_C.UserConstructionScript
|
||||
struct Abp_share_C_UserConstructionScript_Params
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user