Integrating latest 47acbe8

This commit is contained in:
alexpete
2021-03-25 13:57:57 -07:00
parent 448c549698
commit 75dc720198
10312 changed files with 2711566 additions and 671451 deletions
@@ -1,7 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<PacketGroup Name="CorePackets" PacketStart="0">
<Packet Name="InitiateConnectionPacket" Desc="This packet is used to initiate a new connection" />
<Packet Name="InitiateConnectionPacket" Desc="This packet is used to initiate a new connection">
<Member Type="AzNetworking::UdpPacketEncodingBuffer" Name="handshakeBuffer" />
</Packet>
<Packet Name="ConnectionHandshakePacket" Desc="This packet is used to negotiate the handshake of a new connection">
<Member Type="AzNetworking::UdpPacketEncodingBuffer" Name="handshakeBuffer" />
</Packet>
<Packet Name="TerminateConnectionPacket" Desc="This packet is used to gracefully terminate an existing connection">
<Member Type="AzNetworking::DisconnectReason" Name="disconnectReason" Init="AzNetworking::DisconnectReason::None" />