remove unused component structs
This commit is contained in:
parent
9058e4a588
commit
32b4a7a895
|
@ -51,8 +51,6 @@ impl Plugin for WorldPlugin {
|
|||
|
||||
#[derive(Resource)] struct AsteroidUpdateTimer(Timer);
|
||||
#[derive(Resource)] pub struct ActiveAsteroids(pub HashMap<I64Vec3, AsteroidData>);
|
||||
#[derive(Resource)] struct AsteroidModel1(Handle<Scene>);
|
||||
#[derive(Resource)] struct AsteroidModel2(Handle<Scene>);
|
||||
|
||||
#[derive(Component)] struct Asteroid;
|
||||
#[derive(Component)] pub struct DespawnOnPlayerDeath;
|
||||
|
|
Loading…
Reference in a new issue