Exemple #1
0
 protected override void Interact(ShipMotor shipMotor)
 {
     shipMotor.UpdateLife(healAmount);
     Destroy(gameObject);
 }