diff options
| author | troido <troido@protonmail.com> | 2020-09-20 23:37:28 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-20 23:37:28 +0200 |
| commit | 1e7c665728eb638cdf921824f4c22f54b81f29de (patch) | |
| tree | c4d6e0847a5d5bc3399ebde2a34a05e7b352b061 /src/fromtoparameter.rs | |
| parent | 5eda37efbd1b34851364923069c0c3effdc32ca8 (diff) | |
removed interactable as Parameter type
Diffstat (limited to 'src/fromtoparameter.rs')
| -rw-r--r-- | src/fromtoparameter.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fromtoparameter.rs b/src/fromtoparameter.rs index f201a2a..75912ae 100644 --- a/src/fromtoparameter.rs +++ b/src/fromtoparameter.rs @@ -5,7 +5,6 @@ use crate::{ parameter::Parameter, Template, Pos, - components::interactable::Interactable, PlayerId, Sprite, ItemId @@ -78,7 +77,6 @@ tofrom!(bool:Bool); tofrom!(String: String); tofrom!(Pos: Pos); tofrom!(Template: Template); -tofrom!(Interactable: Interaction); tofrom!(PlayerId{name: String}); tofrom!(Sprite{name: String}); |
