Esempio n. 1
0
 public bool AddPlayer(int id, Player player)
 {
     return(PlayerIndex.TryAdd(id, player));
 }