1
0

default template

This commit is contained in:
2018-09-01 20:37:09 +02:00
parent 0b24baf949
commit a9d6fa07f0
73 changed files with 834 additions and 0 deletions

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