Fix PowerMultiplier namespace.

This commit is contained in:
Zimmermann Gyula
2015-11-02 14:03:37 +01:00
parent 7a6b5a0e55
commit 9ace207102

View File

@@ -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