Dissolve Render namespace

This commit is contained in:
reaperrr
2014-12-25 23:40:40 +01:00
parent 51fe951cd6
commit 2054e41552
42 changed files with 43 additions and 55 deletions

View File

@@ -12,7 +12,7 @@ using System.Linq;
using OpenRA.Mods.Common.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.RA.Render
namespace OpenRA.Mods.RA.Traits
{
class RenderUnitReloadInfo : RenderUnitInfo, Requires<ArmamentInfo>, Requires<AttackBaseInfo>
{