Example #1
0
        void Update()
        {
            if (PlayerMotor.IsMoving())
            {
                Reset();
            }

            if (_isHanging)
            {
                TryHangingInputWithoutAudio();
            }
        }