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:
@ -5,7 +5,7 @@
|
||||
public int StorageSlot { get; init; }
|
||||
public string SellItem { get; init; }
|
||||
public string SellItem_Localised { get; init; }
|
||||
public long ServerId { get; init; }
|
||||
public ulong ServerId { get; init; }
|
||||
public int SellPrice { get; init; }
|
||||
public string Ship { get; init; }
|
||||
public ulong ShipID { get; init; }
|
||||
|
Reference in New Issue
Block a user