|
GPR5100 - Rollback
|
PacketSenderInterface is a interface for any Server or Client who wants to send and receive packets. More...
#include <packet_type.h>

Public Member Functions | |
| virtual void | SendReliablePacket (std::unique_ptr< Packet > packet)=0 |
| virtual void | SendUnreliablePacket (std::unique_ptr< Packet > packet)=0 |
PacketSenderInterface is a interface for any Server or Client who wants to send and receive packets.