8#ifndef RTYPE_EVENT_SESSION_HPP_
9 #define RTYPE_EVENT_SESSION_HPP_
Network packet implementation for R-Type protocol.
Interface for network event handling.
virtual ~IEventPublisher()=default
Virtual default destructor.
virtual void publishEvent(NetworkEvent event)=0
Get buffer sequence for network transmission.
File : IEventPublisher.hpp License: MIT Author : Elias Josué HAJJAR LLAUQUEN elias-josue....
Represents a network event containing session ID and packet data.