Move IOrderGenerator to OpenRA.Orders namespace.

This commit is contained in:
Paul Chote
2021-07-11 17:09:04 +01:00
committed by teinarss
parent 320228f9d9
commit bbe068f6cb
5 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
using System.Collections.Generic;
using System.Linq;
using OpenRA.Graphics;
using OpenRA.Orders;
namespace OpenRA.Mods.Common.Orders
{