Illusion-UE5/hwanyoung2/Source/hwanyoung2.Target.cs

16 lines
398 B
C#
Raw Normal View History

2023-10-09 19:37:22 -04:00
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class hwanyoung2Target : TargetRules
{
public hwanyoung2Target(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
2025-02-17 17:16:49 +09:00
DefaultBuildSettings = BuildSettingsVersion.V2;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
2023-10-09 19:37:22 -04:00
ExtraModuleNames.Add("hwanyoung2");
2025-02-17 17:16:49 +09:00
}
2023-10-09 19:37:22 -04:00
}