コード例 #1
0
ファイル: API.cs プロジェクト: jvdnbus/SSAT2
 public static Guid GetCelestialBodyGuid(CelestialBody celestialBody)
 {
     return(RTUtil.Guid(celestialBody));
 }