aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared.rs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-04-08 13:47:18 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-04-08 15:23:13 +0200
commit1a559793251e80952bd3bdc668cfda46cbc38e73 (patch)
treea6b2649ac895a75ff48766e24c01202a1ca6a376 /src/shared.rs
parentd39c819000569b468cfa68977f8a8b03062ac5d9 (diff)
feat: add player namesmain
Diffstat (limited to 'src/shared.rs')
-rw-r--r--src/shared.rs12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/shared.rs b/src/shared.rs
index 172ce6b..546ef4f 100644
--- a/src/shared.rs
+++ b/src/shared.rs
@@ -1,14 +1,3 @@
-use crate::protocol::Replicate;
-use crate::shared::champion::*;
-use crate::shared::cooldown::*;
-use crate::shared::health::*;
-use crate::shared::imperative::*;
-use bevy::prelude::*;
-use lightyear::prelude::*;
-use serde::Deserialize;
-use serde::Serialize;
-use std::default::Default;
-
pub mod ability;
pub mod activation;
pub mod area_of_effect;
@@ -22,6 +11,7 @@ pub mod health_event;
pub mod immovable;
pub mod imperative;
pub mod minion;
+pub mod name;
pub mod nexus;
pub mod player;
pub mod projectile;