generated from amasson/UnrealEngineProject
Player controller class
This commit is contained in:
Binary file not shown.
5
Source/Wailing/Private/Player/WLPlayerController.cpp
Normal file
5
Source/Wailing/Private/Player/WLPlayerController.cpp
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
// Copyright by amasson
|
||||||
|
|
||||||
|
|
||||||
|
#include "Player/WLPlayerController.h"
|
||||||
|
|
||||||
17
Source/Wailing/Public/Player/WLPlayerController.h
Normal file
17
Source/Wailing/Public/Player/WLPlayerController.h
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// Copyright by amasson
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "CoreMinimal.h"
|
||||||
|
#include "Player/GRPlayerController.h"
|
||||||
|
#include "WLPlayerController.generated.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
UCLASS()
|
||||||
|
class WAILING_API AWLPlayerController : public AGRPlayerController
|
||||||
|
{
|
||||||
|
GENERATED_BODY()
|
||||||
|
|
||||||
|
};
|
||||||
@@ -12,8 +12,11 @@ public class Wailing : ModuleRules
|
|||||||
|
|
||||||
PrivateDependencyModuleNames.AddRange(new string[] {
|
PrivateDependencyModuleNames.AddRange(new string[] {
|
||||||
"AIModule",
|
"AIModule",
|
||||||
|
"EnhancedInput",
|
||||||
"FactionSystem",
|
"FactionSystem",
|
||||||
"GasRpg",
|
"GasRpg",
|
||||||
|
"NavigationSystem",
|
||||||
|
"InteractionSystem",
|
||||||
});
|
});
|
||||||
|
|
||||||
// Uncomment if you are using Slate UI
|
// Uncomment if you are using Slate UI
|
||||||
|
|||||||
Reference in New Issue
Block a user