PalWorld-NetCrack/SDK/ERideActionDirection_structs.hpp
2024-01-22 14:43:11 +08:00

29 lines
795 B
C++

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