Skip to content

Commit

Permalink
last minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCrumpLeys committed Jul 25, 2023
1 parent 26d3419 commit e30362d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
File renamed without changes.
9 changes: 3 additions & 6 deletions crates/spawner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@
use bevy::{app::PluginGroupBuilder, prelude::*};
use counter::CounterPlugin;
pub use counter::ObjectCounter;
pub use destroyer::DespawnEvent;
pub use destroyer::DespawnEventsPlugin;
pub use destroyer::DespawnedComponentsEvent;
pub use destroyer::DespawnerSet;
pub use despawner::{DespawnEvent, DespawnEventsPlugin, DespawnedComponentsEvent, DespawnerSet};
use draft::DraftPlugin;
pub use draft::{DraftAllowed, DraftBundle};
use gameend::GameEndPlugin;
pub use spawner::SpawnBundle;
use spawner::SpawnerPlugin;

use crate::destroyer::DespawnerPlugin;
use crate::despawner::DespawnerPlugin;

mod counter;
mod destroyer;
mod despawner;
mod draft;
mod gameend;
mod spawner;
Expand Down

0 comments on commit e30362d

Please sign in to comment.