Beispiel #1
0
 /// <inheritdoc/>
 public int GetXCoordinate(string playerName)
 {
     return(_console.GetNumber(playerName + " set horizontal coordinate (0..2) ", 0, 2));
 }