Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
naomod
Object-Oriented Software Analysis and Design (OOAD)
Projet 2020 - Not Alone
Commits
d0d6a772
Commit
d0d6a772
authored
Dec 11, 2020
by
Thomas DENIS
Browse files
Correction de la méthode addPlaceCardInDefausse
parent
27a11d45
Changes
1
Hide whitespace changes
Inline
Side-by-side
not-alone-server/src/main/java/fr/univnantes/alma/server/game/item/player/hand/HandTraque.java
View file @
d0d6a772
...
...
@@ -169,7 +169,7 @@ public class HandTraque {
}
public
boolean
addPlaceCardInDefausse
(
List
<
PlaceCard
>
cards
){
return
placeCards
.
add
(
cards
);
return
placeCards
.
add
InDefausse
(
cards
);
}
public
boolean
playPlaceCard
(
PlaceCard
card
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment