private void BreakCurrentEquipment() { currentEquipment.OnStopUsing(); currentEquipment.OnBreak(); //sfx and things Unequip(); }