public void AbsorbPowerUp(GameObject go) { PowerUp pu = go.GetComponent <PowerUp>(); pu.Absorbed(this.gameObject); }