mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-18 05:24:56 +01:00
Change all "ID" parameter types to ulong
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
public long BoughtAtMarket { get; init; }
|
||||
public ulong SystemAddress { get; init; }
|
||||
public long CarrierID { get; init; }
|
||||
public ulong CarrierID { get; init; }
|
||||
public string Location { get; init; }
|
||||
public long Price { get; init; }
|
||||
public string Variant { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user