コード例 #1
0
 public tempCurveDataContainer(CelestialBody body, AtmTempCurve callingCurve, bool dumpToText)
 {
     this.body         = body;
     this.callingCurve = callingCurve;
     this.dumpToText   = dumpToText;
 }
コード例 #2
0
ファイル: AtmData.cs プロジェクト: Kerbas-ad-astra/RealHeat
 public tempCurveDataContainer(CelestialBody body, AtmTempCurve callingCurve, bool dumpToText)
 {
     this.body = body;
     this.callingCurve = callingCurve;
     this.dumpToText = dumpToText;
 }