Exemplo n.º 1
0
 public List <Player> GetPlayerOrder(Game game, RoundAction roundAction)
 {
     return(roundCtr.GetPlayerOrder(game, roundAction));
 }