mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
50 lines
1.4 KiB
C++
50 lines
1.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: FlingerInterface
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CoreUObject_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass FlingerInterface.FlingerInterface_C
|
|
// 0x0000 (0x001C - 0x001C)
|
|
class IFlingerInterface_C final : public IInterface
|
|
{
|
|
public:
|
|
void FlingerSpawnedAnEnemy(class AFortAIPawn* EnemySpawned, class AFortProjectileBase* ProjectileThatSpawnedThisEnemy);
|
|
void CanFlingerSpawnAnEnemy(class AActor* ActorWhoAsked);
|
|
void FlingerCanSpawnAnEnemy();
|
|
void FlingerCan_tSpawnAnEnemy();
|
|
void FlingerThrewAProjectileContainingAnEnemy(class AFortProjectileBase* Projectile);
|
|
void FlingerEnemyFailedToSpawn(class AFortProjectileBase* FailedProjectile);
|
|
void AlertEnemySpawnedByFlinger(const struct FVector& PushMomentum, float PushDuration, class APawn* OwningFlinger);
|
|
void FlingerEnemyDied(class APawn* PawnThatDied);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"FlingerInterface_C">();
|
|
}
|
|
static class IFlingerInterface_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<IFlingerInterface_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(IFlingerInterface_C) == 0x000004, "Wrong alignment on IFlingerInterface_C");
|
|
static_assert(sizeof(IFlingerInterface_C) == 0x00001C, "Wrong size on IFlingerInterface_C");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|