Remove custom OptionalType and use the default c# nullable type.

This commit is contained in:
hondacrx
2022-03-01 17:27:56 -05:00
parent cc08afe269
commit c14f1eb3dc
89 changed files with 924 additions and 976 deletions
@@ -90,7 +90,7 @@ namespace Game.Networking.Packets
public long CurrentTime;
public uint ElapsedTime;
public long CreationTime;
public Optional<ulong> RafAcceptanceID;
public ulong? RafAcceptanceID;
}
class AccountCriteriaUpdate : ServerPacket
@@ -350,7 +350,7 @@ namespace Game.Networking.Packets
public long Date;
public uint TimeFromStart;
public uint TimeFromCreate;
public Optional<ulong> RafAcceptanceID;
public ulong? RafAcceptanceID;
}
public struct GuildCriteriaProgress