43 lines
1.0 KiB
C++
Executable File
43 lines
1.0 KiB
C++
Executable File
#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_guide.bp_corps_guide_C.EventCorpsGuideOnClickRefuse_NoFetch
|
|
struct Abp_corps_guide_C_EventCorpsGuideOnClickRefuse_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_corps_guide.bp_corps_guide_C.EventCorpsGuideOnClickRefuse
|
|
struct Abp_corps_guide_C_EventCorpsGuideOnClickRefuse_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_corps_guide.bp_corps_guide_C.EventCorpsGuideOnClickAgree_NoFetch
|
|
struct Abp_corps_guide_C_EventCorpsGuideOnClickAgree_NoFetch_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_corps_guide.bp_corps_guide_C.EventCorpsGuideOnClickAgree
|
|
struct Abp_corps_guide_C_EventCorpsGuideOnClickAgree_Params
|
|
{
|
|
};
|
|
|
|
// Function bp_corps_guide.bp_corps_guide_C.UserConstructionScript
|
|
struct Abp_corps_guide_C_UserConstructionScript_Params
|
|
{
|
|
};
|
|
|
|
}
|
|
|