Function new_system

Source
pub fn new_system<SEH>(
    game_config: SharedGameConfig,
    sync_event_handler: SEH,
    frontend: bool,
    zero_tick: bool,
) -> System<SEH>