public void PickUp(Charakter c)
 {
     c.OnPickUpEnter(this);
     Destroy(gameObject, 2f);
     gameObject.SetActive(false);
 }