gameStart method now returns HashMap

This commit is contained in:
Leonardo Brandenberger 2021-12-02 15:22:33 +01:00
parent cba5a6b22c
commit 684bf9e553
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ public class Parser {
public HashMap<String, Integer> gameStart(){
return null;
//Anzahlspieler,int
//Siegespunkte,int
}
public void giveCoordinatesForStructures(Config.Structure structure) {