1 2 3 4 5 6
//! Manages factory building logic. use crate::SetupEcs; /// Initializes ECS pub fn setup_ecs(setup: SetupEcs) -> SetupEcs { setup }