Files
UnrealEvent/Aeon-740/SDK/Factory_Wall_13_classes.hpp
2024-10-18 01:01:36 +01:00

38 lines
768 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: Factory_Wall_13
#include "Basic.hpp"
#include "Parent_BuildingWall_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass Factory_Wall_13.Factory_Wall_13_C
// 0x0000 (0x0D00 - 0x0D00)
class AFactory_Wall_13_C final : public AParent_BuildingWall_C
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"Factory_Wall_13_C">();
}
static class AFactory_Wall_13_C* GetDefaultObj()
{
return GetDefaultObjImpl<AFactory_Wall_13_C>();
}
};
static_assert(alignof(AFactory_Wall_13_C) == 0x000008, "Wrong alignment on AFactory_Wall_13_C");
static_assert(sizeof(AFactory_Wall_13_C) == 0x000D00, "Wrong size on AFactory_Wall_13_C");
}