Dissolve RA.Buildings namespace.

Move a handfull related, loose traits to RA.Traits as well.
This commit is contained in:
reaperrr
2014-12-25 22:44:37 +01:00
parent 9e806d5869
commit d58807cdb8
57 changed files with 47 additions and 74 deletions

View File

@@ -11,7 +11,7 @@
using System.Drawing;
using OpenRA.Traits;
namespace OpenRA.Mods.RA
namespace OpenRA.Mods.RA.Traits
{
[Desc("Visualize the remaining CaptureCompleteTime from ExternalCapturable: trait.")]
class ExternalCapturableBarInfo : ITraitInfo, Requires<ExternalCapturableInfo>