Example #1
0
 public void IncreasePlayerHealth(int health, Random random)
 {
     player.IncreaseHealth(health, random);
 }