mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-04 17:43:42 -04:00
Initial Commit
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
|
||||
public class ShipyardSwap : JournalBase
|
||||
{
|
||||
public class ShipyardSwap : JournalBase
|
||||
{
|
||||
public ulong MarketID { get; init; }
|
||||
public string ShipType { get; init; }
|
||||
public string ShipType_Localised { get; init; }
|
||||
public ulong ShipID { get; init; }
|
||||
public string StoreOldShip { get; init; }
|
||||
public ulong StoreShipID { get; init; }
|
||||
public string SellOldShip { get; init; }
|
||||
public ulong SellShipID { get; init; }
|
||||
}
|
||||
}
|
||||
public ulong MarketID { get; init; }
|
||||
public string ShipType { get; init; }
|
||||
public string ShipType_Localised { get; init; }
|
||||
public ulong ShipID { get; init; }
|
||||
public string StoreOldShip { get; init; }
|
||||
public ulong StoreShipID { get; init; }
|
||||
public string SellOldShip { get; init; }
|
||||
public ulong SellShipID { get; init; }
|
||||
}
|
Reference in New Issue
Block a user