mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
Change all "ID" parameter types to ulong
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
{
|
||||
public class FighterDestroyed : JournalBase
|
||||
{
|
||||
public int ID { get; init; }
|
||||
public ulong ID { get; init; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user