Skip to content

Commit

Permalink
Fix saving feature implementation error
Browse files Browse the repository at this point in the history
  • Loading branch information
BestDownLoader365 committed Apr 15, 2024
1 parent 90d1903 commit 741ff6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/diagrams/SavingFeature.puml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified picture/SavingFeature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 741ff6d

Please sign in to comment.