Merge pull request #9867 from GraionDilach/fix-powermultiplier-namespace

Fix PowerMultiplier namespace.
This commit is contained in:
Oliver Brakmann
2015-11-05 20:21:42 +01:00

View File

@@ -8,10 +8,9 @@
*/ */
#endregion #endregion
using OpenRA.Mods.Common.Traits;
using OpenRA.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.")] [Desc("The power usage/output of this actor is multiplied based on upgrade level if specified.")]
public class PowerMultiplierInfo : UpgradeMultiplierTraitInfo public class PowerMultiplierInfo : UpgradeMultiplierTraitInfo