Example #1
0
 public override void Pull(ProductionChain prodChain)
 {
     prodChain.NextState(new Terminated());
 }