diff options
| author | troido <troido@protonmail.com> | 2020-02-22 23:41:51 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-22 23:41:51 +0100 |
| commit | 522aad7889cd62e96af7c420789507ccbf5b7aaa (patch) | |
| tree | bfb3c21d627552bcda6f2743854cee920722fd3b /src/playerstate.rs | |
| parent | f4331041e5d906f95063f317852f32f19e6cdf9c (diff) | |
it is now possible to use items
Diffstat (limited to 'src/playerstate.rs')
| -rw-r--r-- | src/playerstate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerstate.rs b/src/playerstate.rs index 36c932c..ff9565b 100644 --- a/src/playerstate.rs +++ b/src/playerstate.rs @@ -6,7 +6,7 @@ use crate::{ componentwrapper::{ComponentWrapper, PreEntity}, PlayerId, RoomId, - components::{Visible, Player, Inventory, Health, Item}, + components::{Visible, Player, Inventory, Health}, Result, aerr, Sprite, |
