Files
EscapeTheBackrooms_Internal/EscapeTheBackroomsGUiTest/SDK/SDK/E_Difficulty_structs.hpp
2024-04-20 14:19:09 +02:00

29 lines
787 B
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// ENUMS
//---------------------------------------------------------------------------------------------------------------------
enum class E_Difficulty : uint8
{
NewEnumerator0 = 0,
NewEnumerator3 = 1,
NewEnumerator1 = 2,
NewEnumerator2 = 3,
E_MAX = 4,
};
//---------------------------------------------------------------------------------------------------------------------
// STRUCTS
//---------------------------------------------------------------------------------------------------------------------
}