NewVersion

This commit is contained in:
AncientTale
2026-03-29 10:11:17 +03:00
commit 47d4e4755b
18099 changed files with 77925 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
// 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");
}
}