naia-bevy-shared 0.25.0

Library to faciliate naia & Bevy interop, functionality shared by client & server versions
Documentation
1
2
3
4
5
use crate::Protocol;

pub trait ProtocolPlugin {
    fn build(&self, protocol: &mut Protocol);
}