Exemplo n.º 1
0
 public List <Player> Winners()
 {
     return(RulesEngine.GetWinners().Select(x => Players[x]).ToList());
 }