Example #1
0
File: API.cs Project: jvdnbus/SSAT2
 public static Guid GetCelestialBodyGuid(CelestialBody celestialBody)
 {
     return(RTUtil.Guid(celestialBody));
 }