generated from Basemash_UE/UE_Template
13 lines
345 B
C#
13 lines
345 B
C#
|
|
using UnrealBuildTool;
|
||
|
|
|
||
|
|
public class Simulore_TirsovaEditorTarget : TargetRules
|
||
|
|
{
|
||
|
|
public Simulore_TirsovaEditorTarget(TargetInfo Target) : base(Target)
|
||
|
|
{
|
||
|
|
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
||
|
|
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
|
||
|
|
Type = TargetType.Editor;
|
||
|
|
ExtraModuleNames.Add("Simulore_Tirsova");
|
||
|
|
}
|
||
|
|
}
|