diff options
Diffstat (limited to 'src/systems/mod.rs')
| -rw-r--r-- | src/systems/mod.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs index b1d0994..28cd128 100644 --- a/src/systems/mod.rs +++ b/src/systems/mod.rs @@ -12,6 +12,7 @@ mod attacking; mod trapping; mod fight; mod heal; +mod volate; pub use self::{ controlinput::ControlInput, @@ -26,5 +27,6 @@ pub use self::{ attacking::Attacking, trapping::Trapping, fight::Fight, - heal::Heal + heal::Heal, + volate::Volate }; |
