Files
WizardingHub/Source/WizardingCentral.Target.cs
T
2025-05-05 15:59:13 -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.V5;
ExtraModuleNames.AddRange(new[] { "WizardingCentral" });
}
}