第一次上传
This commit is contained in:
Executable
+82
@@ -0,0 +1,82 @@
|
||||
#pragma once
|
||||
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:46 2025
|
||||
|
||||
#include "../SDK.hpp"
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Parameters
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUIEquipWeapon_NoFetch
|
||||
struct Abp_market_gun_C_EventMarketGunUIEquipWeapon_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUIEquipWeapon
|
||||
struct Abp_market_gun_C_EventMarketGunUIEquipWeapon_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunDetailUIRelease_NoFetch
|
||||
struct Abp_market_gun_C_EventMarketGunDetailUIRelease_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunDetailUIRelease
|
||||
struct Abp_market_gun_C_EventMarketGunDetailUIRelease_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUISelectGun_NoFetch
|
||||
struct Abp_market_gun_C_EventMarketGunUISelectGun_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUISelectGun
|
||||
struct Abp_market_gun_C_EventMarketGunUISelectGun_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUISelect_NoFetch
|
||||
struct Abp_market_gun_C_EventMarketGunUISelect_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUISelect
|
||||
struct Abp_market_gun_C_EventMarketGunUISelect_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUIUnEquipWeapon_NoFetch
|
||||
struct Abp_market_gun_C_EventMarketGunUIUnEquipWeapon_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUIUnEquipWeapon
|
||||
struct Abp_market_gun_C_EventMarketGunUIUnEquipWeapon_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUIBuy_NoFetch
|
||||
struct Abp_market_gun_C_EventMarketGunUIBuy_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.EventMarketGunUIBuy
|
||||
struct Abp_market_gun_C_EventMarketGunUIBuy_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_market_gun.bp_market_gun_C.UserConstructionScript
|
||||
struct Abp_market_gun_C_UserConstructionScript_Params
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user