Player controller class

This commit is contained in:
2024-08-24 15:42:32 +02:00
parent 848eb649ab
commit 6edcd72294
4 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
// Copyright by amasson
#include "Player/WLPlayerController.h"

View 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()
};

View File

@@ -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