wangguan
2020-10-27 d7db442a4655baa0c0f282aa415fd12da4edc40a
Assets/Scripts/TowerDefense/Towers/Placement/SingleTowerPlacementArea.cs
@@ -76,7 +76,7 @@
      /// </summary>
      /// <param name="x"></param>
      /// <returns></returns>
      public BulletUICtl GetBulletUICtl(int x)
      public BulletUICtl GetBulletUICtl(int x, int y)
      {
         return null;
      }
@@ -87,7 +87,7 @@
      /// </summary>
      /// <param name="x"></param>
      /// <returns></returns>
      public EnergyUICtl GetEnergyUICtl(int x)
      public EnergyUICtl GetEnergyUICtl(int x, int y)
        {
         return null;
        }