예제 #1
0
 public tempCurveDataContainer(CelestialBody body, DREAtmTempCurve callingCurve, bool dumpToText)
 {
     this.body         = body;
     this.callingCurve = callingCurve;
     this.dumpToText   = dumpToText;
 }
예제 #2
0
 public tempCurveDataContainer(CelestialBody body, DREAtmTempCurve callingCurve, bool dumpToText)
 {
     this.body = body;
     this.callingCurve = callingCurve;
     this.dumpToText = dumpToText;
 }