public void StopUsingEquipment() { HandleEquipmentRemainingDuration(); if (currentEquipment == null) { return; } currentEquipment.OnStopUsing(); }