This time the hook *really* works
This commit is contained in:
parent
c5b7f7b8b5
commit
706d3f4f3d
@ -16,15 +16,9 @@ use std::{
|
|||||||
use tokio::runtime::Runtime;
|
use tokio::runtime::Runtime;
|
||||||
use vek::Quaternion;
|
use vek::Quaternion;
|
||||||
use veloren_client::{addr::ConnectionArgs, Client, Event as VelorenEvent, SiteInfoRich, WorldExt};
|
use veloren_client::{addr::ConnectionArgs, Client, Event as VelorenEvent, SiteInfoRich, WorldExt};
|
||||||
use veloren_client_i18n::Localization;
|
|
||||||
use veloren_common::{
|
use veloren_common::{
|
||||||
clock::Clock,
|
clock::Clock,
|
||||||
comp::{
|
comp::{invite::InviteKind, item::ItemDefinitionIdOwned, ChatType, ControllerInputs, Ori, Pos},
|
||||||
invite::InviteKind,
|
|
||||||
item::{ItemDef, ItemDefinitionIdOwned, ItemI18n},
|
|
||||||
slot::InvSlotId,
|
|
||||||
ChatType, ControllerInputs, ItemKey, Ori, Pos,
|
|
||||||
},
|
|
||||||
outcome::Outcome,
|
outcome::Outcome,
|
||||||
time::DayPeriod,
|
time::DayPeriod,
|
||||||
trade::{PendingTrade, TradeAction, TradeResult},
|
trade::{PendingTrade, TradeAction, TradeResult},
|
||||||
|
Loading…
Reference in New Issue
Block a user