Default map and format from clang-format
This commit is contained in:
parent
6d90e7338a
commit
dc36454609
8 changed files with 15 additions and 19 deletions
|
|
@ -1,7 +1,6 @@
|
|||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class minicookEditorTarget : TargetRules
|
||||
{
|
||||
|
|
@ -10,6 +9,6 @@ public class minicookEditorTarget : TargetRules
|
|||
Type = TargetType.Editor;
|
||||
DefaultBuildSettings = BuildSettingsVersion.V2;
|
||||
|
||||
ExtraModuleNames.AddRange( new string[] { "minicook" } );
|
||||
ExtraModuleNames.AddRange(new[] {"minicook"});
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue