// 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"); } }