aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-core/src/wire/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/rst-core/src/wire/mod.rs')
-rw-r--r--games/rstnode/rst-core/src/wire/mod.rs13
1 files changed, 6 insertions, 7 deletions
diff --git a/games/rstnode/rst-core/src/wire/mod.rs b/games/rstnode/rst-core/src/wire/mod.rs
index cd311383a83a..493f0bcb6885 100644
--- a/games/rstnode/rst-core/src/wire/mod.rs
+++ b/games/rstnode/rst-core/src/wire/mod.rs
@@ -3,20 +3,19 @@
mod action;
pub use action::*;
-mod req;
-pub use req::*;
+mod env;
+pub use env::*;
mod resp;
pub use resp::*;
+mod req;
+pub use req::*;
+
mod update;
pub use update::*;
-use crate::{
- data::{Color, Player},
- map::Map,
- Id,
-};
+use crate::{data::Color, Id};
use serde::{Deserialize, Serialize};
/// An alias for a User's ID