summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/mod.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
index 3f804da..91fc081 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -240,14 +240,6 @@ pub struct Whitelist{
pub allowed: HashMap<String, HashSet<PlayerId>>
}
-
-#[derive(Component, Debug, Clone)]
-pub struct Dedup {
- pub id: String,
- pub priority: i64
-}
-
-
#[derive(Component, Debug, Clone)]
pub struct Minable {
pub progress: i64,