mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-16 04:44:56 +01:00
Initial Commit
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
|
||||
public class ShipyardTransfer : JournalBase
|
||||
{
|
||||
public class ShipyardTransfer : JournalBase
|
||||
{
|
||||
public ulong MarketID { get; init; }
|
||||
public string ShipType { get; init; }
|
||||
public string ShipType_Localised { get; init; }
|
||||
public ulong ShipID { get; init; }
|
||||
public string System { get; init; }
|
||||
public ulong ShipMarketID { get; init; }
|
||||
public float Distance { get; init; }
|
||||
public int TransferPrice { get; init; }
|
||||
public long TransferTime { 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 System { get; init; }
|
||||
public ulong ShipMarketID { get; init; }
|
||||
public float Distance { get; init; }
|
||||
public int TransferPrice { get; init; }
|
||||
public long TransferTime { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user