Move various RA-specific traits to the new folder/namespace structure

This commit is contained in:
reaperrr
2014-12-14 14:50:17 +01:00
parent b217730caa
commit 91c19b0f66
10 changed files with 19 additions and 17 deletions

View File

@@ -12,6 +12,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using OpenRA.Mods.RA.Render;
using OpenRA.Mods.RA.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.RA.Activities