示例#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;
 }