namespace Observatory.Framework.Files.Journal { public class SupercruiseExit : SupercruiseEntry { public string Body { get; init; } public int BodyID { get; init; } public string BodyType { get; init; } } }