still overhauling class hierarchy

This commit is contained in:
Stephan Richter
2020-12-02 00:14:46 +01:00
parent b7effda44f
commit c4f48ebb63
19 changed files with 111 additions and 96 deletions

View File

@@ -65,5 +65,4 @@ public class DetermineTrainInBlock extends Action {
if (isSet(blockId)) block = Block.get(blockId);
return properties(params);
}
}