public Map(MapSpy spy) { _spy = spy; _spy.SetPlanets(_planets); _spy.SetPlayers(_players); }
public void Setup() { _spy = new MapSpy(); _map = new Map(_spy); }