mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-17 05:04:56 +01:00
Initial Commit
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
|
||||
public class ShipyardSell : JournalBase
|
||||
{
|
||||
public class ShipyardSell : JournalBase
|
||||
{
|
||||
public ulong MarketID { get; init; }
|
||||
public string ShipType { get; init; }
|
||||
public ulong SellShipID { get; init; }
|
||||
public long ShipPrice { get; init; }
|
||||
public string System { get; init; }
|
||||
}
|
||||
}
|
||||
public ulong MarketID { get; init; }
|
||||
public string ShipType { get; init; }
|
||||
public ulong SellShipID { get; init; }
|
||||
public long ShipPrice { get; init; }
|
||||
public string System { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user