Type Definition AutoChangedVec
rin::ecs::storage
type AutoChangedVec<T> = AutoChanged<VecStorage<T>, T>;