GPR5100 - Rollback
Loading...
Searching...
No Matches
Public Member Functions | List of all members
game::PacketSenderInterface Class Referenceabstract

PacketSenderInterface is a interface for any Server or Client who wants to send and receive packets. More...

#include <packet_type.h>

Inheritance diagram for game::PacketSenderInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void SendReliablePacket (std::unique_ptr< Packet > packet)=0
 
virtual void SendUnreliablePacket (std::unique_ptr< Packet > packet)=0
 

Detailed Description

PacketSenderInterface is a interface for any Server or Client who wants to send and receive packets.


The documentation for this class was generated from the following file: