diff options
Diffstat (limited to 'src/shared.rs')
-rw-r--r-- | src/shared.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared.rs b/src/shared.rs index 3310c8c..629ad7b 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -19,6 +19,7 @@ pub mod health; pub mod health_event; pub mod immovable; pub mod imperative; +pub mod minion; pub mod player; pub mod projectile; pub mod shape; |