mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-26 19:23:26 +00:00
40 lines
923 B
C++
40 lines
923 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: AnimNotify_FootStep_Right
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "AnimNotify_FootStep_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass AnimNotify_FootStep_Right.AnimNotify_FootStep_Right_C
|
|
// 0x0000 (0x0024 - 0x0024)
|
|
class UAnimNotify_FootStep_Right_C final : public UAnimNotify_FootStep_C
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"AnimNotify_FootStep_Right_C">();
|
|
}
|
|
static class UAnimNotify_FootStep_Right_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UAnimNotify_FootStep_Right_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UAnimNotify_FootStep_Right_C) == 0x000004, "Wrong alignment on UAnimNotify_FootStep_Right_C");
|
|
static_assert(sizeof(UAnimNotify_FootStep_Right_C) == 0x000024, "Wrong size on UAnimNotify_FootStep_Right_C");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|