gameStart method now returns HashMap
This commit is contained in:
parent
cba5a6b22c
commit
684bf9e553
|
@ -22,6 +22,8 @@ public class Parser {
|
|||
|
||||
public HashMap<String, Integer> gameStart(){
|
||||
return null;
|
||||
//Anzahlspieler,int
|
||||
//Siegespunkte,int
|
||||
}
|
||||
|
||||
public void giveCoordinatesForStructures(Config.Structure structure) {
|
||||
|
|
Loading…
Reference in New Issue