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
pub trait RectifyCallback {
// Required method
fn on_copy_from_authoritative(&mut self);
}A callback trait that allows a game to handle the event when the authoritative state