Files
42_SIDE_exam_05_cpp/cpp_module_01/ASpell.cpp
2022-12-09 13:39:46 +01:00

7 lines
110 B
C++

#include "ASpell.hpp"
void ASpell::launch(ATarget const & atarget) const
{
atarget.getHitBySpell(*this);
};