// Copyright Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; public class {GAME_NAME}Target : TargetRules { public {GAME_NAME}Target(TargetInfo Target) : base(Target) { Type = TargetType.Game; ExtraModuleNames.Add("UE4Game"); } }