AzureAbyss/Source/the_twilight_abyss.Target.cs
2022-10-18 10:10:40 +01:00

15 lines
386 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class the_twilight_abyssTarget : TargetRules
{
public the_twilight_abyssTarget( TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V2;
ExtraModuleNames.AddRange( new string[] { "the_twilight_abyss" } );
}
}