added server-driven local player choosing

This commit is contained in:
Chris Forbes
2009-12-01 22:54:25 +13:00
parent ee3699ae0e
commit 805327a557
4 changed files with 49 additions and 19 deletions

View File

@@ -17,6 +17,7 @@ namespace OpenRA.Server
/* client data */
public bool IsReady;
public int PlayerIndex;
public byte[] PopBytes(int n)
{