epic-inventory/epic_inventory/Source/epic_inventory.Target.cs

16 lines
410 B
C#
Raw Permalink Normal View History

2024-10-22 17:22:34 -06:00
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class epic_inventoryTarget : TargetRules
{
public epic_inventoryTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_4;
ExtraModuleNames.Add("epic_inventory");
}
}