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