mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove unused import
This commit is contained in:
parent
faf2b13ac1
commit
6994b026b1
@ -50,9 +50,7 @@ use common_base::prof_span;
|
||||
use common_ecs::{Job, Origin, ParMode, Phase, System};
|
||||
use rand::{thread_rng, Rng};
|
||||
use rayon::iter::ParallelIterator;
|
||||
use specs::{
|
||||
saveload::Marker, Entity as EcsEntity, Join, ParJoin, Read, WriteExpect, WriteStorage,
|
||||
};
|
||||
use specs::{Entity as EcsEntity, Join, ParJoin, Read, WriteExpect, WriteStorage};
|
||||
use vek::*;
|
||||
|
||||
/// This system will allow NPCs to modify their controller
|
||||
|
Loading…
Reference in New Issue
Block a user