Create TankPlayerController
This commit is contained in:
parent
a194605221
commit
cec5f2e90d
BIN
Content/Player/BP_TankPlayerController.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Player/BP_TankPlayerController.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
5
Source/tank/TankPlayerController.cpp
Normal file
5
Source/tank/TankPlayerController.cpp
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||||||
|
|
||||||
|
|
||||||
|
#include "TankPlayerController.h"
|
||||||
|
|
17
Source/tank/TankPlayerController.h
Normal file
17
Source/tank/TankPlayerController.h
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "CoreMinimal.h"
|
||||||
|
#include "GameFramework/PlayerController.h"
|
||||||
|
#include "TankPlayerController.generated.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
UCLASS()
|
||||||
|
class TANK_API ATankPlayerController : public APlayerController
|
||||||
|
{
|
||||||
|
GENERATED_BODY()
|
||||||
|
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user