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:
@ -4,7 +4,7 @@ namespace Observatory.Framework.Files.Journal
|
||||
{
|
||||
public class CodexEntry : JournalBase
|
||||
{
|
||||
public long EntryID { get; init; }
|
||||
public ulong EntryID { get; init; }
|
||||
public string Name { get; init; }
|
||||
public string Name_Localised { get; init; }
|
||||
public string SubCategory { get; init; }
|
||||
|
Reference in New Issue
Block a user