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