Ejemplo n.º 1
0
Archivo: API.cs Proyecto: jvdnbus/SSAT2
 public static Guid GetCelestialBodyGuid(CelestialBody celestialBody)
 {
     return(RTUtil.Guid(celestialBody));
 }