初始化提交
This commit is contained in:
15
Source/BusyRabbit.Target.cs
Normal file
15
Source/BusyRabbit.Target.cs
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class BusyRabbitTarget : TargetRules
|
||||
{
|
||||
public BusyRabbitTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
Type = TargetType.Game;
|
||||
DefaultBuildSettings = BuildSettingsVersion.V5;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_4;
|
||||
ExtraModuleNames.Add("BusyRabbit");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user