Exemple #1
0
 private static void CheckForSelfColision()
 {
     if (Snake.CheckForSelfColission())
     {
         GameOver();
     }
 }