Exemplo n.º 1
0
 public void PlayAgain()
 {
     src.reset();
     dst.reset();
     boat.reset();
     for (int i = 0; i < 6; i++)
     {
         role[i].reset(i, src);
     }
 }
Exemplo n.º 2
0
 public void reset()
 {
     model.reset();
 }