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