Add Unreal Engine SDK
This commit is contained in:
27
FearTheTimeloop/SDK/E_Direction_structs.hpp
Normal file
27
FearTheTimeloop/SDK/E_Direction_structs.hpp
Normal file
@@ -0,0 +1,27 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: E_Direction
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// UserDefinedEnum E_Direction.E_Direction
|
||||
// NumValues: 0x0003
|
||||
enum class E_Direction : uint8
|
||||
{
|
||||
NewEnumerator0 = 0,
|
||||
NewEnumerator1 = 1,
|
||||
E_MAX = 2,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user