mirror of
https://github.com/Theaninova/BeatLanguageMapper.git
synced 2026-01-10 20:32:49 +00:00
Initial Commit!
いきますよ!
This commit is contained in:
14
Source/MediocreMapper.Target.cs
Normal file
14
Source/MediocreMapper.Target.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class MediocreMapperTarget : TargetRules
|
||||
{
|
||||
public MediocreMapperTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
Type = TargetType.Game;
|
||||
|
||||
ExtraModuleNames.AddRange( new string[] { "MediocreMapper" } );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user