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