Add fuel to train schedules
This commit is contained in:
parent
3beab0c64d
commit
7fd42f45c7
3 changed files with 55 additions and 3 deletions
|
|
@ -31,10 +31,11 @@ fn main() {
|
|||
BlueprintBook::builder()
|
||||
.blueprints(b)
|
||||
.active_index(0)
|
||||
.version(562949954797573)
|
||||
.build(),
|
||||
);
|
||||
|
||||
// let b = BlueprintString::Blueprint(generate_train(1, 2, false, false));
|
||||
|
||||
println!("{}", serde_json::to_string_pretty(&b).unwrap());
|
||||
|
||||
println!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue