diff --git a/OpenRA.Mods.Common/Traits/Multipliers/PowerMultiplier.cs b/OpenRA.Mods.Common/Traits/Multipliers/PowerMultiplier.cs index b4312ef2ac..f2fd11ff42 100644 --- a/OpenRA.Mods.Common/Traits/Multipliers/PowerMultiplier.cs +++ b/OpenRA.Mods.Common/Traits/Multipliers/PowerMultiplier.cs @@ -8,10 +8,9 @@ */ #endregion -using OpenRA.Mods.Common.Traits; using OpenRA.Traits; -namespace OpenRA.Mods.Common +namespace OpenRA.Mods.Common.Traits { [Desc("The power usage/output of this actor is multiplied based on upgrade level if specified.")] public class PowerMultiplierInfo : UpgradeMultiplierTraitInfo