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