mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
29 lines
851 B
C++
29 lines
851 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0xC0 (0xC0 - 0x0)
|
|
// Function BP_AxeBase.BP_AxeBase_C.GetLeftHandTransform
|
|
struct ABP_AxeBase_C_GetLeftHandTransform_Params
|
|
{
|
|
public:
|
|
struct FTransform ReturnValue; // 0x0(0x60)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FTransform CallFunc_GetLeftHandTransform_ReturnValue; // 0x60(0x60)(IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|