using UnrealBuildTool; using System.Collections.Generic; public class MotrisaTarget : TargetRules { public MotrisaTarget(TargetInfo Target) : base(Target) { Type = TargetType.Game; ExtraModuleNames.AddRange( new string[] { "Motrisa" } ); } }