forked from gcdsfh/PMDT
first submle
This commit is contained in:
+92
@@ -0,0 +1,92 @@
|
||||
#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_person.bp_share_person_C.EventPersonWXZoneBtn_NoFetch
|
||||
struct Abp_share_person_C_EventPersonWXZoneBtn_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventPersonWXZoneBtn
|
||||
struct Abp_share_person_C_EventPersonWXZoneBtn_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventSharePerson_Push_NoFetch
|
||||
struct Abp_share_person_C_EventSharePerson_Push_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventSharePerson_Push
|
||||
struct Abp_share_person_C_EventSharePerson_Push_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventSharePersonFetchInfo_NoFetch
|
||||
struct Abp_share_person_C_EventSharePersonFetchInfo_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventSharePersonFetchInfo
|
||||
struct Abp_share_person_C_EventSharePersonFetchInfo_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventPersonQQZoneBtn_NoFetch
|
||||
struct Abp_share_person_C_EventPersonQQZoneBtn_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventPersonQQZoneBtn
|
||||
struct Abp_share_person_C_EventPersonQQZoneBtn_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventPersonWXFrientBtn_NoFetch
|
||||
struct Abp_share_person_C_EventPersonWXFrientBtn_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventPersonWXFrientBtn
|
||||
struct Abp_share_person_C_EventPersonWXFrientBtn_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventHideUI_NoFetch
|
||||
struct Abp_share_person_C_EventHideUI_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventHideUI
|
||||
struct Abp_share_person_C_EventHideUI_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventPersonQQFrientBtn_NoFetch
|
||||
struct Abp_share_person_C_EventPersonQQFrientBtn_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.EventPersonQQFrientBtn
|
||||
struct Abp_share_person_C_EventPersonQQFrientBtn_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_person.bp_share_person_C.UserConstructionScript
|
||||
struct Abp_share_person_C_UserConstructionScript_Params
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user