Example #1
0
 public void SellButtonSelected()
 {
     //Debug.Log("SB: Sell button clicked");
     _tileEventHandler.SetOperation(8);
     _buildCheckPanel.Appear();
     _towerInfoPanel.ResetTextColor();
     _towerInfoPanel.ResetRepairCase();
     _towerInfoPanel.SetOriginalowerInfo();
     _towerInfoPanel.Appear();
     _notificationPanel.SetNotificationType("Sell");
     _notificationPanel.Appear();
 }