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; }