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:
@ -10,7 +10,7 @@ namespace Observatory.Framework.Files.Journal
|
||||
public string Name { get; init; }
|
||||
public string LocalisedName { get; init; }
|
||||
public string Faction { get; init; }
|
||||
public long MissionID { get; init; }
|
||||
public ulong MissionID { get; init; }
|
||||
[JsonConverter(typeof(MissionEffectConverter))]
|
||||
public MissionEffect Influence { get; init; }
|
||||
[JsonConverter(typeof(MissionEffectConverter))]
|
||||
|
Reference in New Issue
Block a user