mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-03 17:13:43 -04:00
Change all "ID" parameter types to ulong
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
{
|
||||
public class ShipyardTransfer : JournalBase
|
||||
{
|
||||
public long MarketID { 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 long ShipMarketID { 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