forked from gcdsfh/PMDT
first submle
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
#pragma once
|
||||
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:47 2025
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Script Structs
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// UserDefinedStruct BP_STRUCT_MusterAward.BP_STRUCT_MusterAward
|
||||
// 0x0018
|
||||
struct FBP_STRUCT_MusterAward
|
||||
{
|
||||
struct FString name_0_6B89A1406B78306F531C92AB0CAD16F5; // 0x0000(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
||||
int value_1_586B60400ADA6FFD45D7351C0AD96F75; // 0x000C(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
int status_2_1289220005F22CD2490038C00DF84763; // 0x0010(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
int index_3_05C7FF0052CAD48E49336F4C0ACB6608; // 0x0014(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user