summaryrefslogtreecommitdiff
path: root/src/systems/mod.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-21 02:32:22 +0200
committertroido <troido@protonmail.com>2020-09-21 02:32:22 +0200
commite2281d8c6293b311ccc187e3503093a1120e6215 (patch)
treed74043230ec580584e46ead5a123d2922deabfc0 /src/systems/mod.rs
parent92e437e50498f7705e33a556535ba39a2b918f9d (diff)
exchange is now an interaction again
Diffstat (limited to 'src/systems/mod.rs')
-rw-r--r--src/systems/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs
index 963cfa6..7f93bb9 100644
--- a/src/systems/mod.rs
+++ b/src/systems/mod.rs
@@ -24,7 +24,6 @@ mod building;
mod deduplicate;
mod spawntrigger;
mod replace;
-mod exchange;
pub use self::{
controlinput::ControlInput,
@@ -52,5 +51,4 @@ pub use self::{
deduplicate::Deduplicate,
spawntrigger::SpawnTrigger,
replace::Replace,
- exchange::Exchange
};