第一次上传
This commit is contained in:
Executable
+45
@@ -0,0 +1,45 @@
|
||||
#pragma once
|
||||
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:40 2025
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Classes
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Class BuildPatchServices.BuildPatchManifest
|
||||
// 0x00BC (0x00D8 - 0x001C)
|
||||
class UBuildPatchManifest : public UObject
|
||||
{
|
||||
public:
|
||||
unsigned char UnknownData00[0x4]; // 0x001C(0x0004) MISSED OFFSET
|
||||
uint32_t AppID; // 0x0020(0x0004) (ZeroConstructor, IsPlainOldData)
|
||||
struct FString AppName; // 0x0024(0x000C) (ZeroConstructor)
|
||||
struct FString BuildVersion; // 0x0030(0x000C) (ZeroConstructor)
|
||||
struct FString LaunchExe; // 0x003C(0x000C) (ZeroConstructor)
|
||||
struct FString LaunchCommand; // 0x0048(0x000C) (ZeroConstructor)
|
||||
unsigned char UnknownData01[0x3C]; // 0x0054(0x003C) UNKNOWN PROPERTY: SetProperty BuildPatchServices.BuildPatchManifest.PrereqIds
|
||||
struct FString PrereqName; // 0x0090(0x000C) (ZeroConstructor)
|
||||
struct FString PrereqPath; // 0x009C(0x000C) (ZeroConstructor)
|
||||
struct FString PrereqArgs; // 0x00A8(0x000C) (ZeroConstructor)
|
||||
TArray<struct FFileManifestData> FileManifestList; // 0x00B4(0x000C) (ZeroConstructor)
|
||||
TArray<struct FChunkInfoData> ChunkList; // 0x00C0(0x000C) (ZeroConstructor)
|
||||
TArray<struct FCustomFieldData> CustomFields; // 0x00CC(0x000C) (ZeroConstructor)
|
||||
|
||||
static UClass* StaticClass()
|
||||
{
|
||||
static UClass *pStaticClass = 0;
|
||||
if (!pStaticClass)
|
||||
pStaticClass = UObject::FindClass("Class BuildPatchServices.BuildPatchManifest");
|
||||
return pStaticClass;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user