A modded EditSaber for making beat saber maps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
387 B

4 years ago
  1. // Fill out your copyright notice in the Description page of Project Settings.
  2. using UnrealBuildTool;
  3. using System.Collections.Generic;
  4. public class MediocreMapAssistant2EditorTarget : TargetRules
  5. {
  6. public MediocreMapAssistant2EditorTarget(TargetInfo Target) : base(Target)
  7. {
  8. Type = TargetType.Editor;
  9. ExtraModuleNames.AddRange( new string[] { "MediocreMapAssistant2" } );
  10. }
  11. }