Skip to content

Commit

Permalink
Merge pull request #130 from BestDownLoader365/Fix_SavingFeature
Browse files Browse the repository at this point in the history
Fix saving feature implementation error
  • Loading branch information
BestDownLoader365 committed Apr 15, 2024
2 parents b7de171 + 741ff6d commit 807a0aa
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 807a0aa

Please sign in to comment.