Example #1
0
 private void HurtShip()
 {
     motherShip.Hurt(Random.Range(damageMin, damageMax));
 }