Basic Movement Input
This commit is contained in:
5
Source/Aura/Private/Player/AuraPlayerController.cpp
Normal file
5
Source/Aura/Private/Player/AuraPlayerController.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
// Assets provided by DruidMechanics. Copyright Jonathan Rampersad 2024
|
||||
|
||||
|
||||
#include "Player/AuraPlayerController.h"
|
||||
|
17
Source/Aura/Public/Player/AuraPlayerController.h
Normal file
17
Source/Aura/Public/Player/AuraPlayerController.h
Normal file
@ -0,0 +1,17 @@
|
||||
// Assets provided by DruidMechanics. Copyright Jonathan Rampersad 2024
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "GameFramework/PlayerController.h"
|
||||
#include "AuraPlayerController.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class AURA_API AAuraPlayerController : public APlayerController
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
};
|
Reference in New Issue
Block a user