mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-01-05 17:13:23 +08:00
28 lines
813 B
C++
28 lines
813 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// ENUMS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// STRUCTS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// UserDefinedStruct S_LoadingMessage.S_LoadingMessage
|
|
struct FS_LoadingMessage
|
|
{
|
|
public:
|
|
TArray<class FText> Text_4_482FEA9948AF44F677841089C4B6CEBC; // 0x0(0x10)(Edit, BlueprintVisible)
|
|
};
|
|
|
|
}
|
|
|
|
|