diff options
| author | troido <troido@protonmail.com> | 2020-04-13 13:13:04 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-13 13:13:04 +0200 |
| commit | db7b138cb66a2b48492e457fdf0ae8cd65cc73db (patch) | |
| tree | 048e7931d0c7055ebdc7ce5b8f5083cc62154336 /src/systems/mod.rs | |
| parent | 56f44d5898696d1af50f38009629384f8d38cb46 (diff) | |
volate replaced by grow
Diffstat (limited to 'src/systems/mod.rs')
| -rw-r--r-- | src/systems/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs index 72a6845..fbd5c64 100644 --- a/src/systems/mod.rs +++ b/src/systems/mod.rs @@ -12,7 +12,6 @@ mod attacking; mod trapping; mod fight; mod heal; -mod volate; mod updatecooldowns; mod controlai; mod die; @@ -37,7 +36,6 @@ pub use self::{ trapping::Trapping, fight::Fight, heal::Heal, - volate::Volate, updatecooldowns::UpdateCooldowns, controlai::ControlAI, die::Die, |
