From afd1317197d1346626c58736defbbdf8aee7da68 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 10 Apr 2020 00:16:39 +0200 Subject: send out notifications when fighting --- src/components/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/mod.rs') diff --git a/src/components/mod.rs b/src/components/mod.rs index 4065cc2..cb28c4b 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -23,7 +23,7 @@ pub use flags::{ Flags }; pub use ear::{ - Sound, + Notification, Ear }; -- cgit