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

29 lines
792 B
C++

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