mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-03 09:03:42 -04:00
Change all "ID" parameter types to ulong
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{
|
||||
public class CarrierBankTransfer : JournalBase
|
||||
{
|
||||
public long CarrierID { get; init; }
|
||||
public ulong CarrierID { get; init; }
|
||||
public long Deposit { get; init; }
|
||||
public long Withdraw { get; init; }
|
||||
public long PlayerBalance { get; init; }
|
||||
|
Reference in New Issue
Block a user