public void jumpByZRoot(Vector3 direction, float forcePower) { levController.jumpByZRoot(direction, forcePower); levController.OnLanding += OnLandingByZRoot; }