public ThingEnumerator(Sector sector) { this.sector = sector; thing = sector.thingList; current = null; }