Move UnitOrderGenerator to Mods.Common.

This commit is contained in:
Paul Chote
2022-06-10 22:18:41 +01:00
committed by teinarss
parent 6eb8a4568b
commit d050fe9f26
6 changed files with 4 additions and 6 deletions

View File

@@ -10,7 +10,6 @@
#endregion
using System.Collections.Generic;
using OpenRA.Orders;
namespace OpenRA.Mods.Common.Orders
{