コード例 #1
0
ファイル: Tooth.cs プロジェクト: kain0012/FinalExamPt2
 public void OnDestroy()
 {
     _toothManager.RemoveTooth(gameObject);
 }
コード例 #2
0
 public void OnDestroy()
 {
     Debug.Log("Destorying tooth");
     _toothManager.RemoveTooth(gameObject);
 }