lightyear 0.3.0

Server-client networking library for the Bevy game engine
Documentation
1
2
3
//! Bevy [`System`](bevy::prelude::System) that are shared between the server and client
pub mod events;
pub mod tick;