From b56add981c2f520789b97d1ee6f71dae41e8c900 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 8 Feb 2020 19:22:00 +0100 Subject: no templates in the world; only pre-entities --- src/componentwrapper.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/componentwrapper.rs') 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; -- cgit