Skip to content

Commit

Permalink
UML: remove player argument from drawCard
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCaracciolo committed Mar 19, 2024
1 parent caa3ab3 commit e384222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deliveries/UML/class_diagram.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ classDiagram
# chooseSecretObjective(Objective obj) void
# proposeSecretObjectives() Pair~Objective, Objective~
# makeMove(Pair~Integer, Integer~ coords, PlayableCard card, Side side) void
# drawCard(Player player, DrawSource draw) PlayableCard
# drawCard(DrawSource draw) PlayableCard
# doStart() void
# doFinish() void
# setState() void
Expand Down

0 comments on commit e384222

Please sign in to comment.