added ready/gamestart handling

This commit is contained in:
Chris Forbes
2009-12-01 20:03:59 +13:00
parent 235ff36792
commit aa4517c7ab
7 changed files with 153 additions and 19 deletions

View File

@@ -15,6 +15,9 @@ namespace OpenRA.Server
public int ExpectLength = 8;
public int Frame = 0;
/* client data */
public bool IsReady;
public byte[] PopBytes(int n)
{
var result = data.GetRange(0, n);