diff --git a/docs/diagrams/SavingFeature.puml b/docs/diagrams/SavingFeature.puml index 55bb25cdb..4b3446ef1 100644 --- a/docs/diagrams/SavingFeature.puml +++ b/docs/diagrams/SavingFeature.puml @@ -31,12 +31,13 @@ loop until the command type is QuitCommand mainClass -> InventoryItemsStorage:saveFile(PLAYER_INVENTORY) activate InventoryItemsStorage deactivate mainClass + deactivate MapStorage + deactivate PlayerStatusStorage + deactivate InventoryItemsStorage end deactivate mainClass -deactivate MapStorage -deactivate PlayerStatusStorage -deactivate InventoryItemsStorage + destroy mainClass destroy MapStorage destroy PlayerStatusStorage diff --git a/picture/SavingFeature.png b/picture/SavingFeature.png index 1504cc62c..c2c242c7e 100644 Binary files a/picture/SavingFeature.png and b/picture/SavingFeature.png differ