mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-03 03:23:34 +00:00
43 lines
937 B
C++
43 lines
937 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: HB_CommandCenter_Power
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "MyTown_Building_Master_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass HB_CommandCenter_Power.HB_CommandCenter_Power_C
|
|
// 0x0000 (0x0510 - 0x0510)
|
|
class AHB_CommandCenter_Power_C final : public AMyTown_Building_Master_C
|
|
{
|
|
public:
|
|
void UserConstructionScript();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"HB_CommandCenter_Power_C">();
|
|
}
|
|
static class AHB_CommandCenter_Power_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<AHB_CommandCenter_Power_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(AHB_CommandCenter_Power_C) == 0x000004, "Wrong alignment on AHB_CommandCenter_Power_C");
|
|
static_assert(sizeof(AHB_CommandCenter_Power_C) == 0x000510, "Wrong size on AHB_CommandCenter_Power_C");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|