diff options
| author | troido <troido@protonmail.com> | 2020-02-21 17:49:50 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-21 17:49:50 +0100 |
| commit | 07cc6d8919193c38cc13b2567ede5a510938db18 (patch) | |
| tree | 83588f118036fa56905043eb23c5a1d79e0497da /src/systems/mod.rs | |
| parent | e69d9c3b5266fd6f9215d1e3f4a761b8027a785c (diff) | |
players can now go to different rooms
Diffstat (limited to 'src/systems/mod.rs')
| -rw-r--r-- | src/systems/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs index 7e75706..68de813 100644 --- a/src/systems/mod.rs +++ b/src/systems/mod.rs @@ -6,3 +6,4 @@ pub mod view; pub mod remove; pub mod create; pub mod take; +pub mod migrate; |
