bevy_mod_debug_console/
lib.rs1mod app;
2mod ecs;
3mod reflect;
4mod std_io_plugin;
5
6pub use crate::app::{build_commands, match_commands, Pause};
7pub use crate::std_io_plugin::ConsoleDebugPlugin;
8pub use crate::ecs::{get_archetype_id_by_entity_id};