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,8 @@ namespace OpenRa.Game
int powerProvided;
int powerDrained;
public bool IsReady;
public Player( int index, int palette, string playerName, Race race )
{
this.Index = index;