Gate.getGateConnected() added
This commit is contained in:
parent
71248fd666
commit
0e5681ef7d
@ -52,4 +52,8 @@ public class Scale extends Field {
|
|||||||
else
|
else
|
||||||
gateConnected.setOpen(false);
|
gateConnected.setOpen(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Gate getGateConnected() {
|
||||||
|
return gateConnected;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user