mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Move message processing and chat bubbles to the client
This commit is contained in:

committed by
Forest Anderson
parent
0b2a3ebe8b
commit
289ef5d6b2
@ -1,5 +1,5 @@
|
||||
use crate::{path::Chaser, state::Time};
|
||||
use specs::{Component, Entity as EcsEntity, FlaggedStorage, HashMapStorage};
|
||||
use crate::path::Chaser;
|
||||
use specs::{Component, Entity as EcsEntity};
|
||||
use specs_idvs::IDVStorage;
|
||||
use vek::*;
|
||||
|
||||
|
Reference in New Issue
Block a user