mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
* remove Component Trait from CharacterAbility
This commit is contained in:
parent
41c424ac13
commit
afa6e43dd5
@ -66,10 +66,6 @@ impl CharacterAbility {
|
||||
}
|
||||
}
|
||||
|
||||
impl Component for CharacterAbility {
|
||||
type Storage = IDVStorage<Self>;
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Debug, Serialize, Deserialize)]
|
||||
pub struct ItemConfig {
|
||||
pub item: Item,
|
||||
|
Loading…
Reference in New Issue
Block a user