mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix sfx
This commit is contained in:
parent
a861f6ad26
commit
5361705ca7
@ -1,5 +1,5 @@
|
||||
use crate::{comp, sync::Uid};
|
||||
use comp::{item::ToolData, InventoryUpdateEvent};
|
||||
use comp::{item::ToolKind, InventoryUpdateEvent};
|
||||
use parking_lot::Mutex;
|
||||
use serde::Deserialize;
|
||||
use specs::Entity as EcsEntity;
|
||||
@ -40,8 +40,8 @@ pub enum SfxEvent {
|
||||
Fall,
|
||||
ExperienceGained,
|
||||
LevelUp,
|
||||
Wield(ToolData),
|
||||
Unwield(ToolData),
|
||||
Wield(ToolKind),
|
||||
Unwield(ToolKind),
|
||||
Inventory(InventoryUpdateEvent),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user