forked from gcdsfh/PMDT
first submle
This commit is contained in:
Executable
+62
@@ -0,0 +1,62 @@
|
||||
#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_day.bp_share_day_C.EventShareDay_Push_NoFetch
|
||||
struct Abp_share_day_C_EventShareDay_Push_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_day.bp_share_day_C.EventShareDay_Push
|
||||
struct Abp_share_day_C_EventShareDay_Push_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_day.bp_share_day_C.EventClickShareBtn_NoFetch
|
||||
struct Abp_share_day_C_EventClickShareBtn_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_day.bp_share_day_C.EventClickShareBtn
|
||||
struct Abp_share_day_C_EventClickShareBtn_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_day.bp_share_day_C.EventHideUI_NoFetch
|
||||
struct Abp_share_day_C_EventHideUI_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_day.bp_share_day_C.EventHideUI
|
||||
struct Abp_share_day_C_EventHideUI_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_day.bp_share_day_C.EventShareDayFetchInfo_NoFetch
|
||||
struct Abp_share_day_C_EventShareDayFetchInfo_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_day.bp_share_day_C.EventShareDayFetchInfo
|
||||
struct Abp_share_day_C_EventShareDayFetchInfo_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_share_day.bp_share_day_C.UserConstructionScript
|
||||
struct Abp_share_day_C_UserConstructionScript_Params
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user