Files
ReshadePluginsCore/WuchangFF/SDK/E_ApplyEffectMethod_structs.hpp
2026-03-12 15:00:32 +01:00

28 lines
435 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: E_ApplyEffectMethod
#include "Basic.hpp"
namespace SDK
{
// UserDefinedEnum E_ApplyEffectMethod.E_ApplyEffectMethod
// NumValues: 0x0003
enum class E_ApplyEffectMethod : uint8
{
NewEnumerator0 = 0,
NewEnumerator1 = 1,
E_MAX = 2,
};
}