diff --git a/Project/Binaries/Win64/UnrealEditor-Gasa.dll b/Project/Binaries/Win64/UnrealEditor-Gasa.dll index 0bf8c64..7de0225 100644 Binary files a/Project/Binaries/Win64/UnrealEditor-Gasa.dll and b/Project/Binaries/Win64/UnrealEditor-Gasa.dll differ diff --git a/Project/Binaries/Win64/UnrealEditor-Gasa.pdb b/Project/Binaries/Win64/UnrealEditor-Gasa.pdb index 71a2258..35ddc73 100644 Binary files a/Project/Binaries/Win64/UnrealEditor-Gasa.pdb and b/Project/Binaries/Win64/UnrealEditor-Gasa.pdb differ diff --git a/Project/Content/Core/Game/BP_PlayerController.uasset b/Project/Content/Core/Game/BP_PlayerController.uasset new file mode 100644 index 0000000..792462f --- /dev/null +++ b/Project/Content/Core/Game/BP_PlayerController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91744eb78b6ebc4244863367c2bd28370b76a71c4b1a20dae575f5da5544093 +size 19712 diff --git a/Project/Content/Core/Input/IA_Move.uasset b/Project/Content/Core/Input/IA_Move.uasset new file mode 100644 index 0000000..2e1a728 --- /dev/null +++ b/Project/Content/Core/Input/IA_Move.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791426df22d4fa7ae9c1438db6da351ce6d8f0dca0b03362a3a592bd3aa064d1 +size 1838 diff --git a/Project/Content/Core/Input/IMC_Player.uasset b/Project/Content/Core/Input/IMC_Player.uasset new file mode 100644 index 0000000..39e715b --- /dev/null +++ b/Project/Content/Core/Input/IMC_Player.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51b8e4148f686092a5b7b6cad78f5f05dc453b5e0f8e2806e3b526a03f3d14d +size 5460 diff --git a/Project/Source/Gasa/GasaPlayerController.cpp b/Project/Source/Gasa/GasaPlayerController.cpp new file mode 100644 index 0000000..436288c --- /dev/null +++ b/Project/Source/Gasa/GasaPlayerController.cpp @@ -0,0 +1 @@ +#include "GasaPlayerController.h" \ No newline at end of file diff --git a/Project/Source/Gasa/GasaPlayerController.h b/Project/Source/Gasa/GasaPlayerController.h new file mode 100644 index 0000000..9055838 --- /dev/null +++ b/Project/Source/Gasa/GasaPlayerController.h @@ -0,0 +1,12 @@ +#pragma once + +#include "GasaPlayerController.generated.h" + +UCLASS(Blueprintable) +class GASA_API AGasaPlayerController : public APlayerController +{ + GENERATED_BODY() + +public: + +};