Example #1
0
 private void EatingCristal(GameObject other)
 {
     snake.ChangeCristal();
     Destroy(other);
     Debug.Log("Cristal");
 }