Make multistation bin cmd interface useable

This commit is contained in:
hal8174 2025-04-05 22:07:59 +02:00
parent 5be9f81205
commit a5d3819114
3 changed files with 41 additions and 74 deletions

View file

@ -4,6 +4,7 @@ use factorio_blueprint::abstraction::{
};
use factorio_core::{beltoptions::Beltspeed, prelude::*};
#[derive(Debug, Clone)]
pub struct StationSpec {
pub locomotives: usize,
pub wagons: usize,