Change all "ID" parameter types to ulong
This commit is contained in:
parent
cffaec92ec
commit
ab1d6d41dc
58 changed files with 66 additions and 66 deletions
|
|
@ -2,6 +2,6 @@
|
|||
{
|
||||
public class FighterDestroyed : JournalBase
|
||||
{
|
||||
public int ID { get; init; }
|
||||
public ulong ID { get; init; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue