Add Player Controller
This commit is contained in:
parent
c47a072996
commit
26e875e47e
BIN
Content/Player/PlayerController.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Player/PlayerController.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
4
Source/Nakatomi/NakatomiPlayerController.cpp
Normal file
4
Source/Nakatomi/NakatomiPlayerController.cpp
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||||||
|
|
||||||
|
|
||||||
|
#include "NakatomiPlayerController.h"
|
19
Source/Nakatomi/NakatomiPlayerController.h
Normal file
19
Source/Nakatomi/NakatomiPlayerController.h
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "CoreMinimal.h"
|
||||||
|
#include "GameFramework/PlayerController.h"
|
||||||
|
#include "NakatomiPlayerController.generated.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
UCLASS()
|
||||||
|
class NAKATOMI_API ANakatomiPlayerController : public APlayerController
|
||||||
|
{
|
||||||
|
GENERATED_BODY()
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user