コード例 #1
0
ファイル: DREAtmData.cs プロジェクト: spigot/DeadlyReentry
 public tempCurveDataContainer(CelestialBody body, DREAtmTempCurve callingCurve, bool dumpToText)
 {
     this.body         = body;
     this.callingCurve = callingCurve;
     this.dumpToText   = dumpToText;
 }
コード例 #2
0
ファイル: DREAtmData.cs プロジェクト: kevin-ye/DeadlyReentry
 public tempCurveDataContainer(CelestialBody body, DREAtmTempCurve callingCurve, bool dumpToText)
 {
     this.body = body;
     this.callingCurve = callingCurve;
     this.dumpToText = dumpToText;
 }