Killed that fail TechTree, and added a new one to Rules.

This commit is contained in:
Bob
2009-10-30 09:04:33 +13:00
parent 7b28ab7979
commit 6306690730
16 changed files with 133 additions and 272 deletions

View File

@@ -8,13 +8,13 @@ namespace OpenRa.Game
public int Palette;
public int Kills;
public string PlayerName;
public TechTree.TechTree TechTree = new OpenRa.TechTree.TechTree();
public Race Race;
public Player( int palette, string playerName, OpenRa.TechTree.Race race )
public Player( int palette, string playerName, Race race )
{
this.Palette = palette;
this.PlayerName = playerName;
TechTree.CurrentRace = race;
this.Race = race;
}
public float GetSiloFullness()