setup stances; not using team ids from lobby yet.

This commit is contained in:
Chris Forbes
2010-03-19 18:25:58 +13:00
parent deffb10c81
commit 36f68a4026
2 changed files with 15 additions and 0 deletions

View File

@@ -195,5 +195,7 @@ namespace OpenRA
Sound.PlayToPlayer(this, eva.CashTickDown);
}
}
public Dictionary<Player, Stance> Stances = new Dictionary<Player, Stance>();
}
}