fix name eroor
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
#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_windowob_lobby.bp_windowob_lobby_C.EventOBEnterWatching_NoFetch
|
||||
struct Abp_windowob_lobby_C_EventOBEnterWatching_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_windowob_lobby.bp_windowob_lobby_C.EventOBEnterWatching
|
||||
struct Abp_windowob_lobby_C_EventOBEnterWatching_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_windowob_lobby.bp_windowob_lobby_C.EventOBEnterSetting_NoFetch
|
||||
struct Abp_windowob_lobby_C_EventOBEnterSetting_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_windowob_lobby.bp_windowob_lobby_C.EventOBEnterSetting
|
||||
struct Abp_windowob_lobby_C_EventOBEnterSetting_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_windowob_lobby.bp_windowob_lobby_C.EventOBEnterRoom_NoFetch
|
||||
struct Abp_windowob_lobby_C_EventOBEnterRoom_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_windowob_lobby.bp_windowob_lobby_C.EventOBEnterRoom
|
||||
struct Abp_windowob_lobby_C_EventOBEnterRoom_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_windowob_lobby.bp_windowob_lobby_C.EventOBWatchingPushValue_NoFetch
|
||||
struct Abp_windowob_lobby_C_EventOBWatchingPushValue_NoFetch_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_windowob_lobby.bp_windowob_lobby_C.EventOBWatchingPushValue
|
||||
struct Abp_windowob_lobby_C_EventOBWatchingPushValue_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function bp_windowob_lobby.bp_windowob_lobby_C.UserConstructionScript
|
||||
struct Abp_windowob_lobby_C_UserConstructionScript_Params
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user