Пример #1
0
 public void DelCell()
 {
     nowCell.DelMyselfBegin();
     this.gameObject.SetActive(false);
     nowCell = null;
 }