Files
Onejsky4U/Source/Onejsky4UEditor.Target.cs
Andron666 b0c5bb901b LetsGO
2020-10-20 19:30:04 +05:00

15 lines
373 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class Onejsky4UEditorTarget : TargetRules
{
public Onejsky4UEditorTarget( TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V2;
ExtraModuleNames.AddRange( new string[] { "Onejsky4U" } );
}
}