1
0
SevenStars/Source/SevenStarsEditor.Target.cs

14 lines
311 B
C#
Raw Normal View History

2018-09-01 18:37:09 +00:00
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class SevenStarsEditorTarget : TargetRules
{
public SevenStarsEditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
ExtraModuleNames.Add("SevenStars");
}
}