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