Ejemplo n.º 1
0
 public StarData()
 {
     this.Mass           = new FRange();
     this.Radius         = new FRange();
     this.Color          = new CRange();
     this.Luminosity     = new FRange();
     this.EvolutionState = StarEvolutionState.Main;
 }
Ejemplo n.º 2
0
 public PlanetData()
 {
     Radius = new FRange();
 }