liuzhiwei
2020-11-06 f44ad64eff5c66b711e2b8d28c44c85a92cbc393
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);
      }
   }
}