added ready/gamestart handling
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user