Files
pubg/SDK/PUBGM_PandoraComponent_structs.hpp
2026-05-02 14:30:03 +08:00

23 lines
530 B
C++
Executable File

#pragma once
//PUBGM(0.13.5)32位SDK
//作者:清华
//Telegram:@qinghuanb666
//生成时间:Fri Apr 18 20:44:40 2025
namespace SDK
{
//---------------------------------------------------------------------------
//Script Structs
//---------------------------------------------------------------------------
// ScriptStruct PandoraComponent.LuaBPVar
// 0x0010
struct FLuaBPVar
{
unsigned char UnknownData00[0x10]; // 0x0000(0x0010) MISSED OFFSET
};
}