2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-01 16:33:43 -04:00
Files
pulsar/ObservatoryFramework/Files/Journal/Trade/CollectCargo.cs
2024-04-13 18:10:46 +10:00

9 lines
264 B
C#

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