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

@@ -14,6 +14,7 @@ using System.Collections.Generic;
using System.Linq;
using OpenRA.Graphics;
using OpenRA.Mods.Common.Traits;
using OpenRA.Orders;
using OpenRA.Primitives;
using OpenRA.Traits;
using OpenRA.Widgets;