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