summaryrefslogtreecommitdiff
path: root/src/componentwrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/componentwrapper.rs')
-rw-r--r--src/componentwrapper.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs
index e821b8b..23e104b 100644
--- a/src/componentwrapper.rs
+++ b/src/componentwrapper.rs
@@ -88,6 +88,7 @@ components!(
Player [name: String] parameters {Player::new(parameters.remove("name")?.as_string()?)}
);
+pub type PreEntity = Vec<ComponentWrapper>;