6 lines
110 B
C++
6 lines
110 B
C++
#include "ASpell.hpp"
|
|
|
|
void ASpell::launch(ATarget const & atarget) const {
|
|
atarget.getHitBySpell(*this);
|
|
};
|