Trait RectifyCallback

Source
pub trait RectifyCallback {
    // Required method
    fn on_copy_from_authoritative(&mut self);
}
Expand description

A callback trait that allows a game to handle the event when the authoritative state

Required Methods§

Implementors§