mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-14 23:54:43 -04:00
11 lines
333 B
C#
11 lines
333 B
C#
namespace Observatory.Framework.Files.Journal.StationServices;
|
|
|
|
public class Outfitting : JournalBase
|
|
{
|
|
public ulong MarketID { get; init; }
|
|
/// <summary>
|
|
/// Name of the station at which this event occurred.
|
|
/// </summary>
|
|
public string StationName { get; init; }
|
|
public string StarSystem { get; init; }
|
|
} |