перенос на 25 версию, создание с++

This commit is contained in:
Andron666
2021-09-15 13:28:27 +05:00
parent 577f8b099a
commit d2e74a40f8
115 changed files with 529 additions and 5 deletions
+15
View File
@@ -0,0 +1,15 @@
// Fill out your copyright notice in the Description page of Project Settings.
using UnrealBuildTool;
using System.Collections.Generic;
public class TEM2EditorTarget : TargetRules
{
public TEM2EditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V2;
ExtraModuleNames.AddRange( new string[] { "TEM2" } );
}
}