Add Unreal Engine SDK
This commit is contained in:
32
WuchangFF/SDK/E_PairedAnimationTemplate_structs.hpp
Normal file
32
WuchangFF/SDK/E_PairedAnimationTemplate_structs.hpp
Normal file
@@ -0,0 +1,32 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: E_PairedAnimationTemplate
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// UserDefinedEnum E_PairedAnimationTemplate.E_PairedAnimationTemplate
|
||||
// NumValues: 0x0008
|
||||
enum class E_PairedAnimationTemplate : uint8
|
||||
{
|
||||
NewEnumerator7 = 0,
|
||||
NewEnumerator0 = 1,
|
||||
NewEnumerator1 = 2,
|
||||
NewEnumerator2 = 3,
|
||||
NewEnumerator4 = 4,
|
||||
NewEnumerator3 = 5,
|
||||
NewEnumerator6 = 6,
|
||||
E_MAX = 7,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user