public void PickUpHealth(PickUp Health) { Health.ApplyPickupToPlayer(); }
public void PickUpMana(PickUp Mana) { Mana.ApplyPickupToPlayer(); }