Plugin for ships
This commit is contained in:
parent
8fc89d4215
commit
1a11e0d670
3 changed files with 12 additions and 2 deletions
|
|
@ -1,2 +1,10 @@
|
|||
use bevy::prelude::*;
|
||||
|
||||
pub mod enemy;
|
||||
pub mod player;
|
||||
|
||||
pub struct ShipsPlugin;
|
||||
|
||||
impl Plugin for ShipsPlugin {
|
||||
fn build(&self, app: &mut bevy::app::App) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue