KOFForever/KOFForever/Source/KOFForeverEditor.Target.cs
Kevin bb41329352 Initial commit
Initial commit
2022-01-10 17:01:28 -05:00

15 lines
351 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class KOFForeverEditorTarget : TargetRules
{
public KOFForeverEditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V2;
ExtraModuleNames.Add("KOFForever");
}
}