1
0
SevenStars/Source/SevenStars.Target.cs

14 lines
297 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 SevenStarsTarget : TargetRules
{
public SevenStarsTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
ExtraModuleNames.Add("SevenStars");
}
}