Trait feo_oop_engine::scene::game_object::GameObjectBoxClone
source · [−]pub trait GameObjectBoxClone {
fn clone_game_object(&self) -> Box<dyn GameObject>;
}Expand description
Allows Box
pub trait GameObjectBoxClone {
fn clone_game_object(&self) -> Box<dyn GameObject>;
}Allows Box