melledamage.cpp 162 B

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