Exemplo n.º 1
0
 void Logic()
 {
     Control();
     fruit.Logic(ref snake);
     snake.Logic(ref IsLost, ref IsWin);
 }