Example #1
0
 public void UpdatePointsOnBoard(int virusQuantity)
 {
     _boardBehaviour.UpdatePoints(virusQuantity);
 }