Files
FNGameProj/Source/FortniteGame/Public/FortGameplayEffectExecutionCalculation.h
2024-01-21 00:41:14 +01:00

13 lines
344 B
C++

#pragma once
#include "CoreMinimal.h"
#include "GameplayEffectExecutionCalculation.h"
#include "FortGameplayEffectExecutionCalculation.generated.h"
UCLASS(Blueprintable)
class UFortGameplayEffectExecutionCalculation : public UGameplayEffectExecutionCalculation {
GENERATED_BODY()
public:
UFortGameplayEffectExecutionCalculation();
};