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