Files
ReshadePluginsCore/FearTheTimeloop/SDK/E_Direction_structs.hpp

28 lines
403 B
C++
Raw Permalink Normal View History

2026-03-06 01:33:57 +01:00
#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,
};
}