updated module definitions

This commit is contained in:
michael-bailey 2022-04-06 22:49:52 +01:00
parent cd19788959
commit ea22fa0cfe
1 changed files with 3 additions and 5 deletions

View File

@ -1,14 +1,12 @@
#![feature(arbitrary_self_types)]
// pub mod chat_manager;
pub mod client;
pub mod client_manager;
mod lua;
pub mod messages;
pub mod network_manager;
pub mod server;
mod plugin_manager;
mod plugin;
mod lua;
mod plugin_manager;
pub mod server;
use std::io;