diff options
| author | troido <troido@protonmail.com> | 2020-02-09 18:53:27 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-09 18:53:27 +0100 |
| commit | 105c5ab0c0e969f3fda2cd43ae5195cbdb4da016 (patch) | |
| tree | 46b65b3e96d9b180bf6658cb968a149eb3cfde0f /src/componentwrapper.rs | |
| parent | b1da31499de4145b1f77296cbea0c637e6f866bf (diff) | |
Revert "no templates in the world; only pre-entities"
This reverts commit b56add981c2f520789b97d1ee6f71dae41e8c900.
Diffstat (limited to 'src/componentwrapper.rs')
| -rw-r--r-- | src/componentwrapper.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<ComponentWrapper>; |
