Files
Ancient-Force/Source/AFPrototype.Target.cs
T
AncientTale 47d4e4755b NewVersion
2026-03-29 10:11:17 +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.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_7;
ExtraModuleNames.Add("AFPrototype");
}
}