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

16 lines
306 B
C++

#pragma once
#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "FortSpottableActorInterface.generated.h"
UINTERFACE()
class UFortSpottableActorInterface : public UInterface {
GENERATED_BODY()
};
class IFortSpottableActorInterface : public IInterface {
GENERATED_BODY()
public:
};