Ejemplo n.º 1
0
 public void CellClicked(Cell cell)
 {
     if (abilityEffectInProgress != null)
     {
         abilityEffectInProgress.CellClicked(this, cell);
         pathFinder.UpdateMap();
     }
 }