mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-03 01:03:41 -04:00
Change all "ID" parameter types to ulong
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
public class LaunchSRV : JournalBase
|
||||
{
|
||||
public string Loadout { get; init; }
|
||||
public int ID { get; init; }
|
||||
public ulong ID { get; init; }
|
||||
public bool PlayerControlled { get; init; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user