/// <summary> /// Initializes a new instance of the <see cref="Sector"/> class. /// </summary> public Sector(SectorData Data, PlayerMap PlayerMap) : this() { this.SectorData = Data; this.PlayerMap = PlayerMap; }
public MapRegion(PlayerMap Map) : this() { this.Map = Map; }