Exemplo n.º 1
0
 public void restart()
 {
     fromCoast.reset();
     toCoast.reset();
     boat.reset();
     for (int i = 0; i < 6; i++)
     {
         characters[i].reset();
         fromCoast.OnCoast(characters[i], 0);
     }
 }