Moved DeployOrderTargeter.cs from OpenRA.Mods.RA to Common

This commit is contained in:
penev92
2014-10-08 15:29:58 +03:00
parent c1d1c6f226
commit 7e59e1bf9a
10 changed files with 31 additions and 30 deletions

View File

@@ -8,10 +8,10 @@
*/
#endregion
using System.Collections.Generic;
using System.Linq;
using OpenRA.Mods.RA.Orders;
using System.Collections.Generic;
using OpenRA.Traits;
using OpenRA.Mods.Common.Orders;
namespace OpenRA.Mods.RA
{