Dissolve Move namespace into Activities & Traits

This commit is contained in:
reaperrr
2014-12-21 00:44:21 +01:00
parent 38b579a081
commit 5c5210f5e3
40 changed files with 36 additions and 48 deletions

View File

@@ -8,10 +8,9 @@
*/
#endregion
using OpenRA.Mods.RA.Move;
using OpenRA.Traits;
namespace OpenRA.Mods.RA
namespace OpenRA.Mods.RA.Traits
{
[Desc("Makes the unit automatically run around when taking damage.")]
class ScaredyCatInfo : ITraitInfo