re-implented trailing calculations of train

This commit is contained in:
Stephan Richter
2020-11-05 18:27:12 +01:00
parent f9a3466f33
commit 0ef617aa34
16 changed files with 294 additions and 263 deletions

View File

@@ -24,7 +24,7 @@ public class CrossH extends Cross{
}
@Override
public int len() {
public int width() {
return 2;
}