Files
PvPDemo/Source/PvPDemo.Target.cs
T

16 lines
389 B
C#
Raw Normal View History

2026-05-31 02:35:26 +08:00
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class PvPDemoTarget : TargetRules
{
public PvPDemoTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V6;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_7;
ExtraModuleNames.Add("PvPDemo");
}
}