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