netplay readying cleanup

This commit is contained in:
Chris Forbes
2010-01-16 18:47:28 +13:00
parent e01f684878
commit e920ee8c92
5 changed files with 30 additions and 17 deletions

View File

@@ -26,8 +26,6 @@ namespace OpenRa.Game
public int PowerProvided = 0;
public int PowerDrained = 0;
public bool IsReady;
public Shroud Shroud = new Shroud();
public Dictionary<string, SupportPower> SupportPowers;