summaryrefslogtreecommitdiff
path: root/src/components/mod.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-12 22:27:33 +0200
committertroido <troido@protonmail.com>2020-04-12 22:27:33 +0200
commit883e56e07a48dc0d4916614abc33e40dde1d1d66 (patch)
treee66ec69204b61a8df62f515c5f4857232aafe396 /src/components/mod.rs
parentba09108692a694dd832f38ef6ea447135f418b73 (diff)
removed mortal component
Diffstat (limited to 'src/components/mod.rs')
-rw-r--r--src/components/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
index cb28c4b..412dc2e 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -186,9 +186,6 @@ pub struct Home {
pub home: Pos
}
-#[derive(Component, Debug, Clone, Default)]
-pub struct Mortal;
-
#[derive(Component, Debug, Clone)]
#[storage(HashMapStorage)]
pub struct Spawner {