Enhanced Input

This commit is contained in:
Edward R. Gonzalez 2024-04-12 16:10:06 -04:00
parent 8d0c32c91a
commit 9fcb7329a3
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1 @@
#include "GasaPlayerController.h"

View File

@ -0,0 +1,12 @@
#pragma once
#include "GasaPlayerController.generated.h"
UCLASS(Blueprintable)
class GASA_API AGasaPlayerController : public APlayerController
{
GENERATED_BODY()
public:
};