Exemple #1
0
 public void OnDestroy()
 {
     _toothManager.RemoveTooth(gameObject);
 }
Exemple #2
0
 public void OnDestroy()
 {
     Debug.Log("Destorying tooth");
     _toothManager.RemoveTooth(gameObject);
 }