Gamesystem_Class (addPlayer-Implementation, removePlayer-Implementation,
getAllPlayers-Implementation, isTheGameGoing-Implementation, handOutCards-Implementation)MAIN
parent
fae889e17f
commit
356354acee
|
@ -88,7 +88,7 @@ public class Gamesystem {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void playCard (int id_Card) {
|
public void playCard (int id_Card) {
|
||||||
boolean playerHasCard = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue