mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
cleanup old code
This commit is contained in:
parent
a483817fc2
commit
51ef3547a1
@ -1,17 +1,11 @@
|
||||
use specs::{world::WorldExt, Builder, Entity as EcsEntity, Join};
|
||||
use specs::{world::WorldExt, Builder, Entity as EcsEntity};
|
||||
use tracing::error;
|
||||
use vek::*;
|
||||
|
||||
use common::{
|
||||
comp::{
|
||||
self,
|
||||
agent::AgentEvent,
|
||||
dialogue::{AskedPerson, Subject},
|
||||
inventory::slot::EquipSlot,
|
||||
item,
|
||||
slot::Slot,
|
||||
tool::ToolKind,
|
||||
Inventory, Pos,
|
||||
self, agent::AgentEvent, dialogue::Subject, inventory::slot::EquipSlot, item, slot::Slot,
|
||||
tool::ToolKind, Inventory, Pos,
|
||||
},
|
||||
consts::MAX_MOUNT_RANGE,
|
||||
outcome::Outcome,
|
||||
|
Loading…
Reference in New Issue
Block a user