Open SOF3 opened 4 years ago
Users can now derive(Component) without #[storage] without explicitly importing DenseVecStorage elsewhere.
derive(Component)
#[storage]
DenseVecStorage
Checklist
API changes
Users can now
derive(Component)
without#[storage]
without explicitly importingDenseVecStorage
elsewhere.