Files
Ancient-Force/Source/AFPrototype.Target.cs
AncientTale 7c7fd71347 .
2026-04-29 17:54:38 +03:00

16 lines
401 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class AFPrototypeTarget : TargetRules
{
public AFPrototypeTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V6;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_7;
ExtraModuleNames.Add("AFPrototype");
}
}