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