/
Yamenko
/
TPS
Обзор
Документация
Войти
/
Yamenko
/
TPS
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Source/TPSEditor.Target.cs
14 строк
330 B
Yamenko
Initial commit
24 апр 2024, 21:55
24 апр 2024, 21:55
7c9e2e0
Код
Авторство
О чём код?
// Copyright Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; public class TPSEditorTarget : TargetRules { public TPSEditorTarget(TargetInfo Target) : base(Target) { Type = TargetType.Editor; DefaultBuildSettings = BuildSettingsVersion.V2; ExtraModuleNames.Add("TPS"); } }