public void Drag() { if (Input.GetMouseButtonDown(0)) { EventMgr.Call(EventID.SpriteJump); } StartCoroutine(DragButton()); }