[][src]Trait naia_shared::EntityNotifiable

pub trait EntityNotifiable {
    fn notify_packet_delivered(&mut self, packet_index: u16);
fn notify_packet_dropped(&mut self, packet_index: u16); }

Represents a manager that must be notified when packets have been dropped or delivered

Required methods

fn notify_packet_delivered(&mut self, packet_index: u16)

Notifies the manager that a packet has been delivered

fn notify_packet_dropped(&mut self, packet_index: u16)

Notifies the manager that a packet has been dropped

Loading content...

Implementors

Loading content...