mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-07-01 02:42:56 +08:00
28 lines
826 B
C++
28 lines
826 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// ENUMS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// STRUCTS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// UserDefinedStruct S_HubLevels.S_HubLevels
|
|
struct FS_HubLevels
|
|
{
|
|
public:
|
|
TArray<struct FS_LevelStats> Stats_27_4C45C1AA462CC6194F50ADAADFB106A8; // 0x0(0x10)(Edit, BlueprintVisible, ContainsInstancedReference)
|
|
};
|
|
|
|
}
|
|
|
|
|