epic-inventory/epic_inventory/Source/epic_inventoryEditor.Target.cs
2024-10-22 18:22:34 -05:00

16 lines
424 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class epic_inventoryEditorTarget : TargetRules
{
public epic_inventoryEditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_4;
ExtraModuleNames.Add("epic_inventory");
}
}