diff options
| author | troido <troido@protonmail.com> | 2020-03-03 16:28:19 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-03 16:28:19 +0100 |
| commit | b98ea15acbebe8815f9316b5a8ef3393fdd1c3e6 (patch) | |
| tree | 38481d682bf83706784daa31b0d54e2b53ca17d3 /src/main.rs | |
| parent | 0042d08cbd71caace7d8ed0b8fd47c6d3a263e60 (diff) | |
monsters tend to stay around their home
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 96844d3..204926f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -36,7 +36,7 @@ mod sprite; mod timestamp; mod purgatory; -pub use self::{ +use self::{ pos::Pos, playerid::PlayerId, roomid::RoomId, |
