Beispiel #1
0
 public PlanetarySystem(Star star)
 {
     this.SystemStar = star;
     astBodies       = new List <T>();
 }