Example #1
0
 public override void OnPickUp(BaseEntity entity)
 {
     entity.AddHealth(finalHealth);
 }