public void OnPointerDown(PointerEventData eventData) { if (isGun) { mm.PopGun(true, this.gameObject); SetGunText(); } else { mm.PopBody(true, this.gameObject); SetBodyText(); } }