ugly hacked async connection

This commit is contained in:
Chris Forbes
2010-01-18 18:08:10 +13:00
parent b7c5b9e265
commit f6e70f74e3
4 changed files with 77 additions and 21 deletions

View File

@@ -26,6 +26,8 @@ namespace OpenRa.Orders
p.SendLocalOrders(i, new List<Order>());
}
public IEnumerable<IOrderSource> Sources { get { return sources; } }
public int FrameNumber { get { return frameNumber; } }
public OrderManager( IEnumerable<IOrderSource> sources )