Skip to content

Commit

Permalink
Update ItemUUID to Commons.ItemUUID in package diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeLayer committed May 28, 2024
1 parent f3f3b84 commit 4f35443
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified rendered/packages/User.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rendered/packages/total.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/packages/User.puml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ package User.Inventory {
' UserInventory
class ItemUserOwns {
+ Commons.UserUUID userIdentifier
+ ItemUUID itemIdentifier
+ Commons.ItemUUID itemIdentifier
+ int quantity
}

Expand Down
2 changes: 1 addition & 1 deletion src/packages/total.puml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ package User.Inventory {
' UserInventory
class ItemUserOwns {
+ Commons.UserUUID userIdentifier
+ ItemUUID itemIdentifier
+ Commons.ItemUUID itemIdentifier
+ int quantity
}

Expand Down

0 comments on commit 4f35443

Please sign in to comment.