generated from amasson/UnrealEngineProject
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6edcd72294 | |||
| 848eb649ab |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
Submodule Plugins/FactionSystem updated: 691169eda5...8e997faa0e
+1
-1
Submodule Plugins/GasRpg updated: 8347ac37b6...f313afb1fc
@@ -0,0 +1,5 @@
|
||||
// Copyright by amasson
|
||||
|
||||
|
||||
#include "Data/WLCharacterKit.h"
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
// Copyright by amasson
|
||||
|
||||
|
||||
#include "Player/WLPlayerController.h"
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
// Copyright by amasson
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Data/GRCharacterKit.h"
|
||||
#include "WLCharacterKit.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class WAILING_API UWLCharacterKit : public UGRCharacterKit
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
};
|
||||
|
||||
@@ -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()
|
||||
|
||||
};
|
||||
@@ -10,7 +10,14 @@ public class Wailing : ModuleRules
|
||||
|
||||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
|
||||
|
||||
PrivateDependencyModuleNames.AddRange(new string[] { });
|
||||
PrivateDependencyModuleNames.AddRange(new string[] {
|
||||
"AIModule",
|
||||
"EnhancedInput",
|
||||
"FactionSystem",
|
||||
"GasRpg",
|
||||
"NavigationSystem",
|
||||
"InteractionSystem",
|
||||
});
|
||||
|
||||
// Uncomment if you are using Slate UI
|
||||
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
|
||||
|
||||
+5
-2
@@ -7,7 +7,10 @@
|
||||
{
|
||||
"Name": "Wailing",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
"LoadingPhase": "Default",
|
||||
"AdditionalDependencies": [
|
||||
"GasRpg"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
@@ -19,4 +22,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user