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