добавлен C++ для развертывания на экраны
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class MotrisaEditorTarget : TargetRules
|
||||
{
|
||||
public MotrisaEditorTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
Type = TargetType.Editor;
|
||||
|
||||
ExtraModuleNames.AddRange( new string[] { "Motrisa" } );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user