You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
715 B
XML
15 lines
715 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PacketGroup Name="MultiplayerEditorPackets" PacketStart="CorePackets::PacketType::MAX">
|
|
<Include File="AzNetworking/AutoGen/CorePackets.AutoPackets.h" />
|
|
<Include File="Multiplayer/MultiplayerTypes.h" />
|
|
<Include File="Multiplayer/NetworkTime/INetworkTime.h" />
|
|
|
|
<Packet Name="EditorServerInit" Desc="A packet that initializes a local server launched from the editor">
|
|
<Member Type="bool" Name="lastUpdate" Init="false"/>
|
|
<Member Type="AzNetworking::TcpPacketEncodingBuffer" Name="assetData"/>
|
|
</Packet>
|
|
|
|
<Packet Name="EditorServerReady" Desc="A response packet the local server should send when ready for traffic"/>
|
|
</PacketGroup>
|