forked from gcdsfh/PMDT
first submle
This commit is contained in:
+102
@@ -0,0 +1,102 @@
|
||||
#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_teamup_invite.bp_teamup_invite_C.EventTeamupHide_NoFetch
|
||||
struct Abp_teamup_invite_C_EventTeamupHide_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamupHide
|
||||
struct Abp_teamup_invite_C_EventTeamupHide_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpClickHead_NoFetch
|
||||
struct Abp_teamup_invite_C_EventTeamUpClickHead_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpClickHead
|
||||
struct Abp_teamup_invite_C_EventTeamUpClickHead_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventFetchInfo_NoFetch
|
||||
struct Abp_teamup_invite_C_EventFetchInfo_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventFetchInfo
|
||||
struct Abp_teamup_invite_C_EventFetchInfo_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpInviteApplyRefuse_NoFetch
|
||||
struct Abp_teamup_invite_C_EventTeamUpInviteApplyRefuse_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpInviteApplyRefuse
|
||||
struct Abp_teamup_invite_C_EventTeamUpInviteApplyRefuse_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpInviteApplyAutoRefuse_NoFetch
|
||||
struct Abp_teamup_invite_C_EventTeamUpInviteApplyAutoRefuse_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpInviteApplyAutoRefuse
|
||||
struct Abp_teamup_invite_C_EventTeamUpInviteApplyAutoRefuse_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpSelectRefuseInfo_NoFetch
|
||||
struct Abp_teamup_invite_C_EventTeamUpSelectRefuseInfo_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpSelectRefuseInfo
|
||||
struct Abp_teamup_invite_C_EventTeamUpSelectRefuseInfo_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpInviteApplyPermit_NoFetch
|
||||
struct Abp_teamup_invite_C_EventTeamUpInviteApplyPermit_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventTeamUpInviteApplyPermit
|
||||
struct Abp_teamup_invite_C_EventTeamUpInviteApplyPermit_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventInvitePermitFromWatchingBackToLobby_NoFetch
|
||||
struct Abp_teamup_invite_C_EventInvitePermitFromWatchingBackToLobby_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.EventInvitePermitFromWatchingBackToLobby
|
||||
struct Abp_teamup_invite_C_EventInvitePermitFromWatchingBackToLobby_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_teamup_invite.bp_teamup_invite_C.UserConstructionScript
|
||||
struct Abp_teamup_invite_C_UserConstructionScript_Params
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user