namespace Observatory.Framework.Files.Journal.Trade; public class CollectCargo : JournalBase { public override string Event => "CollectCargo"; public string Type { get; init; } public string Type_Localised { get; init; } public bool Stolen { get; init; } public int MissionID { get; init; } }