Files
ReshadePluginsCore/ClairObscur/SDK/E_JRPG_VFXSpawnSpots_structs.hpp
2026-03-18 18:13:09 +01:00

29 lines
486 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: E_JRPG_VFXSpawnSpots
#include "Basic.hpp"
namespace SDK
{
// UserDefinedEnum E_JRPG_VFXSpawnSpots.E_JRPG_VFXSpawnSpots
// NumValues: 0x0004
enum class E_JRPG_VFXSpawnSpots : uint8
{
NewEnumerator0 = 0,
NewEnumerator2 = 1,
NewEnumerator3 = 2,
E_JRPG_MAX = 3,
};
}