Add trait wrapping the distribution query filters
All checks were successful
CI / Formatting (push) Successful in 39s
All checks were successful
CI / Formatting (push) Successful in 39s
This commit is contained in:
parent
3dfeae14f7
commit
3921537360
5 changed files with 67 additions and 35 deletions
|
|
@ -11,7 +11,8 @@ mod thread;
|
|||
#[allow(unused_imports)]
|
||||
pub mod prelude {
|
||||
pub use super::distribution::{
|
||||
EntityNetworkID, NetworkDecodable, NetworkEncodable, Networked, distribution_plugin,
|
||||
DefaultNetworkSettings, DistributionPlugin, EntityNetworkID, NetworkDecodable,
|
||||
NetworkEncodable, NetworkSettings, Networked, PeerOwned,
|
||||
};
|
||||
pub use super::packet::{InboundPacket, OutboundPacket, Packet};
|
||||
pub use super::peer::{Peer, PeerID, PeerReceiveTiming, PeerSendTiming, PotentialPeers};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue