Exemplo n.º 1
0
 public void UpdatePointsOnBoard(int virusQuantity)
 {
     _boardBehaviour.UpdatePoints(virusQuantity);
 }