第一次上传
This commit is contained in:
Executable
+102
@@ -0,0 +1,102 @@
|
||||
#pragma once
|
||||
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:44 2025
|
||||
|
||||
#include "../SDK.hpp"
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Parameters
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateHideUI_NoFetch
|
||||
struct Abp_corps_create_C_EventCorpsCreateHideUI_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateHideUI
|
||||
struct Abp_corps_create_C_EventCorpsCreateHideUI_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateShowUI_NoFetch
|
||||
struct Abp_corps_create_C_EventCorpsCreateShowUI_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateShowUI
|
||||
struct Abp_corps_create_C_EventCorpsCreateShowUI_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventOpenCorpsIconSelectPanel_NoFetch
|
||||
struct Abp_corps_create_C_EventOpenCorpsIconSelectPanel_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventOpenCorpsIconSelectPanel
|
||||
struct Abp_corps_create_C_EventOpenCorpsIconSelectPanel_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventOnCorpsCreateButtonClicked_Push_NoFetch
|
||||
struct Abp_corps_create_C_EventOnCorpsCreateButtonClicked_Push_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventOnCorpsCreateButtonClicked_Push
|
||||
struct Abp_corps_create_C_EventOnCorpsCreateButtonClicked_Push_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateUIFilterName_NoFetch
|
||||
struct Abp_corps_create_C_EventCorpsCreateUIFilterName_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateUIFilterName
|
||||
struct Abp_corps_create_C_EventCorpsCreateUIFilterName_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsTaskHelpShow_NoFetch
|
||||
struct Abp_corps_create_C_EventCorpsTaskHelpShow_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsTaskHelpShow
|
||||
struct Abp_corps_create_C_EventCorpsTaskHelpShow_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateLocate_NoFetch
|
||||
struct Abp_corps_create_C_EventCorpsCreateLocate_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateLocate
|
||||
struct Abp_corps_create_C_EventCorpsCreateLocate_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateFetchInfo_NoFetch
|
||||
struct Abp_corps_create_C_EventCorpsCreateFetchInfo_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.EventCorpsCreateFetchInfo
|
||||
struct Abp_corps_create_C_EventCorpsCreateFetchInfo_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_corps_create.bp_corps_create_C.UserConstructionScript
|
||||
struct Abp_corps_create_C_UserConstructionScript_Params
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user