diff options
| author | troido <troido@protonmail.com> | 2020-04-10 00:16:39 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-10 00:16:39 +0200 |
| commit | afd1317197d1346626c58736defbbdf8aee7da68 (patch) | |
| tree | 56781223a2664f292ee6f470d992b47c6b1b8609 /src/components/mod.rs | |
| parent | e7b4ed0f044c3ada82155f81d3b61c0c5ce36583 (diff) | |
send out notifications when fighting
Diffstat (limited to 'src/components/mod.rs')
| -rw-r--r-- | src/components/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |
