Enhanced Input
This commit is contained in:
parent
2a90ea0c81
commit
03cf8565c4
Binary file not shown.
Binary file not shown.
BIN
Project/Content/Core/Game/BP_PlayerController.uasset
(Stored with Git LFS)
Normal file
BIN
Project/Content/Core/Game/BP_PlayerController.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Project/Content/Core/Input/IA_Move.uasset
(Stored with Git LFS)
Normal file
BIN
Project/Content/Core/Input/IA_Move.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Project/Content/Core/Input/IMC_Player.uasset
(Stored with Git LFS)
Normal file
BIN
Project/Content/Core/Input/IMC_Player.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Project/Source/Gasa/GasaPlayerController.cpp
Normal file
1
Project/Source/Gasa/GasaPlayerController.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "GasaPlayerController.h"
|
12
Project/Source/Gasa/GasaPlayerController.h
Normal file
12
Project/Source/Gasa/GasaPlayerController.h
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "GasaPlayerController.generated.h"
|
||||||
|
|
||||||
|
UCLASS(Blueprintable)
|
||||||
|
class GASA_API AGasaPlayerController : public APlayerController
|
||||||
|
{
|
||||||
|
GENERATED_BODY()
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user