completed conditional actions

This commit is contained in:
Stephan Richter
2020-10-30 00:18:21 +01:00
parent e199482c07
commit 3858f7e36d
9 changed files with 65 additions and 11 deletions

View File

@@ -17,8 +17,7 @@ public class TrainSelect extends Condition {
@Override
public boolean fulfilledBy(Context context) {
// TODO Auto-generated method stub
return false;
return context.train == train;
}
@Override