ExoWest/Source/Exo/Public/Characters/ExoEnemy.h

18 lines
290 B
C
Raw Normal View History

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Characters/ExoCharacterBase.h"
#include "ExoEnemy.generated.h"
/**
*
*/
UCLASS()
class EXO_API AExoEnemy : public AExoCharacterBase
{
GENERATED_BODY()
};