Skip to content

Commit

Permalink
Add method getPoints() in class ResourceCard
Browse files Browse the repository at this point in the history
  • Loading branch information
gixium committed Mar 19, 2024
1 parent e384222 commit 346b163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deliveries/UML/class_diagram.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ classDiagram

class ResourceCard {
+ ResourceCard(CardFace front, CardFace back, int points)
+ getPoints() : int
}

class GoldCard {
Expand Down

0 comments on commit 346b163

Please sign in to comment.