public void Jump()
 {
     myPlayer.Jump();
     StartCoroutine(HideButtonsWhileDoingActionEnumerator(PhotonPlayer.JUMP_TIME));
 }