Files
WizardingHub/Source/WizardingCentral/StickySlime/SlimeAnchorInterface.h
T
2025-02-22 01:06:04 -05:00

17 lines
300 B
C++

#pragma once
#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "SlimeAnchorInterface.generated.h"
UINTERFACE(MinimalAPI, Blueprintable)
class USlimeAnchorInterface : public UInterface
{
GENERATED_BODY()
};
class WIZARDINGCENTRAL_API ISlimeAnchorInterface
{
GENERATED_BODY()
};