Move Render traits to Traits.Render namespace

This commit is contained in:
reaperrr
2016-04-15 20:43:04 +02:00
parent f07a5d6f69
commit fd5a597966
101 changed files with 116 additions and 72 deletions

View File

@@ -13,7 +13,7 @@ using OpenRA.Effects;
using OpenRA.Graphics;
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
namespace OpenRA.Mods.Common.Traits.Render
{
[Desc("Displays an overlay when the building is being repaired by the player.")]
public class WithRepairOverlayInfo : ITraitInfo, Requires<RenderSpritesInfo>, Requires<BodyOrientationInfo>