Exemplo n.º 1
0
 public MoveConfirmer(SourcedMoveReceiver me, MoveChainFork mcf) {
   executer = me;
   moveChainFork = mcf;
   mcf.add(this);
 }