mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-08-02 13:15:27 +02:00
Legger til manglende kommentarer og fikser filnavn
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user