From 105c5ab0c0e969f3fda2cd43ae5195cbdb4da016 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 9 Feb 2020 18:53:27 +0100 Subject: Revert "no templates in the world; only pre-entities" This reverts commit b56add981c2f520789b97d1ee6f71dae41e8c900. --- src/componentwrapper.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/componentwrapper.rs') diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs index f89f44f..43c8353 100644 --- a/src/componentwrapper.rs +++ b/src/componentwrapper.rs @@ -94,7 +94,6 @@ components!( Player (name: String) {Player::new(name.to_string())} ); -pub type PreEntity = Vec; -- cgit