use specs::storage::VecStorage; #[derive(Component, Debug)] #[storage(VecStorage)] // This line is optional, defaults to `DenseVecStorage` struct Pos(f32, ...
確定! 回上一頁