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,7 +12,7 @@
using System.Collections.Generic;
using OpenRA.Graphics;
namespace OpenRA
namespace OpenRA.Orders
{
public interface IOrderGenerator
{