initial stuff hopefully this works

This commit is contained in:
Ji Yoon Rhee
2023-10-09 19:37:22 -04:00
parent c1910ab988
commit 01555c3ccf
490 changed files with 405854 additions and 0 deletions

View File

@ -0,0 +1,15 @@
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class hwanyoung2EditorTarget : TargetRules
{
public hwanyoung2EditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V2;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
ExtraModuleNames.Add("hwanyoung2");
}
}