public CellRelocator(MapGrid mapGrid) { this.mapGrid = mapGrid; }
public PlayerVisibilityNotifier(MapGrid mapGrid) { this.mapGrid = mapGrid; }