mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-02 17:03:41 -04:00
Change all "ID" parameter types to ulong
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
{
|
||||
public class ShipyardSell : JournalBase
|
||||
{
|
||||
public long MarketID { get; init; }
|
||||
public ulong MarketID { get; init; }
|
||||
public string ShipType { get; init; }
|
||||
public int SellShipID { get; init; }
|
||||
public ulong SellShipID { get; init; }
|
||||
public long ShipPrice { get; init; }
|
||||
public string System { get; init; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user