selfheal.cpp 158 B

1234567
  1. //
  2. // Created by IgorBat on 23.04.2018.
  3. //
  4. void selfheal::CastSpell(Cell* from, Cell* where, Unit* who, Unit* whom){
  5. effects_[0] -> OperateOnUnit(who);
  6. }