Add trait wrapping the distribution query filters
All checks were successful
CI / Formatting (push) Successful in 39s

This commit is contained in:
Michael Bradley 2025-10-26 18:34:13 -04:00
parent 3dfeae14f7
commit 3921537360
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
5 changed files with 67 additions and 35 deletions

View file

@ -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};