lightyear_connection 0.29.0

Connection handling for the lightyear networking library
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Copy, PartialEq, Debug)]
/// [`NetworkDirection`] specifies in which direction the packets can be sent
pub enum NetworkDirection {
    ClientToServer,
    ServerToClient,
    Bidirectional,
}