mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
40 lines
878 B
C++
40 lines
878 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BrickSimple_ChimneyTop
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass BrickSimple_ChimneyTop.BrickSimple_ChimneyTop_C
|
|
// 0x0000 (0x094C - 0x094C)
|
|
class ABrickSimple_ChimneyTop_C final : public ABuildingPropWall
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"BrickSimple_ChimneyTop_C">();
|
|
}
|
|
static class ABrickSimple_ChimneyTop_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<ABrickSimple_ChimneyTop_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(ABrickSimple_ChimneyTop_C) == 0x000004, "Wrong alignment on ABrickSimple_ChimneyTop_C");
|
|
static_assert(sizeof(ABrickSimple_ChimneyTop_C) == 0x00094C, "Wrong size on ABrickSimple_ChimneyTop_C");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|