Rename types
to queues
I mean that name just sucked
This commit is contained in:
parent
3c0590b273
commit
cb64878186
5 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ use bevy::prelude::*;
|
|||
use crate::game::prelude::Seed;
|
||||
|
||||
use super::{
|
||||
queues::{NetworkReceive, NetworkSend},
|
||||
socket::bind_socket,
|
||||
types::{NetworkReceive, NetworkSend},
|
||||
};
|
||||
|
||||
fn handle_network_io(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue