diff --git a/client/src/user.rs b/client/src/user/map.rs similarity index 100% rename from client/src/user.rs rename to client/src/user/map.rs diff --git a/client/src/user/mod.rs b/client/src/user/mod.rs new file mode 100644 index 0000000..b941cf2 --- /dev/null +++ b/client/src/user/mod.rs @@ -0,0 +1,3 @@ +mod map; + +pub use map::UserMap;