Exemplo n.º 1
0
 public void IncreaseDistance(int currentDistance)
 {
     currentDistance++;
     view.UpdateDistance(currentDistance);
 }