Legger til manglende kommentarer og fikser filnavn

This commit is contained in:
2020-05-03 16:15:33 +02:00
parent 448440a28d
commit ea3c3b46c4
6 changed files with 32 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ public class RoboRallyGame implements DrawableGame, InteractableGame {
* @param boardName The playerName of the board to use
* @param playerName The name of the player of this instance of the game
* @param server The server if this player is host. Should be null otherwise
* @param testingMode Whether the game should use the test deck rather than the proper deck
*/
public RoboRallyGame(List<Player> playerList, String boardName, String playerName,
RoboRallyServer server, Boolean testingMode) {