Ejemplo n.º 1
0
 public Game Respond(RespondModel model)
 {
     CurrentRound?.Respond(model.PlayerId, model.Responses);
     return(this);
 }