IOrderGenerator now renders itself (Removed various cast and is fails.). - Fixed silly bug in prev.

This commit is contained in:
Bob
2009-11-14 03:09:27 +13:00
parent c285f1d210
commit 5e3f2aa861
6 changed files with 140 additions and 132 deletions

View File

@@ -8,5 +8,6 @@ namespace OpenRa.Game
{
IEnumerable<Order> Order( int2 xy, bool lmb );
void Tick();
void Render();
}
}