CoderM
2020-12-10 bd0ba263761a866ca0d698169d2d83b6a11c35e7
Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs
@@ -187,8 +187,6 @@
         Debug.Log("当前HomeBase被干掉:" + homebaseIdx.ToString());
            if (GameUI.instanceExists)
                GameUI.instance.DestroyTowerGrid(homebaseIdx, this.opponent);
            else if (EndlessGameUI.instanceExists)
                EndlessGameUI.instance.DestroyTowerGrid(homebaseIdx);
      }
   }
}