Files
open-conflict/Source/OpenConflict/PlayerCharacter/Hero/HeroController.h
Cody Larkin 2d860b2a53 Setup for character
movement not working
2025-11-20 13:23:00 -05:00

18 lines
314 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/PlayerController.h"
#include "HeroController.generated.h"
/**
*
*/
UCLASS()
class OPENCONFLICT_API AHeroController : public APlayerController
{
GENERATED_BODY()
};