Appease linter
This commit is contained in:
parent
35b4ef25bb
commit
a79f501c5e
@ -21,7 +21,7 @@ export default class Line {
|
|||||||
start: PIXI.Point,
|
start: PIXI.Point,
|
||||||
startDirection: Direction,
|
startDirection: Direction,
|
||||||
numStations: number,
|
numStations: number,
|
||||||
color: tinycolorInstance
|
color: tinycolorInstance,
|
||||||
) {
|
) {
|
||||||
this.color = color;
|
this.color = color;
|
||||||
this.stations = [];
|
this.stations = [];
|
||||||
|
@ -21,7 +21,7 @@ export default class Train {
|
|||||||
passengers: number,
|
passengers: number,
|
||||||
origin: Station,
|
origin: Station,
|
||||||
destination: Station,
|
destination: Station,
|
||||||
color: tinycolorInstance
|
color: tinycolorInstance,
|
||||||
) {
|
) {
|
||||||
this.location = location;
|
this.location = location;
|
||||||
this.speed = speed;
|
this.speed = speed;
|
||||||
|
Loading…
Reference in New Issue
Block a user