dev tools init
This commit is contained in:
parent
dcca424406
commit
950451938f
3 changed files with 15 additions and 2 deletions
7
src/dev_tools/mod.rs
Normal file
7
src/dev_tools/mod.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use bevy::prelude::*;
|
||||
|
||||
pub struct DevToolsPlugin;
|
||||
|
||||
impl Plugin for DevToolsPlugin {
|
||||
fn build(&self, app: &mut App) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue