Browse Source

Introduce user submodule.

main
Titouan Rigoudy 2 years ago
parent
commit
3b71ab2f2d
2 changed files with 3 additions and 0 deletions
  1. +0
    -0
      client/src/user/map.rs
  2. +3
    -0
      client/src/user/mod.rs

client/src/user.rs → client/src/user/map.rs View File


+ 3
- 0
client/src/user/mod.rs View File

@ -0,0 +1,3 @@
mod map;
pub use map::UserMap;

Loading…
Cancel
Save