Enhanced Input
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#include "GasaPlayerController.h"
|
||||
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "GasaPlayerController.generated.h"
|
||||
|
||||
UCLASS(Blueprintable)
|
||||
class GASA_API AGasaPlayerController : public APlayerController
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user