diff options
| author | troido <troido@protonmail.com> | 2020-02-09 23:38:22 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-09 23:38:22 +0100 |
| commit | b9cfb78c20fd309929aae98f24acc8ba4a9a7481 (patch) | |
| tree | 898684ce84a06651f78a0973fa1a6d4d2d192cb3 /src/systems/mod.rs | |
| parent | 105c5ab0c0e969f3fda2cd43ae5195cbdb4da016 (diff) | |
can now pick up and drop items
Diffstat (limited to 'src/systems/mod.rs')
| -rw-r--r-- | src/systems/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs index 904e833..6989e95 100644 --- a/src/systems/mod.rs +++ b/src/systems/mod.rs @@ -5,5 +5,5 @@ pub mod moving; pub mod view; pub mod remove; pub mod create; - +pub mod take; |
