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

@@ -10,9 +10,10 @@
#endregion
using OpenRA.Mods.Common.Traits;
using OpenRA.Mods.Common.Traits.Render;
using OpenRA.Traits;
namespace OpenRA.Mods.Cnc.Traits
namespace OpenRA.Mods.Cnc.Traits.Render
{
[Desc("Building animation to play when ProductionAirdrop is used to deliver units.")]
public class WithDeliveryAnimationInfo : ITraitInfo, Requires<WithSpriteBodyInfo>