mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
28 lines
619 B
C++
28 lines
619 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function Card_UI.Card_UI_C.SetName
|
|
struct UCard_UI_C_SetName_Params
|
|
{
|
|
public:
|
|
class FText Name; // 0x0(0x18)(BlueprintVisible, BlueprintReadOnly, Parm)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|