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