fixed bug when saving plan
This commit is contained in:
@@ -2,4 +2,13 @@ package de.srsoftware.web4rail.tiles;
|
||||
|
||||
public class Shadow extends Tile{
|
||||
|
||||
private Tile overlay;
|
||||
|
||||
public Shadow(Tile overlay) {
|
||||
this.overlay = overlay;
|
||||
}
|
||||
|
||||
public Tile overlay() {
|
||||
return overlay;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user