Gamesystem_Class (addPlayer-Implementation, removePlayer-Implementation,

getAllPlayers-Implementation, isTheGameGoing-Implementation,
handOutCards-Implementation)
MAIN
wafialwakil 2024-03-05 10:57:46 +01:00
parent fae889e17f
commit 356354acee
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class Gamesystem {
} }
public void playCard (int id_Card) { public void playCard (int id_Card) {
boolean playerHasCard = false;
} }