GASATHON/Project/Source/Gasa/GasaCommon.h
Ed_ 9a8029c365 12. "Enemy Interface"
Avoding lifting the "highlighting" to an enemy interface until it proves to me its necessary
2024-04-12 20:16:25 -04:00

17 lines
258 B
C++

#include "CoreMinimal.h"
// #define private protected
UENUM(BlueprintType)
enum class EHighlight
{
Disabled,
Enabled,
};
class UCameraComponent;
class UInputAction;
struct FInputActionValue;
class UInputMappingContext;
class USpringArmComponent;