* remove Component Trait from CharacterAbility

This commit is contained in:
Adam Whitehurst 2020-03-22 05:45:39 -07:00
parent 90b2a0fa1f
commit eb0176a7c3

@ -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,