init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// © 2025 Naked People Team. All Rights Reserved.
|
||||
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class NakedDesireEditorTarget : TargetRules
|
||||
{
|
||||
public NakedDesireEditorTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
Type = TargetType.Editor;
|
||||
DefaultBuildSettings = BuildSettingsVersion.V6;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
|
||||
ExtraModuleNames.Add("NakedDesire");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user