OrdersForFrame now returns serialized orders
This commit is contained in:
@@ -5,7 +5,7 @@ namespace OpenRa.Orders
|
||||
interface IOrderSource
|
||||
{
|
||||
void SendLocalOrders(int localFrame, List<Order> localOrders);
|
||||
List<Order> OrdersForFrame(int currentFrame);
|
||||
List<byte[]> OrdersForFrame(int currentFrame);
|
||||
bool IsReadyForFrame(int frameNumber);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user