ClearActions()

private void ClearActions()
    {
        comboSliceAction.started -= SliceComboStatus;
        comboSliceAction.performed -= ComboSlice;
        throwTouchAction.performed -= Throw;
        throwMouseAction.performed -= Throw;
        inventoryToggle.performed -= ToggleInventory;
        pickUpAction.performed -= PickUpItem;
        frontFlipInputAction.performed -= StartFlip;
        mouseDown.started -= startADrag;
        mouseDown.canceled -= stopADrag;
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *