public Player(PlayerIndex playerIndex, IShip ship, Island homeIsland, Map map) { this.playerIndex = playerIndex; this.ship = ship; this.homeIsland = homeIsland; this.map = map; }
public PlayerFactory(Map map) { this.map = map; }