Beispiel #1
0
 public (ShotCoord, ShotCoord) GetServingPositions(Score score)
 {
     return(ShotMaker.GetPlayerIntialPositions(currentPlayerServing, score));
 }