mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-14 23:54:43 -04:00
9 lines
264 B
C#
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; }
|
|
} |