From 2d8740b1e29fc356fbe88cea21059ec83d8c0cf0 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 22 Mar 2024 15:42:19 +0100 Subject: feat: minions --- src/shared.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared.rs') 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; -- cgit v1.2.3