Added TodoFunc

This commit is contained in:
2025-07-09 01:47:49 +02:00
parent 92fecc4e67
commit d9171561a8
4 changed files with 15 additions and 1 deletions

View File

@ -9,6 +9,7 @@ public class Yotta2025EditorTarget : TargetRules
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_6;
ExtraModuleNames.AddRange( new string[] { "Yotta2025" } );
}