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
a805dc94
Commit
a805dc94
authored
Nov 27, 2020
by
Thomas DENIS
Browse files
Ajout d'un getter (getJetons) dans HandCreature
parent
d02a6a10
Changes
1
Hide whitespace changes
Inline
Side-by-side
not-alone-server/src/main/java/fr/univnantes/alma/game/item/hand/HandCreature.java
View file @
a805dc94
...
...
@@ -37,6 +37,9 @@ public class HandCreature extends Hand {
public
Deck
<
TrackingCard
>
getTrackingCards
(){
return
trackingCards
;
}
public
Set
<
Jeton
>
getJetons
(){
return
jetons
;
}
public
Jeton
playJeton
(
Jeton
jeton
){
if
(
jetons
.
contains
(
jeton
)){
...
...
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