Move OrderGenerators to Mods.Common

This commit is contained in:
reaperrr
2015-01-05 22:55:27 +01:00
parent 0e1773ac5d
commit 5b8c97ae37
8 changed files with 8 additions and 13 deletions

View File

@@ -13,7 +13,6 @@ using System.Linq;
using OpenRA.Mods.Common.Orders;
using OpenRA.Mods.Common.Traits;
using OpenRA.Mods.Common.Widgets;
using OpenRA.Mods.RA.Orders;
using OpenRA.Widgets;
namespace OpenRA.Mods.RA.Widgets.Logic