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