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

@ -1,7 +1,7 @@
use factorio_core::prelude::Position;
use serde::{
Serialize,
ser::{SerializeMap, SerializeSeq, SerializeTuple},
ser::{SerializeMap, SerializeSeq},
};
use super::{Blueprint, Entity, EntityKey};