default template
This commit is contained in:
13
Source/SevenStarsEditor.Target.cs
Normal file
13
Source/SevenStarsEditor.Target.cs
Normal file
@ -0,0 +1,13 @@
|
||||
// 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");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user