diff options
| author | troido <troido@protonmail.com> | 2020-05-21 15:26:12 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-06-05 22:27:54 +0200 |
| commit | 1899b27b791734a6b72e28cfb1420536c6035ee4 (patch) | |
| tree | cbb908f05c1daa1c9fb996d474a34f0b6f4aba76 /src/components/mod.rs | |
| parent | f47034bdf86e7ddc831ecb8f50689b9b07a0f6ca (diff) | |
added exchanger as seperate component/system; refactored other interactions; parameter parsing returns result instead of option
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 23f5488..68e666c 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -16,7 +16,7 @@ pub use messages::{ TriggerBox }; pub use faction::Faction; -pub use interactable::{Interactable, Talkable}; +pub use interactable::{Interactable, Talkable, Exchanger}; pub use equipment::Equipment; pub use inventory::Inventory; pub use serialise::Serialise; |
