Files
WizardingHub/Source/WizardingCentral.Target.cs
T
2024-09-09 21:00:18 -04:00

14 lines
330 B
C#

// Copyright Team Lumi. All Rights Reserved.
using UnrealBuildTool;
public class WizardingCentralTarget : TargetRules
{
public WizardingCentralTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V4;
ExtraModuleNames.AddRange(new[] { "WizardingCentral" });
}
}