Move SupportPowers to Traits namespace

This commit is contained in:
reaperrr
2014-12-25 22:53:43 +01:00
parent d58807cdb8
commit 51fe951cd6
14 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ using OpenRA.Graphics;
using OpenRA.Mods.Common.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.RA
namespace OpenRA.Mods.RA.Traits
{
[Desc("Attach this to the player actor.")]
public class SupportPowerManagerInfo : ITraitInfo, Requires<DeveloperModeInfo>, Requires<TechTreeInfo>