renamed turnouts, worked on route discovery
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package de.srsoftware.web4rail.tiles;
|
||||
|
||||
public abstract class Turnout extends Tile {
|
||||
|
||||
public enum State{
|
||||
LEFT,STRAIGHT,RIGHT,UNDEF;
|
||||
}
|
||||
private boolean straight = true;
|
||||
|
||||
public boolean toggle() {
|
||||
|
||||
Reference in New Issue
Block a user