summaryrefslogtreecommitdiff
path: root/src/fromtoparameter.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-21 02:33:19 +0200
committertroido <troido@protonmail.com>2020-09-21 02:33:19 +0200
commit5ce9b012a7987f4085057f4f0b0af35e76810a7a (patch)
treea99418b5aec06d6be28e22150bce85d3c40b8ee7 /src/fromtoparameter.rs
parentb6a4c7b2d383755402e5e2c6f60d9a75a899b809 (diff)
parent455867294cc849bff2c0829a7464e71e79a0dcae (diff)
Merge branch 'interact' into master
Diffstat (limited to 'src/fromtoparameter.rs')
-rw-r--r--src/fromtoparameter.rs2
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});