@@ -63,6 +63,7 @@ public class Game implements Serializable {
|
||||
* The mapping between slots and the players assigned to them.
|
||||
*/
|
||||
private HashMap<Slot,Player> slotMap;
|
||||
public HashMap<Slot,Player> getSlotMap() {return slotMap;};
|
||||
|
||||
/**
|
||||
* The configured number of players for this game.
|
||||
|
||||
Reference in New Issue
Block a user