added new handtracking action
This commit is contained in:
12
HandyMann/Intermediate/Source/HandyMannServer.Target.cs
Normal file
12
HandyMann/Intermediate/Source/HandyMannServer.Target.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using UnrealBuildTool;
|
||||
|
||||
public class HandyMannServerTarget : TargetRules
|
||||
{
|
||||
public HandyMannServerTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
|
||||
Type = TargetType.Server;
|
||||
ExtraModuleNames.Add("HandyMann");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user