bevy-playground/src/prelude.rs

4 lines
88 B
Rust

pub use crate::game::Gameobject;
pub use crate::input::Input;
pub use bevy::prelude::*;