示例#1
0
 private void CheckBiteOwnTail()
 {
     if (_snake.BiteOwnTail())
     {
         GameOver();
     }
 }